diff options
-rw-r--r-- | games/monkeybubble/Makefile | 2 | ||||
-rw-r--r-- | games/monkeybubble/pkg-plist | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/games/monkeybubble/Makefile b/games/monkeybubble/Makefile index fdd1a7b1f..458a09b56 100644 --- a/games/monkeybubble/Makefile +++ b/games/monkeybubble/Makefile @@ -24,6 +24,8 @@ USE_GSTREAMER80= ogg gconf USE_GNOME= gnomehack gnomeprefix librsvg2 libgnomeui \ intlhack +GCONF_SCHEMAS= monkey-bubble.schemas + CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/games/monkeybubble/pkg-plist b/games/monkeybubble/pkg-plist index 0bc871f55..6781cd029 100644 --- a/games/monkeybubble/pkg-plist +++ b/games/monkeybubble/pkg-plist @@ -1,8 +1,5 @@ bin/monkey-bubble bin/monkey-srv -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/monkey-bubble.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/monkey-bubble.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/monkey-bubble.schemas > /dev/null || /usr/bin/true share/gnome/applications/monkey-bubble.desktop share/gnome/help/monkey-bubble/C/empty.xml share/gnome/help/monkey-bubble/C/monkey-bubble.xml |