- fix WANTLIB after gtk+2 downgrade

- USE_X11 and MODULES=devel/gettext where appropriate
- sync PLISTs
This commit is contained in:
steven 2006-01-20 13:12:02 +00:00
parent a894413011
commit 67df1a9788
12 changed files with 58 additions and 59 deletions

View File

@ -1,12 +1,12 @@
# $OpenBSD: Makefile,v 1.11 2005/12/12 14:29:30 espie Exp $
# $OpenBSD: Makefile,v 1.12 2006/01/20 13:12:02 steven Exp $
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
SHARED_ONLY= Yes
COMMENT= "collection of theme engines for GTK+2"
VERSION= 2.6.5
DISTNAME= gtk-engines-${VERSION}
PKGNAME= gtk-engines2-${VERSION}p0
PKGNAME= gtk-engines2-${VERSION}p1
CATEGORIES= x11
HOMEPAGE= http://www.gnome.org
@ -17,9 +17,9 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext Xrender atk-1.0.0.0 cairo fontconfig z png glitz \
freetype glib-2.0.0.0 gmodule-2.0.0.0 gobject-2.0.0.0 iconv \
intl m pango-1.0.0.0 pangoft2-1.0.0.0 pangocairo-1.0.1000.0
WANTLIB= X11 Xext Xft Xrender atk-1.0.0.0 fontconfig m \
freetype glib-2.0.0.0 gmodule-2.0.0.0 gobject-2.0.0.0 \
pango-1.0.0.0 pangoft2-1.0.0.0 pangox-1.0.0.0 pangoxft-1.0.0.0
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-engines/2.6/}
EXTRACT_SUFX= .tar.bz2
@ -28,6 +28,8 @@ 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
RUN_DEPENDS= :hicolor-icon-theme-*:x11/hicolor-icon-theme
MODULES= devel/gettext
USE_X11= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu

View File

@ -1,11 +1,8 @@
@comment $OpenBSD: PLIST,v 1.13 2005/12/12 14:29:30 espie Exp $
@comment $OpenBSD: PLIST,v 1.14 2006/01/20 13:12:02 steven Exp $
@conflict gtk-thinice-engine-*
@conflict gtk2-clearlooks-engine-*
@conflict gnome-themes-<2.10
%%SHARED%%
lib/gtk-2.0/
lib/gtk-2.0/2.4.0/
lib/gtk-2.0/2.4.0/engines/
lib/gtk-2.0/2.4.0/engines/libclearlooks.a
lib/gtk-2.0/2.4.0/engines/libclearlooks.la
lib/gtk-2.0/2.4.0/engines/libcrux-engine.a
@ -26,9 +23,7 @@ lib/gtk-2.0/2.4.0/engines/libsmooth.a
lib/gtk-2.0/2.4.0/engines/libsmooth.la
lib/gtk-2.0/2.4.0/engines/libthinice.a
lib/gtk-2.0/2.4.0/engines/libthinice.la
lib/pkgconfig/
lib/pkgconfig/gtk-engines-2.pc
share/themes/
share/themes/Clearlooks/
share/themes/Clearlooks/gtk-2.0/
share/themes/Clearlooks/gtk-2.0/gtkrc

View File

@ -1,12 +1,12 @@
# $OpenBSD: Makefile,v 1.7 2005/11/15 21:21:26 wilfried Exp $
# $OpenBSD: Makefile,v 1.8 2006/01/20 13:12:02 steven Exp $
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
SHARED_ONLY= Yes
COMMENT= "simple, clean theme engine for GTK+2"
VERSION= 2.0.2
DISTNAME= gtk-thinice-engine-${VERSION}
PKGNAME= ${DISTNAME}p0
PKGNAME= ${DISTNAME}p1
CATEGORIES= x11
HOMEPAGE= http://thinice.sourceforge.net/
@ -16,15 +16,17 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 atk-1.0.0.0 cairo fontconfig \
freetype glib-2.0.0.0 gmodule-2.0.0.0 gobject-2.0.0.0 iconv \
intl m pango-1.0.0.0 pangocairo-1.0.0.0 pangoft2-1.0.0.0
WANTLIB= X11 Xext Xft Xrender atk-1.0.0.0 fontconfig m \
freetype glib-2.0.0.0 gmodule-2.0.0.0 gobject-2.0.0.0 \
pango-1.0.0.0 pangox-1.0.0.0 pangoxft-1.0.0.0 pangoft2-1.0.0.0
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=thinice/}
BUILD_DEPENDS= :pkgconfig->=0.9.0:devel/pkgconfig
LIB_DEPENDS= gdk-x11-2.0.400.0,gdk_pixbuf-2.0.400.0,gtk-x11-2.0.400.0::x11/gtk+2
MODULES= devel/gettext
USE_X11= Yes
CONFIGURE_STYLE= gnu

