diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-21 14:59:50 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-21 14:59:50 +0800 |
commit | 4e1822313ab22dbec88f02da791d482b7b60b7f5 (patch) | |
tree | 64e1fde04445de8af64b8061dc2c2d70ea69ba95 | |
parent | 9ec8c44cf05337a7bbd7cbf22e3f63437594a981 (diff) | |
download | marcuscom-ports-4e1822313ab22dbec88f02da791d482b7b60b7f5.tar marcuscom-ports-4e1822313ab22dbec88f02da791d482b7b60b7f5.tar.gz marcuscom-ports-4e1822313ab22dbec88f02da791d482b7b60b7f5.tar.bz2 marcuscom-ports-4e1822313ab22dbec88f02da791d482b7b60b7f5.tar.lz marcuscom-ports-4e1822313ab22dbec88f02da791d482b7b60b7f5.tar.xz marcuscom-ports-4e1822313ab22dbec88f02da791d482b7b60b7f5.tar.zst marcuscom-ports-4e1822313ab22dbec88f02da791d482b7b60b7f5.zip |
Fix gnome-stones by removing a patch that was installing the game plug-ins in
the wrong directory.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2521 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | games/gnome-games/Makefile | 1 | ||||
-rw-r--r-- | games/gnome-games/files/patch-ab | 11 | ||||
-rw-r--r-- | games/gnome-games/pkg-plist | 7 | ||||
-rw-r--r-- | games/gnomegames2/Makefile | 1 | ||||
-rw-r--r-- | games/gnomegames2/files/patch-ab | 11 | ||||
-rw-r--r-- | games/gnomegames2/pkg-plist | 7 |
6 files changed, 10 insertions, 28 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index f93b680e4..55ae66447 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomegames2 PORTVERSION= 2.7.5 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-games/2.7 diff --git a/games/gnome-games/files/patch-ab b/games/gnome-games/files/patch-ab deleted file mode 100644 index 67cea1ce8..000000000 --- a/games/gnome-games/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- gnome-stones/objects/Makefile.in.orig Sun Jun 15 20:28:06 2003 -+++ gnome-stones/objects/Makefile.in Sun Jun 15 20:28:06 2003 -@@ -136,7 +136,7 @@ - - GSTONES_SRC_DIR = $(srcdir)/../ - --objectdir = $(libdir)/gnome-stones/objects -+objectdir = $(datadir)/gnome-stones/objects - - INCLUDES = \ - -I$(GSTONES_SRC_DIR) \ diff --git a/games/gnome-games/pkg-plist b/games/gnome-games/pkg-plist index dd12bf138..eeef88249 100644 --- a/games/gnome-games/pkg-plist +++ b/games/gnome-games/pkg-plist @@ -63,6 +63,8 @@ etc/sound/events/gnect.soundlist etc/sound/events/gnibbles.soundlist etc/sound/events/gnobots2.soundlist etc/sound/events/iagno.soundlist +lib/gnome-stones/objects/libgnome-stones.so +lib/gnome-stones/objects/libgnomekoban.so share/gnome/applications/blackjack.desktop share/gnome/applications/freecell.desktop share/gnome/applications/gataxx.desktop @@ -187,8 +189,6 @@ share/gnome/gnome-stones/default.caves share/gnome/gnome-stones/gnome-stonesrc share/gnome/gnome-stones/gnome-stonesrc.ko share/gnome/gnome-stones/gnomekoban.caves -share/gnome/gnome-stones/objects/libgnome-stones.so -share/gnome/gnome-stones/objects/libgnomekoban.so share/gnome/gnome-stones/tutorial.caves share/gnome/help/aisleriot/C/agnes.xml share/gnome/help/aisleriot/C/aisleriot.xml @@ -771,12 +771,13 @@ share/locale/zh_TW/LC_MESSAGES/gnome-games.mo @dirrm share/gnome/help/aisleriot/C/figures @dirrm share/gnome/help/aisleriot/C @dirrm share/gnome/help/aisleriot -@dirrm share/gnome/gnome-stones/objects @dirrm share/gnome/gnome-stones @dirrm share/gnome/gnobots2 @dirrm share/gnome/gnibbles @dirrm share/gnome/gnect @dirrm share/gnome/blackjack +@dirrm lib/gnome-stones/objects +@dirrm lib/gnome-stones @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-games/aisleriot-C.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-games/blackjack-C.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-games/gataxx-C.omf 2>/dev/null || /usr/bin/true diff --git a/games/gnomegames2/Makefile b/games/gnomegames2/Makefile index f93b680e4..55ae66447 100644 --- a/games/gnomegames2/Makefile +++ b/games/gnomegames2/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomegames2 PORTVERSION= 2.7.5 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-games/2.7 diff --git a/games/gnomegames2/files/patch-ab b/games/gnomegames2/files/patch-ab deleted file mode 100644 index 67cea1ce8..000000000 --- a/games/gnomegames2/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- gnome-stones/objects/Makefile.in.orig Sun Jun 15 20:28:06 2003 -+++ gnome-stones/objects/Makefile.in Sun Jun 15 20:28:06 2003 -@@ -136,7 +136,7 @@ - - GSTONES_SRC_DIR = $(srcdir)/../ - --objectdir = $(libdir)/gnome-stones/objects -+objectdir = $(datadir)/gnome-stones/objects - - INCLUDES = \ - -I$(GSTONES_SRC_DIR) \ diff --git a/games/gnomegames2/pkg-plist b/games/gnomegames2/pkg-plist index dd12bf138..eeef88249 100644 --- a/games/gnomegames2/pkg-plist +++ b/games/gnomegames2/pkg-plist @@ -63,6 +63,8 @@ etc/sound/events/gnect.soundlist etc/sound/events/gnibbles.soundlist etc/sound/events/gnobots2.soundlist etc/sound/events/iagno.soundlist +lib/gnome-stones/objects/libgnome-stones.so +lib/gnome-stones/objects/libgnomekoban.so share/gnome/applications/blackjack.desktop share/gnome/applications/freecell.desktop share/gnome/applications/gataxx.desktop @@ -187,8 +189,6 @@ share/gnome/gnome-stones/default.caves share/gnome/gnome-stones/gnome-stonesrc share/gnome/gnome-stones/gnome-stonesrc.ko share/gnome/gnome-stones/gnomekoban.caves -share/gnome/gnome-stones/objects/libgnome-stones.so -share/gnome/gnome-stones/objects/libgnomekoban.so share/gnome/gnome-stones/tutorial.caves share/gnome/help/aisleriot/C/agnes.xml share/gnome/help/aisleriot/C/aisleriot.xml @@ -771,12 +771,13 @@ share/locale/zh_TW/LC_MESSAGES/gnome-games.mo @dirrm share/gnome/help/aisleriot/C/figures @dirrm share/gnome/help/aisleriot/C @dirrm share/gnome/help/aisleriot -@dirrm share/gnome/gnome-stones/objects @dirrm share/gnome/gnome-stones @dirrm share/gnome/gnobots2 @dirrm share/gnome/gnibbles @dirrm share/gnome/gnect @dirrm share/gnome/blackjack +@dirrm lib/gnome-stones/objects +@dirrm lib/gnome-stones @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-games/aisleriot-C.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-games/blackjack-C.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-games/gataxx-C.omf 2>/dev/null || /usr/bin/true |