diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-06 00:37:38 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-06 00:37:38 +0800 |
commit | 372d73e2ea82ceb62efab4fc0ccb023091283d7b (patch) | |
tree | 2c07d8430a3aa498a8afd474dba6a5684eba330e /games | |
parent | 2e820a178b29eada1eda1e9eb333d1b8f8d48114 (diff) | |
download | marcuscom-ports-372d73e2ea82ceb62efab4fc0ccb023091283d7b.tar marcuscom-ports-372d73e2ea82ceb62efab4fc0ccb023091283d7b.tar.gz marcuscom-ports-372d73e2ea82ceb62efab4fc0ccb023091283d7b.tar.bz2 marcuscom-ports-372d73e2ea82ceb62efab4fc0ccb023091283d7b.tar.lz marcuscom-ports-372d73e2ea82ceb62efab4fc0ccb023091283d7b.tar.xz marcuscom-ports-372d73e2ea82ceb62efab4fc0ccb023091283d7b.tar.zst marcuscom-ports-372d73e2ea82ceb62efab4fc0ccb023091283d7b.zip |
Use new desktop file handling scheme.
Submitted by: Koop Mast <kwm@rainbow-runner.nl>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2623 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-games/Makefile | 2 | ||||
-rw-r--r-- | games/gnome-games/pkg-plist | 2 | ||||
-rw-r--r-- | games/gnomegames2/Makefile | 2 | ||||
-rw-r--r-- | games/gnomegames2/pkg-plist | 2 |
4 files changed, 6 insertions, 2 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index b07edf3b0..39a2a10d8 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -23,7 +23,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_REINPLACE= yes USE_GNOME= gnomeprefix gnomehack gnomehier intlhack libgnomeui \ - librsvg2 + librsvg2 desktopfileutils USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/games/gnome-games/pkg-plist b/games/gnome-games/pkg-plist index 84e035844..5a70c1402 100644 --- a/games/gnome-games/pkg-plist +++ b/games/gnome-games/pkg-plist @@ -82,6 +82,7 @@ share/gnome/applications/iagno.desktop share/gnome/applications/mahjongg.desktop share/gnome/applications/same-gnome.desktop share/gnome/applications/sol.desktop +@exec update-desktop-database > /dev/null || /usr/bin/true share/gnome/blackjack/Ameristar.rules share/gnome/blackjack/Atlantic_City.rules share/gnome/blackjack/Vegas_Downtown.rules @@ -800,3 +801,4 @@ share/locale/zh_TW/LC_MESSAGES/gnome-games.mo @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-games/iagno-C.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-games/mahjongg-C.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-games/same-gnome-C.omf 2>/dev/null || /usr/bin/true +@unexec update-desktop-database > /dev/null || /usr/bin/true diff --git a/games/gnomegames2/Makefile b/games/gnomegames2/Makefile index b07edf3b0..39a2a10d8 100644 --- a/games/gnomegames2/Makefile +++ b/games/gnomegames2/Makefile @@ -23,7 +23,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_REINPLACE= yes USE_GNOME= gnomeprefix gnomehack gnomehier intlhack libgnomeui \ - librsvg2 + librsvg2 desktopfileutils USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/games/gnomegames2/pkg-plist b/games/gnomegames2/pkg-plist index 84e035844..5a70c1402 100644 --- a/games/gnomegames2/pkg-plist +++ b/games/gnomegames2/pkg-plist @@ -82,6 +82,7 @@ share/gnome/applications/iagno.desktop share/gnome/applications/mahjongg.desktop share/gnome/applications/same-gnome.desktop share/gnome/applications/sol.desktop +@exec update-desktop-database > /dev/null || /usr/bin/true share/gnome/blackjack/Ameristar.rules share/gnome/blackjack/Atlantic_City.rules share/gnome/blackjack/Vegas_Downtown.rules @@ -800,3 +801,4 @@ share/locale/zh_TW/LC_MESSAGES/gnome-games.mo @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-games/iagno-C.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-games/mahjongg-C.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-games/same-gnome-C.omf 2>/dev/null || /usr/bin/true +@unexec update-desktop-database > /dev/null || /usr/bin/true |