View File

@ -1,12 +1,7 @@
@comment $OpenBSD: PLIST,v 1.6 2005/05/26 03:40:26 marcm Exp $
@comment $OpenBSD: PLIST,v 1.7 2006/01/20 13:12:03 steven Exp $
@conflict gtk-engines2-*
lib/gtk-2.0/
lib/gtk-2.0/2.4.0/
lib/gtk-2.0/2.4.0/engines/
lib/gtk-2.0/2.4.0/engines/libthinice.la
lib/pkgconfig/
lib/pkgconfig/gtk-thinice-engine-2.pc
share/themes/
share/themes/ThinIce/
share/themes/ThinIce/ICON.png
share/themes/ThinIce/README.html

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.10 2005/12/30 16:28:25 naddy Exp $
# $OpenBSD: Makefile,v 1.11 2006/01/20 13:12:03 steven Exp $
COMMENT= "color terminal emulator with transparency and unicode support"
DISTNAME= mlterm-2.9.0
PKGNAME= ${DISTNAME}p3
PKGNAME= ${DISTNAME}p4
SHARED_LIBS= kik 10.0 \
mkf 13.0
CATEGORIES= x11
@ -14,10 +14,10 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 Xext Xft Xrender atk-1.0.0.0 c cairo fontconfig \
freetype gdk-x11-2.0.0.0 glib-2.0.0.0 glitz gmodule-2.0.0.0 \
gobject-2.0.0.0 iconv intl m pango-1.0.0.0 pangocairo-1.0.0.0 \
pangoft2-1.0.0.0 util png z
WANTLIB= ICE SM X11 Xext Xft Xrender atk-1.0.0.0 c m fontconfig \
freetype gdk-x11-2.0.0.0 glib-2.0.0.0 gmodule-2.0.0.0 \
gobject-2.0.0.0 pango-1.0.0.0 pangox-1.0.0.0 pangoxft-1.0.0.0 \
pangoft2-1.0.0.0 util
HOMEPAGE= http://mlterm.sourceforge.net/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mlterm/}
@ -28,6 +28,8 @@ SHARED_ONLY=Yes
BUILD_DEPENDS= :pkgconfig->=0.14.0p1:devel/pkgconfig
LIB_DEPENDS= gdk_pixbuf-2.0.0.14,gtk-x11-2.0.0.14::x11/gtk+2
MODULES= devel/gettext
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --enable-anti-alias --enable-utmp \

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2005/11/15 22:14:51 wilfried Exp $
# $OpenBSD: Makefile,v 1.5 2006/01/20 13:12:03 steven Exp $
COMMENT= "graphical ports system frontend"
DISTNAME= pb-browser-0.4
PKGNAME= ${DISTNAME}p0
PKGNAME= ${DISTNAME}p1
CATEGORIES= x11 sysutils
MAINTAINER= Igor Boehm <igor@bytelabs.org>
@ -14,9 +14,10 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 atk-1.0.0.0 c cairo fontconfig freetype glib-2.0.0.0 \
gmodule-2.0.0.0 gobject-2.0.0.0 gthread-2.0.0.0 m pango-1.0.0.0 \
pangocairo-1.0.0.0 pangoft2-1.0.0.0 pthread util
WANTLIB= X11 Xext Xft Xrender c fontconfig freetype m glib-2.0.0.0 \
gmodule-2.0.0.0 gobject-2.0.0.0 gthread-2.0.0.0 \
atk-1.0.0.0 pango-1.0.0.0 pangox-1.0.0.0 pangoxft-1.0.0.0 \
pangoft2-1.0.0.0 pthread util
MASTER_SITES= http://www.bytelabs.org/
EXTRACT_SUFX= .tgz

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.15 2005/11/15 09:21:52 wilfried Exp $
# $OpenBSD: Makefile,v 1.16 2006/01/20 13:12:03 steven Exp $
COMMENT= "GTK+ binding for librep Lisp environment"
VERSION= 0.18
DISTNAME= rep-gtk-${VERSION}
PKGNAME= ${DISTNAME}p2
PKGNAME= ${DISTNAME}p3
CATEGORIES= x11
HOMEPAGE= http://rep-gtk.sourceforge.net/
@ -14,9 +14,9 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 atk-1.0.0.0 cairo fontconfig freetype glib-2.0.0.0 \
gmodule-2.0.0.0 gobject-2.0.0.0 iconv intl m pango-1.0.0.0 \
pangocairo-1.0.0.0 pangoft2-1.0.0.0
WANTLIB= X11 Xext Xft Xrender fontconfig freetype m glib-2.0.0.0 \
gmodule-2.0.0.0 gobject-2.0.0.0 atk-1.0.0.0 pango-1.0.0.0 \
pango-1.0.0.0 pangox-1.0.0.0 pangoxft-1.0.0.0 pangoft2-1.0.0.0
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rep-gtk/}
@ -25,6 +25,8 @@ BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \
RUN_DEPENDS= ::lang/librep
LIB_DEPENDS= gdk-x11-2.0.0.0,gdk_pixbuf-2.0.0.0,gtk-x11-2.0.0.0::x11/gtk+2
MODULES= devel/gettext
GNU_ARCH= ${MACHINE_ARCH:S/amd64/x86_64/}-unknown-openbsd${OPSYS_VER}
SUBST_VARS= GNU_ARCH VERSION

