diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-25 02:39:21 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-25 02:39:21 +0800 |
commit | 2e948a4e2c1cda671963d1c109c0fa18e1b2448d (patch) | |
tree | 7698d4eea9fab90fd3003eb0219adfc644681315 | |
parent | 50f209d55b833e8989802baf8d46502e950c51f8 (diff) | |
download | marcuscom-ports-2e948a4e2c1cda671963d1c109c0fa18e1b2448d.tar marcuscom-ports-2e948a4e2c1cda671963d1c109c0fa18e1b2448d.tar.gz marcuscom-ports-2e948a4e2c1cda671963d1c109c0fa18e1b2448d.tar.bz2 marcuscom-ports-2e948a4e2c1cda671963d1c109c0fa18e1b2448d.tar.lz marcuscom-ports-2e948a4e2c1cda671963d1c109c0fa18e1b2448d.tar.xz marcuscom-ports-2e948a4e2c1cda671963d1c109c0fa18e1b2448d.tar.zst marcuscom-ports-2e948a4e2c1cda671963d1c109c0fa18e1b2448d.zip |
Convert to GCONF_SCHEMAS.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5751 df743ca5-7f9a-e211-a948-0013205c9059
-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 |