From d0a451a7d065c25bb3227c9fc33a21ab23b89d20 Mon Sep 17 00:00:00 2001 From: espie Date: Mon, 18 Sep 2006 09:40:31 +0000 Subject: [PATCH] new style lib specs --- x11/gentoo/Makefile | 6 +++--- x11/gnome/applets2/Makefile | 14 +++++++------- x11/gnome/bonobo/Makefile | 6 +++--- x11/gnome/controlcenter2/Makefile | 8 ++++---- x11/gnome/eel/Makefile | 10 +++++----- x11/gnome/gail/Makefile | 4 ++-- x11/gnome/gedit/Makefile | 4 ++-- x11/gnome/keyring/Makefile | 4 ++-- x11/gnome/libbonobo/Makefile | 4 ++-- x11/gnome/libbonoboui/Makefile | 4 ++-- x11/gnome/libgnome/Makefile | 4 ++-- x11/gnome/libgnomecanvas/Makefile | 6 +++--- x11/gnome/libgnomeprint/Makefile | 8 ++++---- x11/gnome/libgtkhtml/Makefile | 4 ++-- x11/gnome/librsvg/Makefile | 14 +++++++------- x11/gnome/menus/Makefile | 6 +++--- x11/gnome/nautilus/Makefile | 8 ++++---- x11/gnome/oaf/Makefile | 6 +++--- x11/gnome/panel/Makefile | 6 +++--- x11/gnome/print/Makefile | 8 ++++---- x11/gnome/session/Makefile | 4 ++-- x11/gnome/utils/Makefile | 4 ++-- x11/gnome/vfs/Makefile | 6 +++--- x11/gnomemm/Makefile | 4 ++-- 24 files changed, 76 insertions(+), 76 deletions(-) diff --git a/x11/gentoo/Makefile b/x11/gentoo/Makefile index e7557c5f700..402a9c48d55 100644 --- a/x11/gentoo/Makefile +++ b/x11/gentoo/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2004/12/17 15:18:33 alek Exp $ +# $OpenBSD: Makefile,v 1.8 2006/09/18 09:40:31 espie Exp $ COMMENT= "GTK+ Graphical filemanager" @@ -18,8 +18,8 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes WANTLIB= X11 Xext Xi c gmodule iconv intl m -LIB_DEPENDS= gtk.1.2,gdk.1.2::x11/gtk+ \ - glib.1::devel/glib +LIB_DEPENDS= gtk.>=1.2,gdk.>=1.2::x11/gtk+ \ + glib.>=1::devel/glib CONFIGURE_STYLE= gnu NO_REGRESS= Yes diff --git a/x11/gnome/applets2/Makefile b/x11/gnome/applets2/Makefile index 341cc3df5f5..d32f41f28ed 100644 --- a/x11/gnome/applets2/Makefile +++ b/x11/gnome/applets2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.25 2006/06/13 13:36:44 bernd Exp $ +# $OpenBSD: Makefile,v 1.26 2006/09/18 09:40:31 espie Exp $ COMMENT= "applets for use with the GNOME panel" COMMENT-battstat= "GNOME applet for monitoring battery level" @@ -37,10 +37,10 @@ BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \ :p5-XML-Parser-*:textproc/p5-XML-Parser RUN_DEPENDS= :scrollkeeper-*:textproc/scrollkeeper \ :hicolor-icon-theme-*:x11/hicolor-icon-theme -LIB_DEPENDS= panel-applet-2.0::x11/gnome/panel \ - gailutil.17::x11/gnome/gail \ - gstinterfaces-0.8.1.0::devel/gstreamer-plugins,minimal \ - gtop-2.0.3.0::devel/libgtop2 \ +LIB_DEPENDS= panel-applet-2::x11/gnome/panel \ + gailutil.>=17::x11/gnome/gail \ + gstinterfaces-0.8.>=1.0::devel/gstreamer-plugins,minimal \ + gtop-2.0.>=3.0::devel/libgtop2 \ xklavier::x11/gnome/libxklavier PSEUDO_FLAVORS= no_battstat @@ -72,9 +72,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .if defined(PACKAGING) . if ${SUBPACKAGE} == "-battstat" ONLY_FOR_ARCHS= i386 powerpc -LIB_DEPENDS= panel-applet-2.0::x11/gnome/panel +LIB_DEPENDS= panel-applet-2::x11/gnome/panel . else -WANTLIB+= Xau XRes kvm xkbfile gstreamer-0.8.5.0 \ +WANTLIB+= Xau XRes kvm xkbfile gstreamer-0.8.>=5.0 \ startup-notification-1 wnck-1 . endif .endif diff --git a/x11/gnome/bonobo/Makefile b/x11/gnome/bonobo/Makefile index 764d95e478d..cff4a58f0c4 100644 --- a/x11/gnome/bonobo/Makefile +++ b/x11/gnome/bonobo/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2006/01/09 16:31:52 naddy Exp $ +# $OpenBSD: Makefile,v 1.14 2006/09/18 09:40:31 espie Exp $ COMMENT= "architecture for creating reusable software components" COMMENT-docs= "documentation for the bonobo architecture" @@ -33,9 +33,9 @@ WANTLIB= ICE IIOP ORBit ORBitCosNaming ORBitutil SM X11 Xext \ Xi audiofile c esd freetype gdk gdk_imlib gdk_pixbuf \ glib gmodule gtk jpeg m png popt tiff ungif wrap xml z MODULES= devel/gettext -LIB_DEPENDS= art_lgpl.4,gnome.36,gnomesupport,gnomeui.46::x11/gnome/libs \ +LIB_DEPENDS= art_lgpl.>=4,gnome.>=36,gnomesupport,gnomeui.>=46::x11/gnome/libs \ oaf::x11/gnome/oaf \ - gnomeprint.16::x11/gnome/print + gnomeprint.>=16::x11/gnome/print .endif SEPARATE_BUILD= concurrent diff --git a/x11/gnome/controlcenter2/Makefile b/x11/gnome/controlcenter2/Makefile index 4e274c0127f..03d37bba0f3 100644 --- a/x11/gnome/controlcenter2/Makefile +++ b/x11/gnome/controlcenter2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 2006/06/13 13:36:44 bernd Exp $ +# $OpenBSD: Makefile,v 1.18 2006/09/18 09:40:31 espie Exp $ COMMENT= "GNOME control center" @@ -16,8 +16,8 @@ MODULES= devel/gettext LIB_DEPENDS= xklavier::x11/gnome/libxklavier \ metacity-private::x11/gnome/metacity \ - nautilus-extension.1::x11/gnome/nautilus \ - gstinterfaces-0.8.1.0::devel/gstreamer-plugins,minimal + nautilus-extension.>=1::x11/gnome/nautilus \ + gstinterfaces-0.8.>=1.0::devel/gstreamer-plugins,minimal BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \ :p5-XML-Parser-*:textproc/p5-XML-Parser RUN_DEPENDS= ::devel/desktop-file-utils @@ -37,7 +37,7 @@ WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 Xext Xft Xss \ gobject-2.0.0.0 gthread-2.0.0.0 gtk-x11-2.0.0.0 jpeg m \ pango-1.0.0.0 pangoft2-1.0.0.0 pangocairo-1.0.0.0 \ pangoxft-1.0.0.0 popt pthread ssl startup-notification-1 \ - xkbfile xml2 z gstreamer-0.8.5.0 cairo glitz png + xkbfile xml2 z gstreamer-0.8.>=5.0 cairo glitz png USE_X11= Yes USE_GMAKE= Yes diff --git a/x11/gnome/eel/Makefile b/x11/gnome/eel/Makefile index 1a0bc0eb15c..a25a70bf675 100644 --- a/x11/gnome/eel/Makefile +++ b/x11/gnome/eel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2006/06/13 13:36:44 bernd Exp $ +# $OpenBSD: Makefile,v 1.20 2006/09/18 09:40:31 espie Exp $ COMMENT= "Eazel Extensions Library" @@ -30,11 +30,11 @@ WANTLIB= ICE ORBit-2 SM X11 Xext Xrender \ MODULES= devel/gettext BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig -LIB_DEPENDS= gnomeui-2.0::x11/gnome/libgnomeui \ - gailutil.17::x11/gnome/gail \ - gnome-desktop-2.4::x11/gnome/desktop \ +LIB_DEPENDS= gnomeui-2::x11/gnome/libgnomeui \ + gailutil.>=17::x11/gnome/gail \ + gnome-desktop-2.>=4::x11/gnome/desktop \ gnome-menu::x11/gnome/menus \ - startup-notification-1.0::devel/startup-notification + startup-notification-1::devel/startup-notification USE_X11= Yes USE_GMAKE= Yes diff --git a/x11/gnome/gail/Makefile b/x11/gnome/gail/Makefile index 1af159dac33..32f9a409c32 100644 --- a/x11/gnome/gail/Makefile +++ b/x11/gnome/gail/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2006/06/13 13:36:44 bernd Exp $ +# $OpenBSD: Makefile,v 1.15 2006/09/18 09:40:31 espie Exp $ COMMENT= "GNOME Accessibility Implementation Library" @@ -25,7 +25,7 @@ WANTLIB= X11 Xext Xrender fontconfig freetype m z cairo glitz png \ MODULES= devel/gettext BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig -LIB_DEPENDS= atk-1.0.800.0::devel/atk \ +LIB_DEPENDS= atk-1.0.>=800.0::devel/atk \ gnomecanvas-2::x11/gnome/libgnomecanvas USE_X11= Yes diff --git a/x11/gnome/gedit/Makefile b/x11/gnome/gedit/Makefile index 29775379f94..428a89022c9 100644 --- a/x11/gnome/gedit/Makefile +++ b/x11/gnome/gedit/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2006/06/13 13:36:44 bernd Exp $ +# $OpenBSD: Makefile,v 1.12 2006/09/18 09:40:31 espie Exp $ COMMENT= "Lightweight GNOME text editor" DISTNAME= gedit-2.8.3 @@ -33,7 +33,7 @@ MODULES= devel/gettext BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \ :p5-XML-Parser-*:textproc/p5-XML-Parser \ :scrollkeeper-*:textproc/scrollkeeper -LIB_DEPENDS= aspell.15.2::textproc/aspell/core \ +LIB_DEPENDS= aspell.>=15.2::textproc/aspell/core \ eel-2::x11/gnome/eel \ gnomeprintui-2-2::x11/gnome/libgnomeprintui \ gnomeui-2::x11/gnome/libgnomeui \ diff --git a/x11/gnome/keyring/Makefile b/x11/gnome/keyring/Makefile index a7321725680..5305ca55f46 100644 --- a/x11/gnome/keyring/Makefile +++ b/x11/gnome/keyring/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2006/06/13 13:36:44 bernd Exp $ +# $OpenBSD: Makefile,v 1.10 2006/09/18 09:40:31 espie Exp $ COMMENT= "password agent for the GNOME project" @@ -25,7 +25,7 @@ EXTRACT_SUFX= .tar.bz2 MODULES= devel/gettext BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig -LIB_DEPENDS= gdk-x11-2.0.600.0,gdk_pixbuf-2.0.600.0,gtk-x11-2.0.600.0::x11/gtk+2 +LIB_DEPENDS= gdk-x11-2.0.>=600.0,gdk_pixbuf-2.0.>=600.0,gtk-x11-2.0.>=600.0::x11/gtk+2 USE_GMAKE= Yes USE_LIBTOOL= Yes diff --git a/x11/gnome/libbonobo/Makefile b/x11/gnome/libbonobo/Makefile index c014b73303e..817341fb9fc 100644 --- a/x11/gnome/libbonobo/Makefile +++ b/x11/gnome/libbonobo/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2006/01/08 13:25:21 steven Exp $ +# $OpenBSD: Makefile,v 1.15 2006/09/18 09:40:31 espie Exp $ COMMENT= "GNOME component and compound document system" @@ -26,7 +26,7 @@ MODULES= devel/gettext BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \ :p5-XML-Parser-*:textproc/p5-XML-Parser LIB_DEPENDS= ORBit-2,ORBitCosNaming-2::devel/ORBit2 \ - xml2.6::textproc/libxml + xml2.>=6::textproc/libxml USE_GMAKE= Yes USE_LIBTOOL= Yes diff --git a/x11/gnome/libbonoboui/Makefile b/x11/gnome/libbonoboui/Makefile index 60fdcd16384..dca7aa65777 100644 --- a/x11/gnome/libbonoboui/Makefile +++ b/x11/gnome/libbonoboui/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 2006/06/13 13:36:44 bernd Exp $ +# $OpenBSD: Makefile,v 1.18 2006/09/18 09:40:31 espie Exp $ COMMENT= "user interface components for bonobo" @@ -33,7 +33,7 @@ BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \ :p5-XML-Parser-*:textproc/p5-XML-Parser LIB_DEPENDS= gnome-2::x11/gnome/libgnome \ gnomecanvas-2::x11/gnome/libgnomecanvas \ - popt.0.3::devel/popt + popt.>=0.3::devel/popt USE_GMAKE= Yes USE_LIBTOOL= Yes diff --git a/x11/gnome/libgnome/Makefile b/x11/gnome/libgnome/Makefile index 25455050de2..06d4c784645 100644 --- a/x11/gnome/libgnome/Makefile +++ b/x11/gnome/libgnome/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2006/01/08 14:35:20 steven Exp $ +# $OpenBSD: Makefile,v 1.14 2006/09/18 09:40:31 espie Exp $ COMMENT= "libraries for the GNOME project" @@ -26,7 +26,7 @@ MODULES= devel/gettext BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \ :p5-XML-Parser-*:textproc/p5-XML-Parser -LIB_DEPENDS= esd.2.26::audio/esound \ +LIB_DEPENDS= esd.>=2.26::audio/esound \ gnomevfs-2::x11/gnome/vfs2 \ audiofile::devel/libaudiofile diff --git a/x11/gnome/libgnomecanvas/Makefile b/x11/gnome/libgnomecanvas/Makefile index aa136150efb..6c735c05e10 100644 --- a/x11/gnome/libgnomecanvas/Makefile +++ b/x11/gnome/libgnomecanvas/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2006/06/13 13:36:44 bernd Exp $ +# $OpenBSD: Makefile,v 1.16 2006/09/18 09:40:31 espie Exp $ COMMENT= "graphics library for GNOME" @@ -25,8 +25,8 @@ WANTLIB= X11 Xext Xrender atk-1.0.0.0 \ MODULES= devel/gettext BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig -LIB_DEPENDS= art_lgpl_2.5::graphics/libart \ - gdk-x11-2.0.0.3,gdk_pixbuf-2.0.0.3,gtk-x11-2.0.0.3::x11/gtk+2 \ +LIB_DEPENDS= art_lgpl_2.>=5::graphics/libart \ + gdk-x11-2.0.>=0.3,gdk_pixbuf-2.0.>=0.3,gtk-x11-2.0.>=0.3::x11/gtk+2 \ glade-2.0.0.0::devel/libglade2 \ pangoft2-1.0.0.0::devel/pango diff --git a/x11/gnome/libgnomeprint/Makefile b/x11/gnome/libgnomeprint/Makefile index 89235023d65..8f00cb052a3 100644 --- a/x11/gnome/libgnomeprint/Makefile +++ b/x11/gnome/libgnomeprint/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2006/01/08 13:48:31 steven Exp $ +# $OpenBSD: Makefile,v 1.12 2006/09/18 09:40:31 espie Exp $ COMMENT= "printing framework for GNOME" @@ -24,11 +24,11 @@ MODULES= devel/gettext BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \ :p5-XML-Parser-*:textproc/p5-XML-Parser -LIB_DEPENDS= art_lgpl_2.5::graphics/libart \ +LIB_DEPENDS= art_lgpl_2.>=5::graphics/libart \ glib-2.0.0.0,gmodule-2.0.0.0,gobject-2.0.0.0::devel/glib2 \ pango-1.0.0.0::devel/pango \ - popt.0::devel/popt \ - xml2.6::textproc/libxml + popt::devel/popt \ + xml2.>=6::textproc/libxml USE_GMAKE= Yes USE_LIBTOOL= Yes diff --git a/x11/gnome/libgtkhtml/Makefile b/x11/gnome/libgtkhtml/Makefile index 04147d4de8f..8cfad12acee 100644 --- a/x11/gnome/libgtkhtml/Makefile +++ b/x11/gnome/libgtkhtml/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2006/06/13 13:36:44 bernd Exp $ +# $OpenBSD: Makefile,v 1.14 2006/09/18 09:40:32 espie Exp $ COMMENT= "lightweight HTML rendering/printing/editing engine" @@ -26,7 +26,7 @@ EXTRACT_SUFX= .tar.bz2 MODULES= devel/gettext BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig -LIB_DEPENDS= gailutil.17::x11/gnome/gail +LIB_DEPENDS= gailutil.>=17::x11/gnome/gail USE_GMAKE= Yes USE_LIBTOOL= Yes diff --git a/x11/gnome/librsvg/Makefile b/x11/gnome/librsvg/Makefile index 1cc61634537..cdb0beb68ee 100644 --- a/x11/gnome/librsvg/Makefile +++ b/x11/gnome/librsvg/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2006/06/13 13:36:44 bernd Exp $ +# $OpenBSD: Makefile,v 1.20 2006/09/18 09:40:32 espie Exp $ COMMENT= "SAX-based render library for SVG files" @@ -28,16 +28,16 @@ WANTLIB= ORBit-2 ORBitCosNaming-2 X11 Xrender Xext \ MODULES= devel/gettext BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig -LIB_DEPENDS= art_lgpl_2.5::graphics/libart \ +LIB_DEPENDS= art_lgpl_2.>=5::graphics/libart \ bz2::archivers/bzip2 \ gdk-x11-2.0.0.0,gdk_pixbuf-2.0.0.0,gtk-x11-2.0.0.0::x11/gtk+2 \ - gnomevfs-2.800.3::x11/gnome/vfs2 \ - gnomecanvas-2.800.0::x11/gnome/libgnomecanvas \ - gnomeprintui-2-2.1.0::x11/gnome/libgnomeprintui \ + gnomevfs-2.>=800.3::x11/gnome/vfs2 \ + gnomecanvas-2.>=800.0::x11/gnome/libgnomecanvas \ + gnomeprintui-2-2.>=1.0::x11/gnome/libgnomeprintui \ gsf-1::devel/libgsf,no_gnome \ pangoft2-1.0.0.0::devel/pango \ - popt.0.3::devel/popt \ - xml2.6::textproc/libxml + popt.>=0.3::devel/popt \ + xml2.>=6::textproc/libxml USE_X11= Yes USE_GMAKE= Yes diff --git a/x11/gnome/menus/Makefile b/x11/gnome/menus/Makefile index f1d88c1c963..dc9a97a25c2 100644 --- a/x11/gnome/menus/Makefile +++ b/x11/gnome/menus/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2006/01/09 07:11:22 alek Exp $ +# $OpenBSD: Makefile,v 1.4 2006/09/18 09:40:32 espie Exp $ COMMENT= "Implementation of the FreeDesktop Desktop Menu Spec" @@ -18,9 +18,9 @@ PERMIT_DISTFILES_FTP= Yes WANTLIB= c crypto m pthread ssl z \ glib-2.0.0.0 gthread-2.0.0.0 \ gmodule-2.0.0.0 gobject-2.0.0.0 \ - ORBit-2.0 ORBitCosNaming-2.0 \ + ORBit-2 ORBitCosNaming-2 \ bonobo-activation bonobo-2 \ - popt xml2 gconf-2.5 + popt xml2 gconf-2.>=5 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-menus/2.10/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/gnome/nautilus/Makefile b/x11/gnome/nautilus/Makefile index e781f5fa8a6..84ab648ff4f 100644 --- a/x11/gnome/nautilus/Makefile +++ b/x11/gnome/nautilus/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2006/06/13 13:36:44 bernd Exp $ +# $OpenBSD: Makefile,v 1.20 2006/09/18 09:40:32 espie Exp $ COMMENT= "GNOME shell and file manager" @@ -35,9 +35,9 @@ MODULES= devel/gettext BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \ :p5-XML-Parser-*:textproc/p5-XML-Parser RUN_DEPENDS= ::devel/desktop-file-utils -LIB_DEPENDS= eel-2.12.1::x11/gnome/eel \ - gnome-desktop-2.0::x11/gnome/desktop \ - rsvg-2.2::x11/gnome/librsvg +LIB_DEPENDS= eel-2.>=12.1::x11/gnome/eel \ + gnome-desktop-2::x11/gnome/desktop \ + rsvg-2.>=2::x11/gnome/librsvg RUN_DEPENDS= :gnome-icon-theme-*:x11/gnome/icon-theme USE_X11= Yes diff --git a/x11/gnome/oaf/Makefile b/x11/gnome/oaf/Makefile index 835f9f1fb4c..edcae2d389f 100644 --- a/x11/gnome/oaf/Makefile +++ b/x11/gnome/oaf/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2006/01/08 22:49:25 alek Exp $ +# $OpenBSD: Makefile,v 1.19 2006/09/18 09:40:32 espie Exp $ COMMENT= "Object Activation Framework for GNOME" @@ -12,8 +12,8 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=sources/oaf/0.6/} EXTRACT_SUFX= .tar.bz2 MODULES= devel/gettext -LIB_DEPENDS= ORBit.5,IIOP,ORBitCosNaming,ORBitutil::devel/ORBit \ - xml.9::textproc/libxml1 \ +LIB_DEPENDS= ORBit.>=5,IIOP,ORBitCosNaming,ORBitutil::devel/ORBit \ + xml.>=9::textproc/libxml1 \ popt::devel/popt # GPL diff --git a/x11/gnome/panel/Makefile b/x11/gnome/panel/Makefile index 55dc84d1cea..70a792f32a9 100644 --- a/x11/gnome/panel/Makefile +++ b/x11/gnome/panel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2006/06/13 13:36:44 bernd Exp $ +# $OpenBSD: Makefile,v 1.22 2006/09/18 09:40:32 espie Exp $ COMMENT= "GNOME panel" @@ -34,9 +34,9 @@ BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \ :p5-XML-Parser-*:textproc/p5-XML-Parser \ :scrollkeeper->=0.3.12:textproc/scrollkeeper RUN_DEPENDS= :scrollkeeper->=0.3.12:textproc/scrollkeeper -LIB_DEPENDS= gnome-desktop-2.0::x11/gnome/desktop \ +LIB_DEPENDS= gnome-desktop-2::x11/gnome/desktop \ gnome-menu::x11/gnome/menus \ - wnck-1.4::devel/libwnck + wnck-1.>=4::devel/libwnck USE_X11= Yes USE_GMAKE= Yes diff --git a/x11/gnome/print/Makefile b/x11/gnome/print/Makefile index 8291f3757e1..df81f753ce5 100644 --- a/x11/gnome/print/Makefile +++ b/x11/gnome/print/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2006/01/08 22:27:02 alek Exp $ +# $OpenBSD: Makefile,v 1.11 2006/09/18 09:40:32 espie Exp $ COMMENT= "printing framework for GNOME" @@ -15,9 +15,9 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-print/0.36/} PATCH_LIST= patch-* sup-alpha-* .endif -LIB_DEPENDS= gdk_pixbuf.2::graphics/gdk-pixbuf \ - gnome.36,art_lgpl.4,gnomesupport.0,gnomeui.46::x11/gnome/libs \ - xml.9::textproc/libxml1 +LIB_DEPENDS= gdk_pixbuf.>=2::graphics/gdk-pixbuf \ + gnome.>=36,art_lgpl.>=4,gnomesupport,gnomeui.>=46::x11/gnome/libs \ + xml.>=9::textproc/libxml1 RUN_DEPENDS= :ghostscript-*:print/ghostscript/gnu diff --git a/x11/gnome/session/Makefile b/x11/gnome/session/Makefile index 21b35281cd2..f9e23745c58 100644 --- a/x11/gnome/session/Makefile +++ b/x11/gnome/session/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 2006/06/13 13:36:44 bernd Exp $ +# $OpenBSD: Makefile,v 1.18 2006/09/18 09:40:32 espie Exp $ COMMENT= "GNOME session" @@ -30,7 +30,7 @@ MODULES= devel/gettext BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \ :p5-XML-Parser-*:textproc/p5-XML-Parser \ :scrollkeeper-*:textproc/scrollkeeper -LIB_DEPENDS= gnomeui-2.0::x11/gnome/libgnomeui +LIB_DEPENDS= gnomeui-2::x11/gnome/libgnomeui # Here we hang all the additional ports that will make up a satisfying # Gnome2 user experience :) diff --git a/x11/gnome/utils/Makefile b/x11/gnome/utils/Makefile index 20482afc37d..9e675b8fd22 100644 --- a/x11/gnome/utils/Makefile +++ b/x11/gnome/utils/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2006/06/13 13:36:44 bernd Exp $ +# $OpenBSD: Makefile,v 1.14 2006/09/18 09:40:32 espie Exp $ COMMENT= "GNOME utility programs" @@ -27,7 +27,7 @@ EXTRACT_SUFX= .tar.bz2 BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \ :p5-XML-Parser-*:textproc/p5-XML-Parser -LIB_DEPENDS= gnomeui-2.200::x11/gnome/libgnomeui \ +LIB_DEPENDS= gnomeui-2.>=200::x11/gnome/libgnomeui \ panel-applet-2::x11/gnome/panel \ gnomeprintui-2-2::x11/gnome/libgnomeprintui diff --git a/x11/gnome/vfs/Makefile b/x11/gnome/vfs/Makefile index ff0eb9bf02e..9adaf7a000d 100644 --- a/x11/gnome/vfs/Makefile +++ b/x11/gnome/vfs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2006/02/12 01:22:00 steven Exp $ +# $OpenBSD: Makefile,v 1.24 2006/09/18 09:40:32 espie Exp $ COMMENT= "GNOME Virtual File System" @@ -10,8 +10,8 @@ HOMEPAGE= http://www.gnome.org/ MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-vfs/1.0/} -LIB_DEPENDS= gnome.36::x11/gnome/libs \ - xml.9::textproc/libxml1 \ +LIB_DEPENDS= gnome.>=36::x11/gnome/libs \ + xml.>=9::textproc/libxml1 \ gconf-1,gconf-gtk-1::devel/gconf \ cdda_paranoia,cdda_interface::audio/cdparanoia \ bz2::archivers/bzip2 \ diff --git a/x11/gnomemm/Makefile b/x11/gnomemm/Makefile index 745fc35d244..6be3c12ce9f 100644 --- a/x11/gnomemm/Makefile +++ b/x11/gnomemm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2006/02/13 17:34:48 steven Exp $ +# $OpenBSD: Makefile,v 1.15 2006/09/18 09:40:32 espie Exp $ COMMENT= "C++ interface for the GNOME libraries" COMMENT-docs= "C++ interface for the GNOME libraries documentation" @@ -28,7 +28,7 @@ SUBPACKAGE?= .if ${SUBPACKAGE} != "-docs" MODULES= devel/gettext LIB_DEPENDS= ::x11/gtkmm \ - art_lgpl.4,gnome.36,gnomesupport.0,gnomeui.46::x11/gnome/libs + art_lgpl.>=4,gnome.>=36,gnomesupport,gnomeui.>=46::x11/gnome/libs WANTLIB= ICE SM X11 Xext Xi audiofile esd gdk gdk_imlib glib \ gmodule gtk jpeg m png tiff ungif z .endif