summaryrefslogtreecommitdiffstats
path: root/games/monkeybubble
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-01-02 09:42:14 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-01-02 09:42:14 +0800
commit0df4c8d4f44b4fbf4f5d900b1b523547da091f59 (patch)
tree4365aaa610847d11190fa14559851eac810ff681 /games/monkeybubble
parentccc651461327d01539efb96e4021744fa8b385fa (diff)
downloadmarcuscom-ports-0df4c8d4f44b4fbf4f5d900b1b523547da091f59.tar
marcuscom-ports-0df4c8d4f44b4fbf4f5d900b1b523547da091f59.tar.gz
marcuscom-ports-0df4c8d4f44b4fbf4f5d900b1b523547da091f59.tar.bz2
marcuscom-ports-0df4c8d4f44b4fbf4f5d900b1b523547da091f59.tar.lz
marcuscom-ports-0df4c8d4f44b4fbf4f5d900b1b523547da091f59.tar.xz
marcuscom-ports-0df4c8d4f44b4fbf4f5d900b1b523547da091f59.tar.zst
marcuscom-ports-0df4c8d4f44b4fbf4f5d900b1b523547da091f59.zip
* 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
Diffstat (limited to 'games/monkeybubble')
-rw-r--r--games/monkeybubble/Makefile7
-rw-r--r--games/monkeybubble/files/patch-data_Makefile.in11
-rw-r--r--games/monkeybubble/pkg-plist4
3 files changed, 18 insertions, 4 deletions
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