From 0df4c8d4f44b4fbf4f5d900b1b523547da091f59 Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 2 Jan 2004 01:42:14 +0000 Subject: * Use gstreamerplugins * Fix a bug that prevented GConf schemas from being properly registered * Bump PORTREVISION git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1580 df743ca5-7f9a-e211-a948-0013205c9059 --- games/monkeybubble/Makefile | 7 +++---- games/monkeybubble/files/patch-data_Makefile.in | 11 +++++++++++ games/monkeybubble/pkg-plist | 4 ++++ 3 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 games/monkeybubble/files/patch-data_Makefile.in diff --git a/games/monkeybubble/Makefile b/games/monkeybubble/Makefile index dcd3cf54e..ed828b2c7 100644 --- a/games/monkeybubble/Makefile +++ b/games/monkeybubble/Makefile @@ -7,7 +7,7 @@ PORTNAME= monkeybubble PORTVERSION= 0.1.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games gnome MASTER_SITES= http://monkey-bubble.tuxfamily.org/ DISTNAME= monkey-bubble-${PORTVERSION} @@ -15,14 +15,13 @@ DISTNAME= monkey-bubble-${PORTVERSION} MAINTAINER= adamw@FreeBSD.org COMMENT= GTK2 Puzzle Bobble clone with monkeys -LIB_DEPENDS= gstplay-0.7:${PORTSDIR}/multimedia/gstreamer-plugins - USE_X_PREFIX= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix librsvg2 libgnomeui lthack intlhack +USE_GNOME= gnomehack gnomeprefix librsvg2 libgnomeui lthack intlhack \ + gstreamerplugins CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/games/monkeybubble/files/patch-data_Makefile.in b/games/monkeybubble/files/patch-data_Makefile.in new file mode 100644 index 000000000..4de888b5b --- /dev/null +++ b/games/monkeybubble/files/patch-data_Makefile.in @@ -0,0 +1,11 @@ +--- data/Makefile.in.orig Thu Jan 1 20:37:25 2004 ++++ data/Makefile.in Thu Jan 1 20:37:35 2004 +@@ -323,7 +323,7 @@ + + install-data-local: + if test -z "$(DESTDIR)" ; then \ +- for p in $(schema_DATA) ; do \ ++ for p in $(schemas_DATA) ; do \ + GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p; \ + done \ + fi diff --git a/games/monkeybubble/pkg-plist b/games/monkeybubble/pkg-plist index 34d61ea18..cb3fd04be 100644 --- a/games/monkeybubble/pkg-plist +++ b/games/monkeybubble/pkg-plist @@ -1,4 +1,6 @@ bin/monkey-bubble +etc/gconf/gconf.xml.defaults/apps/monkey-bubble-game/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/monkey-bubble-game/%gconf.xml etc/gconf/schemas/monkey-bubble.schemas lib/libgdkview.a lib/libgdkview.so @@ -145,3 +147,5 @@ share/locale/fr/LC_MESSAGES/monkey-bubble.mo @dirrm share/gnome/monkey-bubble/gfx/bubbles @dirrm share/gnome/monkey-bubble/gfx @dirrm share/gnome/monkey-bubble +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/monkey-bubble-game +@dirrm etc/gconf/gconf.xml.defaults/apps/monkey-bubble-game -- cgit