fix WANTLIB after gtk+2 downgrade
add MODULES=devel/gettext and sync PLIST accordingly
This commit is contained in:
parent
b6104fb7bf
commit
66fd15791e
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2005/11/15 19:31:37 wilfried Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2006/01/19 08:48:27 steven Exp $
|
||||
|
||||
COMMENT= "GNOME panel applet that displays the CPU + memory load"
|
||||
|
||||
DISTNAME= bubblemon-2.0.1
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
CATEGORIES= sysutils x11/gnome
|
||||
|
||||
HOMEPAGE= http://www.d.kth.se/~d92-jwa/code/
|
||||
@ -21,13 +21,16 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= ICE ORBit-2 SM X11 art_lgpl_2 atk-1.0.0.0 bonobo-2 \
|
||||
bonobo-activation bonoboui-2 c cairo fontconfig \
|
||||
WANTLIB= ICE ORBit-2 SM X11 Xau Xext Xft Xrender c fontconfig \
|
||||
art_lgpl_2 atk-1.0.0.0 \
|
||||
bonobo-2 bonobo-activation bonoboui-2 \
|
||||
freetype gconf-2 gdk-x11-2.0.0.0 gdk_pixbuf-2.0.0.0 \
|
||||
glib-2.0.0.0 gmodule-2.0.0.0 gnome-2 gnomecanvas-2 \
|
||||
gnomeui-2 gnomevfs-2 gobject-2.0.0.0 gthread-2.0.0.0 \
|
||||
gtk-x11-2.0.0.0 iconv intl m pango-1.0.0.0 \
|
||||
pangoft2-1.0.0.0 pangocairo-1.0.0.0 popt pthread xml2 z
|
||||
gtk-x11-2.0.0.0 m pango-1.0.0.0 pangoxft-1.0.0.0 \
|
||||
pangoft2-1.0.0.0 pangox-1.0.0.0 popt pthread xml2 z
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
USE_X11= Yes
|
||||
USE_GMAKE= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2004/09/15 18:39:32 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2006/01/19 08:48:27 steven Exp $
|
||||
lib/bonobo/
|
||||
lib/bonobo/servers/
|
||||
lib/bonobo/servers/GNOME_BubblemonApplet.server
|
||||
@ -13,54 +13,25 @@ man/sv/
|
||||
share/gnome-2.0/
|
||||
share/gnome-2.0/ui/
|
||||
share/gnome-2.0/ui/GNOME_BubblemonApplet.xml
|
||||
share/locale/
|
||||
share/locale/da/
|
||||
share/locale/da/LC_MESSAGES/
|
||||
share/locale/da/LC_MESSAGES/bubblemon.mo
|
||||
share/locale/de/
|
||||
share/locale/de/LC_MESSAGES/
|
||||
share/locale/de/LC_MESSAGES/bubblemon.mo
|
||||
share/locale/es/
|
||||
share/locale/es/LC_MESSAGES/
|
||||
share/locale/es/LC_MESSAGES/bubblemon.mo
|
||||
share/locale/fi/
|
||||
share/locale/fi/LC_MESSAGES/
|
||||
share/locale/fi/LC_MESSAGES/bubblemon.mo
|
||||
share/locale/fr/
|
||||
share/locale/fr/LC_MESSAGES/
|
||||
share/locale/fr/LC_MESSAGES/bubblemon.mo
|
||||
share/locale/hu/
|
||||
share/locale/hu/LC_MESSAGES/
|
||||
share/locale/hu/LC_MESSAGES/bubblemon.mo
|
||||
share/locale/is/
|
||||
share/locale/is/LC_MESSAGES/
|
||||
share/locale/is/LC_MESSAGES/bubblemon.mo
|
||||
share/locale/it/
|
||||
share/locale/it/LC_MESSAGES/
|
||||
share/locale/it/LC_MESSAGES/bubblemon.mo
|
||||
share/locale/ko/
|
||||
share/locale/ko/LC_MESSAGES/
|
||||
share/locale/ko/LC_MESSAGES/bubblemon.mo
|
||||
share/locale/no/
|
||||
share/locale/no/LC_MESSAGES/
|
||||
share/locale/no/LC_MESSAGES/bubblemon.mo
|
||||
share/locale/pl/
|
||||
share/locale/pl/LC_MESSAGES/
|
||||
share/locale/pl/LC_MESSAGES/bubblemon.mo
|
||||
share/locale/pt/
|
||||
share/locale/pt/LC_MESSAGES/
|
||||
share/locale/pt/LC_MESSAGES/bubblemon.mo
|
||||
share/locale/ro/
|
||||
share/locale/ro/LC_MESSAGES/
|
||||
share/locale/ro/LC_MESSAGES/bubblemon.mo
|
||||
share/locale/ru/
|
||||
share/locale/ru/LC_MESSAGES/
|
||||
share/locale/ru/LC_MESSAGES/bubblemon.mo
|
||||
share/locale/sh/
|
||||
share/locale/sh/LC_MESSAGES/
|
||||
share/locale/sh/LC_MESSAGES/bubblemon.mo
|
||||
share/locale/sv/
|
||||
share/locale/sv/LC_MESSAGES/
|
||||
share/locale/sv/LC_MESSAGES/bubblemon.mo
|
||||
share/pixmaps/
|
||||
share/pixmaps/bubblemon.png
|
||||
|
Loading…
Reference in New Issue
Block a user