View File

@ -1,7 +1,5 @@
@comment $OpenBSD: PLIST,v 1.5 2005/05/23 20:28:50 marius Exp $
@comment $OpenBSD: PLIST,v 1.6 2006/01/20 13:12:03 steven Exp $
%%SHARED%%
libexec/rep/
libexec/rep/${GNU_ARCH}/
libexec/rep/${GNU_ARCH}/gui/
libexec/rep/${GNU_ARCH}/gui/gtk-2/
libexec/rep/${GNU_ARCH}/gui/gtk-2/gtk.a

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.26 2005/11/15 22:19:19 wilfried Exp $
# $OpenBSD: Makefile,v 1.27 2006/01/20 13:12:03 steven Exp $
COMMENT= "gtk file manager with desktop features"
VERSION= 2.2.0
DISTNAME= rox-${VERSION}
PKGNAME= rox-filer-${VERSION}p1
PKGNAME= rox-filer-${VERSION}p2
CATEGORIES= x11
HOMEPAGE= http://rox.sourceforge.net/
@ -16,9 +16,10 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 atk-1.0.0.0 c cairo fontconfig freetype \
WANTLIB= ICE SM X11 Xext Xft Xrender c fontconfig freetype z \
glib-2.0.0.0 gmodule-2.0.0.0 gobject-2.0.0.0 m \
pango-1.0.0.0 pangocairo-1.0.0.0 pangoft2-1.0.0.0 z
atk-1.0.0.0 pango-1.0.0.0 pangox-1.0.0.0 \
pangoft2-1.0.0.0
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rox/}
@ -32,6 +33,7 @@ RUN_DEPENDS= ::misc/shared-mime-info
FILE_TO_PATCH= ${WRKSRC}/ROX-Filer/src/choices.c
USE_X11= Yes
NO_REGRESS= Yes
post-patch:

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.14 2005/01/31 19:01:47 couderc Exp $
@comment $OpenBSD: PLIST,v 1.15 2006/01/20 13:12:03 steven Exp $
bin/rox
@man man/man1/ROX-Filer.1
@man man/man1/rox.1
@ -7,6 +7,7 @@ rox/ROX-Filer/
rox/ROX-Filer/.DirIcon
rox/ROX-Filer/AppInfo.xml
rox/ROX-Filer/AppRun
@comment rox/ROX-Filer/AppRun.orig
rox/ROX-Filer/Help/
rox/ROX-Filer/Help/COPYING
rox/ROX-Filer/Help/Changes
@ -22,6 +23,7 @@ rox/ROX-Filer/Messages/cs.gmo
rox/ROX-Filer/Messages/da.gmo
rox/ROX-Filer/Messages/de.gmo
rox/ROX-Filer/Messages/es.gmo
rox/ROX-Filer/Messages/fi.gmo
rox/ROX-Filer/Messages/fr.gmo
rox/ROX-Filer/Messages/hu.gmo
rox/ROX-Filer/Messages/it.gmo
@ -237,6 +239,7 @@ rox/ROX-Filer/src/po/da.po
rox/ROX-Filer/src/po/de.po
rox/ROX-Filer/src/po/dist
rox/ROX-Filer/src/po/es.po
rox/ROX-Filer/src/po/fi.po
rox/ROX-Filer/src/po/fr.po
rox/ROX-Filer/src/po/hu.po
rox/ROX-Filer/src/po/it.po

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.18 2005/11/15 22:29:18 wilfried Exp $
# $OpenBSD: Makefile,v 1.19 2006/01/20 13:12:03 steven Exp $
COMMENT= "extensible window manager"
VERSION= 1.3
DISTNAME= sawfish-${VERSION}
PKGNAME= ${DISTNAME}p1
PKGNAME= ${DISTNAME}p2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sawmill/}
@ -16,16 +16,18 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 Xext Xft.5 Xinerama Xrender.3 atk-1.0.0.0 c \
WANTLIB= ICE SM X11 Xext Xft.5 Xinerama Xrender.3 atk-1.0.0.0 c m \
fontconfig.2 freetype.13 gdk-x11-2.0.0.0 gdk_pixbuf-2.0.0.0 \
gdk_pixbuf_xlib-2.0.0.0 glib-2.0.0.0 gmodule-2.0.0.0 \
gobject-2.0.0.0 gtk-x11-2.0.0.0 iconv intl m pango-1.0.0.0 \
cairo pangocairo-1.0.0.0 pangoft2-1.0.0.0 rep.12
gobject-2.0.0.0 gtk-x11-2.0.0.0 pango-1.0.0.0 \
pangox-1.0.0.0 pangoxft-1.0.0.0 pangoft2-1.0.0.0 rep.12
BUILD_DEPENDS= ${RUN_DEPENDS} \
::devel/pkgconfig
RUN_DEPENDS= :rep-gtk-*:x11/rep-gtk
MODULES= devel/gettext
GNU_ARCH= ${MACHINE_ARCH:S/amd64/x86_64/}-unknown-openbsd${OPSYS_VER}
SUBST_VARS= GNU_ARCH VERSION

View File

@ -1,11 +1,9 @@
@comment $OpenBSD: PLIST,v 1.6 2005/05/23 20:29:45 marius Exp $
@comment $OpenBSD: PLIST,v 1.7 2006/01/20 13:12:03 steven Exp $
%%SHARED%%
bin/sawfish
bin/sawfish-client
bin/sawfish-ui
@info info/sawfish.info
libexec/rep/
libexec/rep/${GNU_ARCH}/
libexec/rep/${GNU_ARCH}/sawfish/
libexec/rep/${GNU_ARCH}/sawfish/client.a
libexec/rep/${GNU_ARCH}/sawfish/client.la
@ -35,9 +33,6 @@ libexec/sawfish/${VERSION}/${GNU_ARCH}/selection.a
libexec/sawfish/${VERSION}/${GNU_ARCH}/selection.la
libexec/sawfish/${VERSION}/${GNU_ARCH}/x.a
libexec/sawfish/${VERSION}/${GNU_ARCH}/x.la
share/locale/
share/locale/no/
share/locale/no/LC_MESSAGES/
share/locale/no/LC_MESSAGES/sawfish.mo
share/pixmaps/
share/pixmaps/sawfish-logo.png