diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-30 00:47:21 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-30 00:47:21 +0000 |
commit | 798e9bed2a389dce8a970e15b68176fd49f442db (patch) | |
tree | 9dc5597aab073298ec381964f72cd853b3dd366c /games | |
parent | - Update port 0.1.6 (diff) |
Presenting GNOME 2.14.1 for FreeBSD! Checkout
http://www.gnome.org/start/2.14/ for the official release notes, and a list
of all the gooides in this new release. In particular, GNOME 2.14 focused
on performance, and they did not miss the mark. There's some new eye candy,
but most of the big things are waiting until GNOME 2.16. On the FreeBSD
side, we tried to clean up all the crashers we could. In particular, we
really improved GNOME's 64-bit support.
The good news is that this release does not bring any big shared library
version bumps, so you can almost do a simple portupgrade to get to 2.14.
There are a few minor gotchas that will be documented in UPDATING shortly.
The FreeBSD GNOME Team would like th thank the following users for their
patches, feedback, and sometimes incessant complaing about crashes (you
know who you are).
Yasuda Keisuke <kysd@po.harenet.ne.jp>
Pascal Hofstee <caelian@gmail.com>
rmgls@wanadoo.fr
tmclaugh
Yuri Pankov <yuri.pankov@gmail.com>
sajd on #freebsd-gnome
ade
ankon on #FreeBSD-Gnome
mux
Pascal Hofstee <caelian@gmail.com>
QuiRK on #freebsd-gnome
Vladimir Timofeev <vovkasm@gmail.com>
Notes
Notes:
svn path=/head/; revision=160863
Diffstat (limited to 'games')
25 files changed, 197 insertions, 300 deletions
diff --git a/games/atomix/Makefile b/games/atomix/Makefile index 8962f47fe96b..be673aa18d23 100644 --- a/games/atomix/Makefile +++ b/games/atomix/Makefile @@ -3,15 +3,14 @@ # Whom: Yukihiro Nakai <nakai@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports-stable/games/atomix/Makefile,v 1.2 2005/08/04 04:03:32 marcus Exp $ +# $MCom: ports/games/atomix/Makefile,v 1.9 2006/04/13 07:52:34 bland Exp $ # PORTNAME= atomix -PORTVERSION= 1.2.4 -PORTREVISION= 1 +PORTVERSION= 2.14.0 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org @@ -20,7 +19,7 @@ COMMENT= A yet another little mind game USE_X_PREFIX= yes USE_GMAKE= yes USE_BZIP2= yes -USE_REINPLACE= yes +USE_GETTEXT= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ @@ -28,5 +27,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ post-patch: @${REINPLACE_CMD} -e 's/games\.games/games:games/' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e '/^$$/d' ${WRKSRC}/po/POTFILES.in .include <bsd.port.mk> diff --git a/games/atomix/distinfo b/games/atomix/distinfo index d65f079922bf..36b7a3fc9405 100644 --- a/games/atomix/distinfo +++ b/games/atomix/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/atomix-1.2.4.tar.bz2) = ddf41160f3e108a9a937af87fa8c24d3 -SHA256 (gnome2/atomix-1.2.4.tar.bz2) = 476ae1ae6425ac8d2fb733cc995eadaa620383fa6af881126c89ae0628fcdff8 -SIZE (gnome2/atomix-1.2.4.tar.bz2) = 300052 +MD5 (gnome2/atomix-2.14.0.tar.bz2) = 54f4b98463b57aebc7692d1b153791af +SHA256 (gnome2/atomix-2.14.0.tar.bz2) = 5d4e073c29e7d23d49b1bfcce9edf1e8f0c04bdb91db368e05e854e2b2636bb8 +SIZE (gnome2/atomix-2.14.0.tar.bz2) = 284987 diff --git a/games/atomix/files/patch-level-manager.c b/games/atomix/files/patch-level-manager.c deleted file mode 100644 index 573ce8c66552..000000000000 --- a/games/atomix/files/patch-level-manager.c +++ /dev/null @@ -1,15 +0,0 @@ ---- src/level-manager.c.orig Thu Nov 17 17:45:18 2005 -+++ src/level-manager.c Thu Nov 17 17:45:31 2005 -@@ -232,10 +232,10 @@ static void search_level_in_dir (LevelMa - g_free (levelname); - } - } -+ g_free (dent); -+ closedir (dir); - } - -- g_free (dent); -- closedir (dir); - } - - static gchar *lookup_level_name (gchar *filename) diff --git a/games/atomix/files/patch-theme-manager.c b/games/atomix/files/patch-theme-manager.c deleted file mode 100644 index 185e64af8c57..000000000000 --- a/games/atomix/files/patch-theme-manager.c +++ /dev/null @@ -1,15 +0,0 @@ ---- src/theme-manager.c.orig Thu Nov 17 17:43:33 2005 -+++ src/theme-manager.c Thu Nov 17 17:43:58 2005 -@@ -168,10 +168,10 @@ static void search_themes_in_dir (ThemeM - g_free (subdirpath); - } - } -+ g_free (dent); -+ closedir (dir); - } - -- g_free (dent); -- closedir (dir); - } - - static void add_theme (ThemeManager *tm, gchar *themename, gchar *dirpath) diff --git a/games/atomix/pkg-plist b/games/atomix/pkg-plist index 9341ad125a17..c87bb9333919 100644 --- a/games/atomix/pkg-plist +++ b/games/atomix/pkg-plist @@ -83,6 +83,7 @@ share/locale/en_GB/LC_MESSAGES/atomix.mo share/locale/es/LC_MESSAGES/atomix.mo share/locale/et/LC_MESSAGES/atomix.mo share/locale/fa/LC_MESSAGES/atomix.mo +share/locale/fi/LC_MESSAGES/atomix.mo share/locale/fr/LC_MESSAGES/atomix.mo share/locale/ga/LC_MESSAGES/atomix.mo share/locale/gl/LC_MESSAGES/atomix.mo @@ -95,10 +96,15 @@ share/locale/it/LC_MESSAGES/atomix.mo share/locale/ja/LC_MESSAGES/atomix.mo share/locale/kn/LC_MESSAGES/atomix.mo share/locale/ko/LC_MESSAGES/atomix.mo +share/locale/lt/LC_MESSAGES/atomix.mo share/locale/lv/LC_MESSAGES/atomix.mo +share/locale/mk/LC_MESSAGES/atomix.mo +share/locale/ml/LC_MESSAGES/atomix.mo share/locale/ms/LC_MESSAGES/atomix.mo +share/locale/nb/LC_MESSAGES/atomix.mo share/locale/nl/LC_MESSAGES/atomix.mo share/locale/no/LC_MESSAGES/atomix.mo +share/locale/pa/LC_MESSAGES/atomix.mo share/locale/pl/LC_MESSAGES/atomix.mo share/locale/pt/LC_MESSAGES/atomix.mo share/locale/pt_BR/LC_MESSAGES/atomix.mo @@ -115,7 +121,10 @@ share/locale/uk/LC_MESSAGES/atomix.mo share/locale/vi/LC_MESSAGES/atomix.mo share/locale/wa/LC_MESSAGES/atomix.mo share/locale/zh_CN/LC_MESSAGES/atomix.mo +share/locale/zh_HK/LC_MESSAGES/atomix.mo share/locale/zh_TW/LC_MESSAGES/atomix.mo +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK @dirrm share/gnome/atomix/themes/default @dirrm share/gnome/atomix/themes @dirrm share/gnome/atomix/level diff --git a/games/gnome-games-extra-data/Makefile b/games/gnome-games-extra-data/Makefile index 1b2ea3165e42..106a397e463d 100644 --- a/games/gnome-games-extra-data/Makefile +++ b/games/gnome-games-extra-data/Makefile @@ -3,14 +3,14 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/games/gnomegames2-extra-data/Makefile,v 1.6 2005/09/07 15:01:43 adamw Exp $ +# $MCom: ports/games/gnomegames2-extra-data/Makefile,v 1.8 2006/04/22 18:07:24 marcus Exp $ # PORTNAME= gnomegames2-extra-data -PORTVERSION= 2.12.0 +PORTVERSION= 2.14.0 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-games-extra-data/2.12 +MASTER_SITE_SUBDIR= sources/gnome-games-extra-data/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DISTNAME= gnome-games-extra-data-${PORTVERSION} DIST_SUBDIR= gnome2 @@ -23,7 +23,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes -USE_GNOME= gnomehack gnomeprefix +USE_GNOME= gnomehack gnomeprefix gnometarget CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/games/gnome-games-extra-data/distinfo b/games/gnome-games-extra-data/distinfo index aa8a003d1ca5..57806d4acbd4 100644 --- a/games/gnome-games-extra-data/distinfo +++ b/games/gnome-games-extra-data/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-games-extra-data-2.12.0.tar.bz2) = 51b2b54c41b6d9cb1a228143723b43a1 -SHA256 (gnome2/gnome-games-extra-data-2.12.0.tar.bz2) = 9a82737ba2ddb86514903c8b90c99ab84569e1ce4b5185ace0086f1e0cb54806 -SIZE (gnome2/gnome-games-extra-data-2.12.0.tar.bz2) = 2644415 +MD5 (gnome2/gnome-games-extra-data-2.14.0.tar.bz2) = 01464739e83449288c6a58685604f86e +SHA256 (gnome2/gnome-games-extra-data-2.14.0.tar.bz2) = 2785206387d7444f37e27dbb606e587ca282f7ba54723b052e6c44dcca99a39e +SIZE (gnome2/gnome-games-extra-data-2.14.0.tar.bz2) = 2868801 diff --git a/games/gnome-games-extra-data/pkg-plist b/games/gnome-games-extra-data/pkg-plist index 15c24fa98b90..1a9fb8c47434 100644 --- a/games/gnome-games-extra-data/pkg-plist +++ b/games/gnome-games-extra-data/pkg-plist @@ -1,6 +1,7 @@ share/gnome/gnome-games/same-gnome/themes/2.10/blink.png share/gnome/gnome-games/same-gnome/themes/2.10/glass.png share/gnome/gnome-games/same-gnome/themes/2.10/marbles.png +share/gnome/gnome-games/same-gnome/themes/2.10/matrix.png share/gnome/gnome-games/same-gnome/themes/2.10/rotate.svg share/gnome/pixmaps/glines/classic.png share/gnome/pixmaps/glines/dots.png @@ -9,9 +10,9 @@ share/gnome/pixmaps/glines/pulse.png share/gnome/pixmaps/gnobots2/cows.png share/gnome/pixmaps/gnobots2/eggs.png share/gnome/pixmaps/gnobots2/mice.png -share/gnome/pixmaps/gnobots2/windows.png share/gnome/pixmaps/gnome-games-common/cards/bellot.svg share/gnome/pixmaps/gnome-games-common/cards/dondorf.svg +share/gnome/pixmaps/gnome-games-common/cards/ornamental.svg share/gnome/pixmaps/gnometris/5blocks-tig.png share/gnome/pixmaps/gnometris/5blocks-tim.png share/gnome/pixmaps/gnometris/5blocks.png diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index a290533cafa9..6bccbc608daf 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -3,15 +3,14 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/games/gnomegames2/Makefile,v 1.89 2005/10/03 15:30:09 ahze Exp $ +# $MCom: ports/games/gnomegames2/Makefile,v 1.111 2006/04/13 07:52:34 bland Exp $ # PORTNAME= gnomegames2 -PORTVERSION= 2.12.3 -PORTREVISION= 1 +PORTVERSION= 2.14.1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-games/2.12 +MASTER_SITE_SUBDIR= sources/gnome-games/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DISTNAME= gnome-games-${PORTVERSION} DIST_SUBDIR= gnome2 @@ -22,6 +21,7 @@ LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile USE_BZIP2= yes USE_PYTHON= yes +USE_GETTEXT= yes INSTALLS_OMF= yes USE_X_PREFIX= yes USE_GMAKE= yes @@ -32,17 +32,18 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" GCONF_SCHEMAS= aisleriot.schemas blackjack.schemas gataxx.schemas \ - glines.schemas gnect.schemas gnibbles.schemas gnobots2.schemas \ - gnome-stones.schemas gnometris.schemas gnomine.schemas \ - gnotravex.schemas gnotski.schemas gtali.schemas iagno.schemas \ - libgnomegames.schemas mahjongg.schemas same-gnome.schemas + glines.schemas gnect.schemas gnibbles.schemas \ + gnobots2.schemas gnometris.schemas gnomine.schemas \ + gnotravex.schemas gnotski.schemas gtali.schemas \ + iagno.schemas libgnomegames.schemas mahjongg.schemas \ + same-gnome.schemas CONFLICTS= sol-1.0.* .include <bsd.port.pre.mk> -.if exists(${LOCALBASE}/lib/libhowl.so) || defined(WITH_MDNS) -LIB_DEPENDS+= howl:${PORTSDIR}/net/howl +.if exists(${LOCALBASE}/lib/libavahi-client.a) || defined(WITH_MDNS) +LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi .endif post-patch: @@ -50,6 +51,11 @@ post-patch: 's|malloc\.h|stdlib.h|g' @${REINPLACE_CMD} -e 's|bin/python|bin/env python|g' \ ${WRKSRC}/libgames-support/games-server.py + @${REINPLACE_CMD} -e 's|howl|avahi-compat-howl|' \ + ${WRKSRC}/configure +# @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ +# 's|664|666|g ; \ +# s|2555|0555|g' post-install: @-update-desktop-database diff --git a/games/gnome-games/distinfo b/games/gnome-games/distinfo index 4f66339c4cc8..13dd1e201ee9 100644 --- a/games/gnome-games/distinfo +++ b/games/gnome-games/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-games-2.12.3.tar.bz2) = 06d3cfaf24dd1f0b2df1df005c69d4ff -SHA256 (gnome2/gnome-games-2.12.3.tar.bz2) = 0bd560e6094fd0bedf5316223eeef90a99451bb739a91d7a0438a858f66a3835 -SIZE (gnome2/gnome-games-2.12.3.tar.bz2) = 4932211 +MD5 (gnome2/gnome-games-2.14.1.tar.bz2) = 9893da6c2f8eecdbc596cec9a017a8b2 +SHA256 (gnome2/gnome-games-2.14.1.tar.bz2) = c9c364883f260a57d6501f8e79564738a88e76e9fe29168613a58ef94e0d7b8a +SIZE (gnome2/gnome-games-2.14.1.tar.bz2) = 5095238 diff --git a/games/gnome-games/files/patch-configure b/games/gnome-games/files/patch-configure deleted file mode 100644 index f8413ef3cff4..000000000000 --- a/games/gnome-games/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Wed Dec 17 11:58:34 2003 -+++ configure Wed Dec 17 11:58:35 2003 -@@ -22452,7 +22452,7 @@ - else - - cat >>confdefs.h <<_ACEOF --#define GNOME_ICONDIR "${prefix}/share/pixmaps" -+#define GNOME_ICONDIR "${datadir}/pixmaps" - _ACEOF - - fi diff --git a/games/gnome-games/files/patch-gnome-stones_Makefile.in b/games/gnome-games/files/patch-gnome-stones_Makefile.in deleted file mode 100644 index 92fbe9e8806c..000000000000 --- a/games/gnome-games/files/patch-gnome-stones_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- gnome-stones/Makefile.in.orig Tue Jul 23 20:37:40 2002 -+++ gnome-stones/Makefile.in Tue Jul 23 20:38:10 2002 -@@ -202,7 +202,7 @@ - Caves_in_files = default.caves.in tutorial.caves.in gnomekoban.caves.in atari.caves.in - Caves_DATA = $(Caves_in_files:.caves.in=.caves) - --gtkrcdir = $(datadir) -+gtkrcdir = $(datadir)/gnome-stones - gtkrc_DATA = gnome-stonesrc gnome-stonesrc.ko - - Mimedir = $(datadir)/mime-info diff --git a/games/gnome-games/files/patch-iagno_othello.c b/games/gnome-games/files/patch-iagno_othello.c deleted file mode 100644 index 1d6d8e88a6a7..000000000000 --- a/games/gnome-games/files/patch-iagno_othello.c +++ /dev/null @@ -1,20 +0,0 @@ ---- iagno/othello.c.orig Tue Jan 25 11:24:35 2005 -+++ iagno/othello.c Tue Jan 25 11:24:56 2005 -@@ -784,14 +784,14 @@ - found_free = TRUE; - } - -- // check if a player is dead -+ /* check if a player is dead */ - if (!found_me && found_not_me) - return (S_LOSING_GAME); - else if (found_me && !found_not_me) - return (S_WINNING_GAME); - -- // if the game is finished, return the actual score rather than -- // a huristic -+ /* if the game is finished, return the actual score rather than -+ * a huristic */ - if (!found_free) - return (actual_score); - diff --git a/games/gnome-games/pkg-install b/games/gnome-games/pkg-install index fe5c51770457..cbbb71f5595f 100644 --- a/games/gnome-games/pkg-install +++ b/games/gnome-games/pkg-install @@ -5,13 +5,19 @@ PATH=/bin:/usr/bin:/usr/sbin case $2 in POST-INSTALL) mkdir -p ${PKG_PREFIX}/share/gnome/games - SCORES="glines.Large.scores glines.Medium.scores glines.Small.scores gnibbles.1.0.scores gnibbles.1.1.scores gnibbles.2.0.scores gnibbles.2.1.scores gnibbles.3.0.scores gnibbles.3.1.scores gnibbles.4.0.scores gnibbles.4.1.scores gnobots2.classic_robots-safe.scores gnobots2.classic_robots-super-safe.scores gnobots2.classic_robots.scores gnobots2.nightmare-safe.scores gnobots2.nightmare-super-safe.scores gnobots2.nightmare.scores gnobots2.robots2-safe.scores gnobots2.robots2-super-safe.scores gnobots2.robots2.scores gnobots2.robots2_easy-safe.scores gnobots2.robots2_easy-super-safe.scores gnobots2.robots2_easy.scores gnobots2.robots_with_safe_teleport-safe.scores gnobots2.robots_with_safe_teleport-super-safe.scores gnobots2.robots_with_safe_teleport.scores gnome-stones.scores gnometris.scores gnomine.Custom.scores gnomine.Large.scores gnomine.Medium.scores gnomine.Small.scores gnotravex.2x2.scores gnotravex.3x3.scores gnotravex.4x4.scores gnotravex.5x5.scores gnotravex.6x6.scores gnotski.1.scores gnotski.10.scores gnotski.11.scores gnotski.12.scores gnotski.13.scores gnotski.14.scores gnotski.15.scores gnotski.16.scores gnotski.17.scores gnotski.18.scores gnotski.19.scores gnotski.2.scores gnotski.20.scores gnotski.21.scores gnotski.22.scores gnotski.23.scores gnotski.24.scores gnotski.25.scores gnotski.26.scores gnotski.27.scores gnotski.28.scores gnotski.29.scores gnotski.3.scores gnotski.30.scores gnotski.31.scores gnotski.32.scores gnotski.33.scores gnotski.34.scores gnotski.35.scores gnotski.36.scores gnotski.37.scores gnotski.4.scores gnotski.5.scores gnotski.6.scores gnotski.7.scores gnotski.8.scores gnotski.9.scores gtali.scores mahjongg.bridges.scores mahjongg.cloud.scores mahjongg.confounding.scores mahjongg.difficult.scores mahjongg.dragon.scores mahjongg.easy.scores mahjongg.pyramid.scores mahjongg.tictactoe.scores mahjongg.ziggurat.scores same-gnome.Large.scores same-gnome.Medium.scores same-gnome.Small.scores" + SCORES="glines.scores glines.Large.scores glines.Medium.scores glines.Small.scores gnibbles.1.0.scores gnibbles.1.1.scores gnibbles.2.0.scores gnibbles.2.1.scores gnibbles.3.0.scores gnibbles.3.1.scores gnibbles.4.0.scores gnibbles.4.1.scores gnobots2.classic_robots-safe.scores gnobots2.classic_robots-super-safe.scores gnobots2.classic_robots.scores gnobots2.nightmare-safe.scores gnobots2.nightmare-super-safe.scores gnobots2.nightmare.scores gnobots2.robots2-safe.scores gnobots2.robots2-super-safe.scores gnobots2.robots2.scores gnobots2.robots2_easy-safe.scores gnobots2.robots2_easy-super-safe.scores gnobots2.robots2_easy.scores gnobots2.robots_with_safe_teleport-safe.scores gnobots2.robots_with_safe_teleport-super-safe.scores gnobots2.robots_with_safe_teleport.scores gnometris.scores gnomine.Custom.scores gnomine.Large.scores gnomine.Medium.scores gnomine.Small.scores gnotravex.2x2.scores gnotravex.3x3.scores gnotravex.4x4.scores gnotravex.5x5.scores gnotravex.6x6.scores gnotski.1.scores gnotski.10.scores gnotski.11.scores gnotski.12.scores gnotski.13.scores gnotski.14.scores gnotski.15.scores gnotski.16.scores gnotski.17.scores gnotski.18.scores gnotski.2.scores gnotski.20.scores gnotski.21.scores gnotski.22.scores gnotski.23.scores gnotski.24.scores gnotski.25.scores gnotski.26.scores gnotski.27.scores gnotski.28.scores gnotski.29.scores gnotski.3.scores gnotski.30.scores gnotski.31.scores gnotski.32.scores gnotski.33.scores gnotski.34.scores gnotski.35.scores gnotski.36.scores gnotski.37.scores gnotski.4.scores gnotski.5.scores gnotski.6.scores gnotski.7.scores gnotski.8.scores gnotski.9.scores gtali.scores mahjongg.bridges.scores mahjongg.cloud.scores mahjongg.confounding.scores mahjongg.difficult.scores mahjongg.dragon.scores mahjongg.easy.scores mahjongg.pyramid.scores mahjongg.tictactoe.scores mahjongg.ziggurat.scores same-gnome.Small.scores same-gnome.Medium.scores same-gnome.Large.scores" for i in ${SCORES}; do if [ ! -f ${PKG_PREFIX}/share/gnome/games/${i} ]; then touch -f ${PKG_PREFIX}/share/gnome/games/${i} chown games:games ${PKG_PREFIX}/share/gnome/games/${i} - chmod 0664 ${PKG_PREFIX}/share/gnome/games/${i} + chmod 0666 ${PKG_PREFIX}/share/gnome/games/${i} fi done + if [ -f ${PKG_PREFIX}/share/gnome/games/same-gnome.scores ]; then + mv -f ${PKG_PREFIX}/share/gnome/games/same-gnome.scores \ + ${PKG_PREFIX}/share/gnome/games/same-gnome.Small.scores + ln -sf ${PKG_PREFIX}/share/gnome/games/same-gnome.Small.scores \ + ${PKG_PREFIX}/share/gnome/games/same-gnome.scores + fi ;; esac diff --git a/games/gnome-games/pkg-plist b/games/gnome-games/pkg-plist index 950685f8655f..733b9c028330 100644 --- a/games/gnome-games/pkg-plist +++ b/games/gnome-games/pkg-plist @@ -5,7 +5,6 @@ bin/glines bin/gnect bin/gnibbles bin/gnobots2 -bin/gnome-stones bin/gnometris bin/gnomine bin/gnotravex @@ -18,12 +17,6 @@ bin/sol etc/sound/events/gnibbles.soundlist etc/sound/events/gnobots2.soundlist etc/sound/events/iagno.soundlist -lib/gnome-stones/objects/libgnome-stones.a -lib/gnome-stones/objects/libgnome-stones.la -lib/gnome-stones/objects/libgnome-stones.so -lib/gnome-stones/objects/libgnomekoban.a -lib/gnome-stones/objects/libgnomekoban.la -lib/gnome-stones/objects/libgnomekoban.so share/gnome/applications/blackjack.desktop share/gnome/applications/freecell.desktop share/gnome/applications/gataxx.desktop @@ -31,7 +24,6 @@ share/gnome/applications/glines.desktop share/gnome/applications/gnect.desktop share/gnome/applications/gnibbles.desktop share/gnome/applications/gnobots2.desktop -share/gnome/applications/gnome-stones.desktop share/gnome/applications/gnometris.desktop share/gnome/applications/gnomine.desktop share/gnome/applications/gnotravex.desktop @@ -41,11 +33,11 @@ share/gnome/applications/iagno.desktop share/gnome/applications/mahjongg.desktop share/gnome/applications/same-gnome.desktop share/gnome/applications/sol.desktop -@exec %%LOCALBASE%%/bin/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 share/gnome/blackjack/Vegas_Strip.rules +@unexec [ -s %D/share/gnome/games/glines.scores ] || rm -f %D/share/gnome/games/glines.scores @unexec [ -s %D/share/gnome/games/glines.Large.scores ] || rm -f %D/share/gnome/games/glines.Large.scores @unexec [ -s %D/share/gnome/games/glines.Medium.scores ] || rm -f %D/share/gnome/games/glines.Medium.scores @unexec [ -s %D/share/gnome/games/glines.Small.scores ] || rm -f %D/share/gnome/games/glines.Small.scores @@ -72,7 +64,6 @@ share/gnome/blackjack/Vegas_Strip.rules @unexec [ -s %D/share/gnome/games/gnobots2.robots_with_safe_teleport-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.robots_with_safe_teleport-safe.scores @unexec [ -s %D/share/gnome/games/gnobots2.robots_with_safe_teleport-super-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.robots_with_safe_teleport-super-safe.scores @unexec [ -s %D/share/gnome/games/gnobots2.robots_with_safe_teleport.scores ] || rm -f %D/share/gnome/games/gnobots2.robots_with_safe_teleport.scores -@unexec [ -s %D/share/gnome/games/gnome-stones.scores ] || rm -f %D/share/gnome/games/gnome-stones.scores @unexec [ -s %D/share/gnome/games/gnometris.scores ] || rm -f %D/share/gnome/games/gnometris.scores @unexec [ -s %D/share/gnome/games/gnomine.Custom.scores ] || rm -f %D/share/gnome/games/gnomine.Custom.scores @unexec [ -s %D/share/gnome/games/gnomine.Large.scores ] || rm -f %D/share/gnome/games/gnomine.Large.scores @@ -133,6 +124,7 @@ share/gnome/blackjack/Vegas_Strip.rules @unexec [ -s %D/share/gnome/games/same-gnome.Large.scores ] || rm -f %D/share/gnome/games/same-gnome.Large.scores @unexec [ -s %D/share/gnome/games/same-gnome.Medium.scores ] || rm -f %D/share/gnome/games/same-gnome.Medium.scores @unexec [ -s %D/share/gnome/games/same-gnome.Small.scores ] || rm -f %D/share/gnome/games/same-gnome.Small.scores +@unexec [ -L %D/share/gnome/games/same-gnome.scores ] || rm -f %D/share/gnome/games/same-gnome.scores share/gnome/gnect/white_ob.cn4 share/gnome/gnibbles/level001.gnl share/gnome/gnibbles/level002.gnl @@ -165,18 +157,15 @@ share/gnome/gnobots2/nightmare.cfg share/gnome/gnobots2/robots2.cfg share/gnome/gnobots2/robots2_easy.cfg share/gnome/gnobots2/robots_with_safe_teleport.cfg +share/gnome/gnome-games/ataxx/themes/2.14/classic.png share/gnome/gnome-games/mahjongg/maps/mahjongg.map share/gnome/gnome-games/same-gnome/themes/2.10/planets.png share/gnome/gnome-games/same-gnome/themes/2.10/stones.png -share/gnome/gnome-stones/atari.caves -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/tutorial.caves share/gnome/help/aisleriot/C/agnes.xml share/gnome/help/aisleriot/C/aisleriot.xml +share/gnome/help/aisleriot/C/athena.xml share/gnome/help/aisleriot/C/auld_lang_syne.xml +share/gnome/help/aisleriot/C/aunt_mary.xml share/gnome/help/aisleriot/C/backbone.xml share/gnome/help/aisleriot/C/bakers_dozen.xml share/gnome/help/aisleriot/C/bakers_game.xml @@ -189,6 +178,7 @@ share/gnome/help/aisleriot/C/carpet.xml share/gnome/help/aisleriot/C/chessboard.xml share/gnome/help/aisleriot/C/clock.xml share/gnome/help/aisleriot/C/cover.xml +share/gnome/help/aisleriot/C/cruel.xml share/gnome/help/aisleriot/C/definitions.xml share/gnome/help/aisleriot/C/diamond_mine.xml share/gnome/help/aisleriot/C/doublets.xml @@ -204,6 +194,7 @@ share/gnome/help/aisleriot/C/fortress.xml share/gnome/help/aisleriot/C/fortunes.xml share/gnome/help/aisleriot/C/fourteen.xml share/gnome/help/aisleriot/C/freecell.xml +share/gnome/help/aisleriot/C/gaps.xml share/gnome/help/aisleriot/C/gay_gordons.xml share/gnome/help/aisleriot/C/glenwood.xml share/gnome/help/aisleriot/C/golf.xml @@ -214,6 +205,7 @@ share/gnome/help/aisleriot/C/isabel.xml share/gnome/help/aisleriot/C/jamestown.xml share/gnome/help/aisleriot/C/jumbo.xml share/gnome/help/aisleriot/C/kansas.xml +share/gnome/help/aisleriot/C/kings_audience.xml share/gnome/help/aisleriot/C/king_albert.xml share/gnome/help/aisleriot/C/klondike.xml share/gnome/help/aisleriot/C/labyrinth.xml @@ -230,6 +222,7 @@ share/gnome/help/aisleriot/C/plait.xml share/gnome/help/aisleriot/C/poker.xml share/gnome/help/aisleriot/C/quatorze.xml share/gnome/help/aisleriot/C/royal_east.xml +share/gnome/help/aisleriot/C/saratoga.xml share/gnome/help/aisleriot/C/scorpion.xml share/gnome/help/aisleriot/C/scuffle.xml share/gnome/help/aisleriot/C/seahaven.xml @@ -255,8 +248,10 @@ share/gnome/help/aisleriot/C/yield.xml share/gnome/help/aisleriot/C/yukon.xml share/gnome/help/aisleriot/C/zebra.xml share/gnome/help/aisleriot/fr/agnes.xml +share/gnome/help/aisleriot/fr/athena.xml share/gnome/help/aisleriot/fr/aisleriot.xml share/gnome/help/aisleriot/fr/auld_lang_syne.xml +share/gnome/help/aisleriot/fr/aunt_mary.xml share/gnome/help/aisleriot/fr/backbone.xml share/gnome/help/aisleriot/fr/bakers_dozen.xml share/gnome/help/aisleriot/fr/bakers_game.xml @@ -269,6 +264,7 @@ share/gnome/help/aisleriot/fr/carpet.xml share/gnome/help/aisleriot/fr/chessboard.xml share/gnome/help/aisleriot/fr/clock.xml share/gnome/help/aisleriot/fr/cover.xml +share/gnome/help/aisleriot/fr/cruel.xml share/gnome/help/aisleriot/fr/definitions.xml share/gnome/help/aisleriot/fr/diamond_mine.xml share/gnome/help/aisleriot/fr/doublets.xml @@ -284,6 +280,7 @@ share/gnome/help/aisleriot/fr/fortress.xml share/gnome/help/aisleriot/fr/fortunes.xml share/gnome/help/aisleriot/fr/fourteen.xml share/gnome/help/aisleriot/fr/freecell.xml +share/gnome/help/aisleriot/fr/gaps.xml share/gnome/help/aisleriot/fr/gay_gordons.xml share/gnome/help/aisleriot/fr/glenwood.xml share/gnome/help/aisleriot/fr/golf.xml @@ -294,6 +291,7 @@ share/gnome/help/aisleriot/fr/isabel.xml share/gnome/help/aisleriot/fr/jamestown.xml share/gnome/help/aisleriot/fr/jumbo.xml share/gnome/help/aisleriot/fr/kansas.xml +share/gnome/help/aisleriot/fr/kings_audience.xml share/gnome/help/aisleriot/fr/king_albert.xml share/gnome/help/aisleriot/fr/klondike.xml share/gnome/help/aisleriot/fr/labyrinth.xml @@ -310,6 +308,7 @@ share/gnome/help/aisleriot/fr/plait.xml share/gnome/help/aisleriot/fr/poker.xml share/gnome/help/aisleriot/fr/quatorze.xml share/gnome/help/aisleriot/fr/royal_east.xml +share/gnome/help/aisleriot/fr/saratoga.xml share/gnome/help/aisleriot/fr/scorpion.xml share/gnome/help/aisleriot/fr/scuffle.xml share/gnome/help/aisleriot/fr/seahaven.xml @@ -367,25 +366,21 @@ share/gnome/help/gnobots2/es/gnobots2.xml share/gnome/help/gnobots2/es/legal.xml share/gnome/help/gnobots2/it/gnobots2.xml share/gnome/help/gnobots2/it/legal.xml -share/gnome/help/gnome-stones/C/figures/main-game.png -share/gnome/help/gnome-stones/C/figures/main-start.png -share/gnome/help/gnome-stones/C/figures/preferences-joystick.png -share/gnome/help/gnome-stones/C/figures/preferences-main.png -share/gnome/help/gnome-stones/C/gnome-stones.xml -share/gnome/help/gnome-stones/C/legal.xml share/gnome/help/gnometris/C/gnometris.xml share/gnome/help/gnometris/C/legal.xml -share/gnome/help/gnomine/C/figures/advanced_121_a.png -share/gnome/help/gnomine/C/figures/advanced_121_b.png -share/gnome/help/gnomine/C/figures/advanced_121_c.png -share/gnome/help/gnomine/C/figures/basic-corner.png -share/gnome/help/gnomine/C/figures/basic-flat3.png -share/gnome/help/gnomine/C/figures/basic-wall.png -share/gnome/help/gnomine/C/figures/gnomine-begin-play.png -share/gnome/help/gnomine/C/figures/gnomine-fail.png -share/gnome/help/gnomine/C/figures/gnomine-fresh.png -share/gnome/help/gnomine/C/figures/gnomine-preferences.png -share/gnome/help/gnomine/C/figures/gnomine-won.png +share/gnome/help/gnomine/C/figures/easy-hints-1.png +share/gnome/help/gnomine/C/figures/easy-hints-2.png +share/gnome/help/gnomine/C/figures/easy-hints-3.png +share/gnome/help/gnomine/C/figures/faces.png +share/gnome/help/gnomine/C/figures/flags.png +share/gnome/help/gnomine/C/figures/hard-hints-1.png +share/gnome/help/gnomine/C/figures/hard-hints-2.png +share/gnome/help/gnomine/C/figures/hard-hints-3.png +share/gnome/help/gnomine/C/figures/highscores.png +share/gnome/help/gnomine/C/figures/imnotsureflagscheckbox.png +share/gnome/help/gnomine/C/figures/main-window.png +share/gnome/help/gnomine/C/figures/preferences.png +share/gnome/help/gnomine/C/figures/statusbar.png share/gnome/help/gnomine/C/gnomine.xml share/gnome/help/gnomine/C/legal.xml share/gnome/help/gnotravex/C/figures/gnotravex_game.png @@ -419,8 +414,6 @@ share/gnome/help/same-gnome/C/figures/play.png share/gnome/help/same-gnome/C/figures/start-up.png share/gnome/help/same-gnome/C/legal.xml share/gnome/help/same-gnome/C/same-gnome.xml -share/gnome/mime-info/gnome-stones.keys -share/gnome/mime-info/gnome-stones.mime share/gnome/omf/gnome-games/aisleriot-C.omf share/gnome/omf/gnome-games/aisleriot-fr.omf share/gnome/omf/gnome-games/blackjack-C.omf @@ -432,7 +425,6 @@ share/gnome/omf/gnome-games/gnobots2-C.omf share/gnome/omf/gnome-games/gnobots2-da.omf share/gnome/omf/gnome-games/gnobots2-es.omf share/gnome/omf/gnome-games/gnobots2-it.omf -share/gnome/omf/gnome-games/gnome-stones-C.omf share/gnome/omf/gnome-games/gnometris-C.omf share/gnome/omf/gnome-games/gnomine-C.omf share/gnome/omf/gnome-games/gnotravex-C.omf @@ -472,7 +464,7 @@ share/gnome/pixmaps/gnibbles/bonus3.svg share/gnome/pixmaps/gnibbles/bonus4.svg share/gnome/pixmaps/gnibbles/bonus5.svg share/gnome/pixmaps/gnibbles/diamond.svg -share/gnome/pixmaps/gnibbles/gnibbles-logo.png +share/gnome/pixmaps/gnibbles/gnibbles-logo.svg share/gnome/pixmaps/gnibbles/gnibbles.png share/gnome/pixmaps/gnibbles/life.svg share/gnome/pixmaps/gnibbles/questionmark.svg @@ -505,7 +497,9 @@ share/gnome/pixmaps/gnome-blackjack.png share/gnome/pixmaps/gnome-cardgame.png share/gnome/pixmaps/gnome-games-common/cards/bonded.png share/gnome/pixmaps/gnome-games-common/cards/paris.svg -share/gnome/pixmaps/gnome-gnobots2.png +share/gnome/pixmaps/gnome-games-common/icons/rteleport.png +share/gnome/pixmaps/gnome-games-common/icons/teleport.png +share/gnome/pixmaps/gnome-gnobots2.svg share/gnome/pixmaps/gnome-gnomine.png share/gnome/pixmaps/gnome-gnotravex.png share/gnome/pixmaps/gnome-gsame.png @@ -513,25 +507,6 @@ share/gnome/pixmaps/gnome-gtali.png share/gnome/pixmaps/gnome-gtetris.png share/gnome/pixmaps/gnome-mahjongg.png share/gnome/pixmaps/gnome-nibbles.png -share/gnome/pixmaps/gnome-stones-file.png -share/gnome/pixmaps/gnome-stones.png -share/gnome/pixmaps/gnome-stones/amoeba.png -share/gnome/pixmaps/gnome-stones/animated_curtain.png -share/gnome/pixmaps/gnome-stones/background.png -share/gnome/pixmaps/gnome-stones/boulder.png -share/gnome/pixmaps/gnome-stones/butterfly.png -share/gnome/pixmaps/gnome-stones/crate.png -share/gnome/pixmaps/gnome-stones/curtain.png -share/gnome/pixmaps/gnome-stones/diamond.png -share/gnome/pixmaps/gnome-stones/dirt.png -share/gnome/pixmaps/gnome-stones/door.png -share/gnome/pixmaps/gnome-stones/empty.png -share/gnome/pixmaps/gnome-stones/explosion.png -share/gnome/pixmaps/gnome-stones/firefly.png -share/gnome/pixmaps/gnome-stones/frame.png -share/gnome/pixmaps/gnome-stones/gnome.png -share/gnome/pixmaps/gnome-stones/title-tile.png -share/gnome/pixmaps/gnome-stones/wall.png share/gnome/pixmaps/gnometris/7blocks-gw.png share/gnome/pixmaps/gnometris/7blocks-tig.png share/gnome/pixmaps/gnomine/bang.svg @@ -557,14 +532,15 @@ share/gnome/pixmaps/iagno/classic.png share/gnome/pixmaps/iagno/woodtrim.png share/gnome/pixmaps/mahjongg/postmodern.svg share/gnome/pixmaps/mahjongg/smooth.png -share/gnome/pixmaps/rteleport.png -share/gnome/pixmaps/teleport.png share/gnome/sol-games/agnes.scm +share/gnome/sol-games/aunt_mary.scm +share/gnome/sol-games/athena.scm share/gnome/sol-games/auld_lang_syne.scm share/gnome/sol-games/backbone.scm share/gnome/sol-games/bakers_dozen.scm share/gnome/sol-games/bakers_game.scm share/gnome/sol-games/beleaguered_castle.scm +share/gnome/sol-games/block_ten.scm share/gnome/sol-games/bristol.scm share/gnome/sol-games/camelot.scm share/gnome/sol-games/canfield.scm @@ -572,6 +548,7 @@ share/gnome/sol-games/carpet.scm share/gnome/sol-games/chessboard.scm share/gnome/sol-games/clock.scm share/gnome/sol-games/cover.scm +share/gnome/sol-games/cruel.scm share/gnome/sol-games/diamond_mine.scm share/gnome/sol-games/doublets.scm share/gnome/sol-games/eagle_wing.scm @@ -584,6 +561,7 @@ share/gnome/sol-games/fortress.scm share/gnome/sol-games/fortunes.scm share/gnome/sol-games/fourteen.scm share/gnome/sol-games/freecell.scm +share/gnome/sol-games/gaps.scm share/gnome/sol-games/gay_gordons.scm share/gnome/sol-games/glade/statistics.glade share/gnome/sol-games/glenwood.scm @@ -595,6 +573,7 @@ share/gnome/sol-games/isabel.scm share/gnome/sol-games/jamestown.scm share/gnome/sol-games/jumbo.scm share/gnome/sol-games/kansas.scm +share/gnome/sol-games/kings_audience.scm share/gnome/sol-games/king_albert.scm share/gnome/sol-games/klondike.scm share/gnome/sol-games/labyrinth.scm @@ -610,6 +589,7 @@ share/gnome/sol-games/plait.scm share/gnome/sol-games/poker.scm share/gnome/sol-games/quatorze.scm share/gnome/sol-games/royal_east.scm +share/gnome/sol-games/saratoga.scm share/gnome/sol-games/scorpion.scm share/gnome/sol-games/scuffle.scm share/gnome/sol-games/seahaven.scm @@ -671,6 +651,7 @@ share/locale/cs/LC_MESSAGES/gnome-games.mo share/locale/cy/LC_MESSAGES/gnome-games.mo share/locale/da/LC_MESSAGES/gnome-games.mo share/locale/de/LC_MESSAGES/gnome-games.mo +share/locale/dz/LC_MESSAGES/gnome-games.mo share/locale/el/LC_MESSAGES/gnome-games.mo share/locale/en_CA/LC_MESSAGES/gnome-games.mo share/locale/en_GB/LC_MESSAGES/gnome-games.mo @@ -691,7 +672,9 @@ share/locale/id/LC_MESSAGES/gnome-games.mo share/locale/is/LC_MESSAGES/gnome-games.mo share/locale/it/LC_MESSAGES/gnome-games.mo share/locale/ja/LC_MESSAGES/gnome-games.mo +share/locale/ka/LC_MESSAGES/gnome-games.mo share/locale/ko/LC_MESSAGES/gnome-games.mo +share/locale/ku/LC_MESSAGES/gnome-games.mo share/locale/lt/LC_MESSAGES/gnome-games.mo share/locale/lv/LC_MESSAGES/gnome-games.mo share/locale/mk/LC_MESSAGES/gnome-games.mo @@ -717,6 +700,7 @@ share/locale/sr/LC_MESSAGES/gnome-games.mo share/locale/sr@Latn/LC_MESSAGES/gnome-games.mo share/locale/sv/LC_MESSAGES/gnome-games.mo share/locale/ta/LC_MESSAGES/gnome-games.mo +share/locale/th/LC_MESSAGES/gnome-games.mo share/locale/tr/LC_MESSAGES/gnome-games.mo share/locale/uk/LC_MESSAGES/gnome-games.mo share/locale/vi/LC_MESSAGES/gnome-games.mo @@ -724,6 +708,12 @@ share/locale/wa/LC_MESSAGES/gnome-games.mo share/locale/xh/LC_MESSAGES/gnome-games.mo share/locale/zh_CN/LC_MESSAGES/gnome-games.mo share/locale/zh_TW/LC_MESSAGES/gnome-games.mo +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz @dirrm share/gnome/sounds/iagno @dirrm share/gnome/sounds/gnometris @dirrm share/gnome/sounds/gnobots2 @@ -735,7 +725,7 @@ share/locale/zh_TW/LC_MESSAGES/gnome-games.mo @dirrm share/gnome/pixmaps/gtali @dirrm share/gnome/pixmaps/gnomine @dirrm share/gnome/pixmaps/gnometris -@dirrm share/gnome/pixmaps/gnome-stones +@dirrm share/gnome/pixmaps/gnome-games-common/icons @dirrm share/gnome/pixmaps/gnome-games-common/cards @dirrm share/gnome/pixmaps/gnome-games-common @dirrm share/gnome/pixmaps/gnobots2 @@ -770,9 +760,6 @@ share/locale/zh_TW/LC_MESSAGES/gnome-games.mo @dirrm share/gnome/help/gnomine @dirrm share/gnome/help/gnometris/C @dirrm share/gnome/help/gnometris -@dirrm share/gnome/help/gnome-stones/C/figures -@dirrm share/gnome/help/gnome-stones/C -@dirrm share/gnome/help/gnome-stones @dirrm share/gnome/help/gnobots2/it @dirrm share/gnome/help/gnobots2/es @dirrm share/gnome/help/gnobots2/da @@ -799,17 +786,18 @@ 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 @dirrm share/gnome/gnome-games/same-gnome/themes/2.10 @dirrm share/gnome/gnome-games/same-gnome/themes @dirrm share/gnome/gnome-games/same-gnome @dirrm share/gnome/gnome-games/mahjongg/maps @dirrm share/gnome/gnome-games/mahjongg +@dirrm share/gnome/gnome-games/ataxx/themes/2.14 +@dirrm share/gnome/gnome-games/ataxx/themes +@dirrm share/gnome/gnome-games/ataxx @dirrm share/gnome/gnome-games @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 %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true diff --git a/games/gnomegames2-extra-data/Makefile b/games/gnomegames2-extra-data/Makefile index 1b2ea3165e42..106a397e463d 100644 --- a/games/gnomegames2-extra-data/Makefile +++ b/games/gnomegames2-extra-data/Makefile @@ -3,14 +3,14 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/games/gnomegames2-extra-data/Makefile,v 1.6 2005/09/07 15:01:43 adamw Exp $ +# $MCom: ports/games/gnomegames2-extra-data/Makefile,v 1.8 2006/04/22 18:07:24 marcus Exp $ # PORTNAME= gnomegames2-extra-data -PORTVERSION= 2.12.0 +PORTVERSION= 2.14.0 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-games-extra-data/2.12 +MASTER_SITE_SUBDIR= sources/gnome-games-extra-data/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DISTNAME= gnome-games-extra-data-${PORTVERSION} DIST_SUBDIR= gnome2 @@ -23,7 +23,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes -USE_GNOME= gnomehack gnomeprefix +USE_GNOME= gnomehack gnomeprefix gnometarget CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/games/gnomegames2-extra-data/distinfo b/games/gnomegames2-extra-data/distinfo index aa8a003d1ca5..57806d4acbd4 100644 --- a/games/gnomegames2-extra-data/distinfo +++ b/games/gnomegames2-extra-data/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-games-extra-data-2.12.0.tar.bz2) = 51b2b54c41b6d9cb1a228143723b43a1 -SHA256 (gnome2/gnome-games-extra-data-2.12.0.tar.bz2) = 9a82737ba2ddb86514903c8b90c99ab84569e1ce4b5185ace0086f1e0cb54806 -SIZE (gnome2/gnome-games-extra-data-2.12.0.tar.bz2) = 2644415 +MD5 (gnome2/gnome-games-extra-data-2.14.0.tar.bz2) = 01464739e83449288c6a58685604f86e +SHA256 (gnome2/gnome-games-extra-data-2.14.0.tar.bz2) = 2785206387d7444f37e27dbb606e587ca282f7ba54723b052e6c44dcca99a39e +SIZE (gnome2/gnome-games-extra-data-2.14.0.tar.bz2) = 2868801 diff --git a/games/gnomegames2-extra-data/pkg-plist b/games/gnomegames2-extra-data/pkg-plist index 15c24fa98b90..1a9fb8c47434 100644 --- a/games/gnomegames2-extra-data/pkg-plist +++ b/games/gnomegames2-extra-data/pkg-plist @@ -1,6 +1,7 @@ share/gnome/gnome-games/same-gnome/themes/2.10/blink.png share/gnome/gnome-games/same-gnome/themes/2.10/glass.png share/gnome/gnome-games/same-gnome/themes/2.10/marbles.png +share/gnome/gnome-games/same-gnome/themes/2.10/matrix.png share/gnome/gnome-games/same-gnome/themes/2.10/rotate.svg share/gnome/pixmaps/glines/classic.png share/gnome/pixmaps/glines/dots.png @@ -9,9 +10,9 @@ share/gnome/pixmaps/glines/pulse.png share/gnome/pixmaps/gnobots2/cows.png share/gnome/pixmaps/gnobots2/eggs.png share/gnome/pixmaps/gnobots2/mice.png -share/gnome/pixmaps/gnobots2/windows.png share/gnome/pixmaps/gnome-games-common/cards/bellot.svg share/gnome/pixmaps/gnome-games-common/cards/dondorf.svg +share/gnome/pixmaps/gnome-games-common/cards/ornamental.svg share/gnome/pixmaps/gnometris/5blocks-tig.png share/gnome/pixmaps/gnometris/5blocks-tim.png share/gnome/pixmaps/gnometris/5blocks.png diff --git a/games/gnomegames2/Makefile b/games/gnomegames2/Makefile index a290533cafa9..6bccbc608daf 100644 --- a/games/gnomegames2/Makefile +++ b/games/gnomegames2/Makefile @@ -3,15 +3,14 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/games/gnomegames2/Makefile,v 1.89 2005/10/03 15:30:09 ahze Exp $ +# $MCom: ports/games/gnomegames2/Makefile,v 1.111 2006/04/13 07:52:34 bland Exp $ # PORTNAME= gnomegames2 -PORTVERSION= 2.12.3 -PORTREVISION= 1 +PORTVERSION= 2.14.1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-games/2.12 +MASTER_SITE_SUBDIR= sources/gnome-games/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DISTNAME= gnome-games-${PORTVERSION} DIST_SUBDIR= gnome2 @@ -22,6 +21,7 @@ LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile USE_BZIP2= yes USE_PYTHON= yes +USE_GETTEXT= yes INSTALLS_OMF= yes USE_X_PREFIX= yes USE_GMAKE= yes @@ -32,17 +32,18 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" GCONF_SCHEMAS= aisleriot.schemas blackjack.schemas gataxx.schemas \ - glines.schemas gnect.schemas gnibbles.schemas gnobots2.schemas \ - gnome-stones.schemas gnometris.schemas gnomine.schemas \ - gnotravex.schemas gnotski.schemas gtali.schemas iagno.schemas \ - libgnomegames.schemas mahjongg.schemas same-gnome.schemas + glines.schemas gnect.schemas gnibbles.schemas \ + gnobots2.schemas gnometris.schemas gnomine.schemas \ + gnotravex.schemas gnotski.schemas gtali.schemas \ + iagno.schemas libgnomegames.schemas mahjongg.schemas \ + same-gnome.schemas CONFLICTS= sol-1.0.* .include <bsd.port.pre.mk> -.if exists(${LOCALBASE}/lib/libhowl.so) || defined(WITH_MDNS) -LIB_DEPENDS+= howl:${PORTSDIR}/net/howl +.if exists(${LOCALBASE}/lib/libavahi-client.a) || defined(WITH_MDNS) +LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi .endif post-patch: @@ -50,6 +51,11 @@ post-patch: 's|malloc\.h|stdlib.h|g' @${REINPLACE_CMD} -e 's|bin/python|bin/env python|g' \ ${WRKSRC}/libgames-support/games-server.py + @${REINPLACE_CMD} -e 's|howl|avahi-compat-howl|' \ + ${WRKSRC}/configure +# @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ +# 's|664|666|g ; \ +# s|2555|0555|g' post-install: @-update-desktop-database diff --git a/games/gnomegames2/distinfo b/games/gnomegames2/distinfo index 4f66339c4cc8..13dd1e201ee9 100644 --- a/games/gnomegames2/distinfo +++ b/games/gnomegames2/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-games-2.12.3.tar.bz2) = 06d3cfaf24dd1f0b2df1df005c69d4ff -SHA256 (gnome2/gnome-games-2.12.3.tar.bz2) = 0bd560e6094fd0bedf5316223eeef90a99451bb739a91d7a0438a858f66a3835 -SIZE (gnome2/gnome-games-2.12.3.tar.bz2) = 4932211 +MD5 (gnome2/gnome-games-2.14.1.tar.bz2) = 9893da6c2f8eecdbc596cec9a017a8b2 +SHA256 (gnome2/gnome-games-2.14.1.tar.bz2) = c9c364883f260a57d6501f8e79564738a88e76e9fe29168613a58ef94e0d7b8a +SIZE (gnome2/gnome-games-2.14.1.tar.bz2) = 5095238 diff --git a/games/gnomegames2/files/patch-configure b/games/gnomegames2/files/patch-configure deleted file mode 100644 index f8413ef3cff4..000000000000 --- a/games/gnomegames2/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Wed Dec 17 11:58:34 2003 -+++ configure Wed Dec 17 11:58:35 2003 -@@ -22452,7 +22452,7 @@ - else - - cat >>confdefs.h <<_ACEOF --#define GNOME_ICONDIR "${prefix}/share/pixmaps" -+#define GNOME_ICONDIR "${datadir}/pixmaps" - _ACEOF - - fi diff --git a/games/gnomegames2/files/patch-gnome-stones_Makefile.in b/games/gnomegames2/files/patch-gnome-stones_Makefile.in deleted file mode 100644 index 92fbe9e8806c..000000000000 --- a/games/gnomegames2/files/patch-gnome-stones_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- gnome-stones/Makefile.in.orig Tue Jul 23 20:37:40 2002 -+++ gnome-stones/Makefile.in Tue Jul 23 20:38:10 2002 -@@ -202,7 +202,7 @@ - Caves_in_files = default.caves.in tutorial.caves.in gnomekoban.caves.in atari.caves.in - Caves_DATA = $(Caves_in_files:.caves.in=.caves) - --gtkrcdir = $(datadir) -+gtkrcdir = $(datadir)/gnome-stones - gtkrc_DATA = gnome-stonesrc gnome-stonesrc.ko - - Mimedir = $(datadir)/mime-info diff --git a/games/gnomegames2/files/patch-iagno_othello.c b/games/gnomegames2/files/patch-iagno_othello.c deleted file mode 100644 index 1d6d8e88a6a7..000000000000 --- a/games/gnomegames2/files/patch-iagno_othello.c +++ /dev/null @@ -1,20 +0,0 @@ ---- iagno/othello.c.orig Tue Jan 25 11:24:35 2005 -+++ iagno/othello.c Tue Jan 25 11:24:56 2005 -@@ -784,14 +784,14 @@ - found_free = TRUE; - } - -- // check if a player is dead -+ /* check if a player is dead */ - if (!found_me && found_not_me) - return (S_LOSING_GAME); - else if (found_me && !found_not_me) - return (S_WINNING_GAME); - -- // if the game is finished, return the actual score rather than -- // a huristic -+ /* if the game is finished, return the actual score rather than -+ * a huristic */ - if (!found_free) - return (actual_score); - diff --git a/games/gnomegames2/pkg-install b/games/gnomegames2/pkg-install index fe5c51770457..cbbb71f5595f 100644 --- a/games/gnomegames2/pkg-install +++ b/games/gnomegames2/pkg-install @@ -5,13 +5,19 @@ PATH=/bin:/usr/bin:/usr/sbin case $2 in POST-INSTALL) mkdir -p ${PKG_PREFIX}/share/gnome/games - SCORES="glines.Large.scores glines.Medium.scores glines.Small.scores gnibbles.1.0.scores gnibbles.1.1.scores gnibbles.2.0.scores gnibbles.2.1.scores gnibbles.3.0.scores gnibbles.3.1.scores gnibbles.4.0.scores gnibbles.4.1.scores gnobots2.classic_robots-safe.scores gnobots2.classic_robots-super-safe.scores gnobots2.classic_robots.scores gnobots2.nightmare-safe.scores gnobots2.nightmare-super-safe.scores gnobots2.nightmare.scores gnobots2.robots2-safe.scores gnobots2.robots2-super-safe.scores gnobots2.robots2.scores gnobots2.robots2_easy-safe.scores gnobots2.robots2_easy-super-safe.scores gnobots2.robots2_easy.scores gnobots2.robots_with_safe_teleport-safe.scores gnobots2.robots_with_safe_teleport-super-safe.scores gnobots2.robots_with_safe_teleport.scores gnome-stones.scores gnometris.scores gnomine.Custom.scores gnomine.Large.scores gnomine.Medium.scores gnomine.Small.scores gnotravex.2x2.scores gnotravex.3x3.scores gnotravex.4x4.scores gnotravex.5x5.scores gnotravex.6x6.scores gnotski.1.scores gnotski.10.scores gnotski.11.scores gnotski.12.scores gnotski.13.scores gnotski.14.scores gnotski.15.scores gnotski.16.scores gnotski.17.scores gnotski.18.scores gnotski.19.scores gnotski.2.scores gnotski.20.scores gnotski.21.scores gnotski.22.scores gnotski.23.scores gnotski.24.scores gnotski.25.scores gnotski.26.scores gnotski.27.scores gnotski.28.scores gnotski.29.scores gnotski.3.scores gnotski.30.scores gnotski.31.scores gnotski.32.scores gnotski.33.scores gnotski.34.scores gnotski.35.scores gnotski.36.scores gnotski.37.scores gnotski.4.scores gnotski.5.scores gnotski.6.scores gnotski.7.scores gnotski.8.scores gnotski.9.scores gtali.scores mahjongg.bridges.scores mahjongg.cloud.scores mahjongg.confounding.scores mahjongg.difficult.scores mahjongg.dragon.scores mahjongg.easy.scores mahjongg.pyramid.scores mahjongg.tictactoe.scores mahjongg.ziggurat.scores same-gnome.Large.scores same-gnome.Medium.scores same-gnome.Small.scores" + SCORES="glines.scores glines.Large.scores glines.Medium.scores glines.Small.scores gnibbles.1.0.scores gnibbles.1.1.scores gnibbles.2.0.scores gnibbles.2.1.scores gnibbles.3.0.scores gnibbles.3.1.scores gnibbles.4.0.scores gnibbles.4.1.scores gnobots2.classic_robots-safe.scores gnobots2.classic_robots-super-safe.scores gnobots2.classic_robots.scores gnobots2.nightmare-safe.scores gnobots2.nightmare-super-safe.scores gnobots2.nightmare.scores gnobots2.robots2-safe.scores gnobots2.robots2-super-safe.scores gnobots2.robots2.scores gnobots2.robots2_easy-safe.scores gnobots2.robots2_easy-super-safe.scores gnobots2.robots2_easy.scores gnobots2.robots_with_safe_teleport-safe.scores gnobots2.robots_with_safe_teleport-super-safe.scores gnobots2.robots_with_safe_teleport.scores gnometris.scores gnomine.Custom.scores gnomine.Large.scores gnomine.Medium.scores gnomine.Small.scores gnotravex.2x2.scores gnotravex.3x3.scores gnotravex.4x4.scores gnotravex.5x5.scores gnotravex.6x6.scores gnotski.1.scores gnotski.10.scores gnotski.11.scores gnotski.12.scores gnotski.13.scores gnotski.14.scores gnotski.15.scores gnotski.16.scores gnotski.17.scores gnotski.18.scores gnotski.2.scores gnotski.20.scores gnotski.21.scores gnotski.22.scores gnotski.23.scores gnotski.24.scores gnotski.25.scores gnotski.26.scores gnotski.27.scores gnotski.28.scores gnotski.29.scores gnotski.3.scores gnotski.30.scores gnotski.31.scores gnotski.32.scores gnotski.33.scores gnotski.34.scores gnotski.35.scores gnotski.36.scores gnotski.37.scores gnotski.4.scores gnotski.5.scores gnotski.6.scores gnotski.7.scores gnotski.8.scores gnotski.9.scores gtali.scores mahjongg.bridges.scores mahjongg.cloud.scores mahjongg.confounding.scores mahjongg.difficult.scores mahjongg.dragon.scores mahjongg.easy.scores mahjongg.pyramid.scores mahjongg.tictactoe.scores mahjongg.ziggurat.scores same-gnome.Small.scores same-gnome.Medium.scores same-gnome.Large.scores" for i in ${SCORES}; do if [ ! -f ${PKG_PREFIX}/share/gnome/games/${i} ]; then touch -f ${PKG_PREFIX}/share/gnome/games/${i} chown games:games ${PKG_PREFIX}/share/gnome/games/${i} - chmod 0664 ${PKG_PREFIX}/share/gnome/games/${i} + chmod 0666 ${PKG_PREFIX}/share/gnome/games/${i} fi done + if [ -f ${PKG_PREFIX}/share/gnome/games/same-gnome.scores ]; then + mv -f ${PKG_PREFIX}/share/gnome/games/same-gnome.scores \ + ${PKG_PREFIX}/share/gnome/games/same-gnome.Small.scores + ln -sf ${PKG_PREFIX}/share/gnome/games/same-gnome.Small.scores \ + ${PKG_PREFIX}/share/gnome/games/same-gnome.scores + fi ;; esac diff --git a/games/gnomegames2/pkg-plist b/games/gnomegames2/pkg-plist index 950685f8655f..733b9c028330 100644 --- a/games/gnomegames2/pkg-plist +++ b/games/gnomegames2/pkg-plist @@ -5,7 +5,6 @@ bin/glines bin/gnect bin/gnibbles bin/gnobots2 -bin/gnome-stones bin/gnometris bin/gnomine bin/gnotravex @@ -18,12 +17,6 @@ bin/sol etc/sound/events/gnibbles.soundlist etc/sound/events/gnobots2.soundlist etc/sound/events/iagno.soundlist -lib/gnome-stones/objects/libgnome-stones.a -lib/gnome-stones/objects/libgnome-stones.la -lib/gnome-stones/objects/libgnome-stones.so -lib/gnome-stones/objects/libgnomekoban.a -lib/gnome-stones/objects/libgnomekoban.la -lib/gnome-stones/objects/libgnomekoban.so share/gnome/applications/blackjack.desktop share/gnome/applications/freecell.desktop share/gnome/applications/gataxx.desktop @@ -31,7 +24,6 @@ share/gnome/applications/glines.desktop share/gnome/applications/gnect.desktop share/gnome/applications/gnibbles.desktop share/gnome/applications/gnobots2.desktop -share/gnome/applications/gnome-stones.desktop share/gnome/applications/gnometris.desktop share/gnome/applications/gnomine.desktop share/gnome/applications/gnotravex.desktop @@ -41,11 +33,11 @@ share/gnome/applications/iagno.desktop share/gnome/applications/mahjongg.desktop share/gnome/applications/same-gnome.desktop share/gnome/applications/sol.desktop -@exec %%LOCALBASE%%/bin/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 share/gnome/blackjack/Vegas_Strip.rules +@unexec [ -s %D/share/gnome/games/glines.scores ] || rm -f %D/share/gnome/games/glines.scores @unexec [ -s %D/share/gnome/games/glines.Large.scores ] || rm -f %D/share/gnome/games/glines.Large.scores @unexec [ -s %D/share/gnome/games/glines.Medium.scores ] || rm -f %D/share/gnome/games/glines.Medium.scores @unexec [ -s %D/share/gnome/games/glines.Small.scores ] || rm -f %D/share/gnome/games/glines.Small.scores @@ -72,7 +64,6 @@ share/gnome/blackjack/Vegas_Strip.rules @unexec [ -s %D/share/gnome/games/gnobots2.robots_with_safe_teleport-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.robots_with_safe_teleport-safe.scores @unexec [ -s %D/share/gnome/games/gnobots2.robots_with_safe_teleport-super-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.robots_with_safe_teleport-super-safe.scores @unexec [ -s %D/share/gnome/games/gnobots2.robots_with_safe_teleport.scores ] || rm -f %D/share/gnome/games/gnobots2.robots_with_safe_teleport.scores -@unexec [ -s %D/share/gnome/games/gnome-stones.scores ] || rm -f %D/share/gnome/games/gnome-stones.scores @unexec [ -s %D/share/gnome/games/gnometris.scores ] || rm -f %D/share/gnome/games/gnometris.scores @unexec [ -s %D/share/gnome/games/gnomine.Custom.scores ] || rm -f %D/share/gnome/games/gnomine.Custom.scores @unexec [ -s %D/share/gnome/games/gnomine.Large.scores ] || rm -f %D/share/gnome/games/gnomine.Large.scores @@ -133,6 +124,7 @@ share/gnome/blackjack/Vegas_Strip.rules @unexec [ -s %D/share/gnome/games/same-gnome.Large.scores ] || rm -f %D/share/gnome/games/same-gnome.Large.scores @unexec [ -s %D/share/gnome/games/same-gnome.Medium.scores ] || rm -f %D/share/gnome/games/same-gnome.Medium.scores @unexec [ -s %D/share/gnome/games/same-gnome.Small.scores ] || rm -f %D/share/gnome/games/same-gnome.Small.scores +@unexec [ -L %D/share/gnome/games/same-gnome.scores ] || rm -f %D/share/gnome/games/same-gnome.scores share/gnome/gnect/white_ob.cn4 share/gnome/gnibbles/level001.gnl share/gnome/gnibbles/level002.gnl @@ -165,18 +157,15 @@ share/gnome/gnobots2/nightmare.cfg share/gnome/gnobots2/robots2.cfg share/gnome/gnobots2/robots2_easy.cfg share/gnome/gnobots2/robots_with_safe_teleport.cfg +share/gnome/gnome-games/ataxx/themes/2.14/classic.png share/gnome/gnome-games/mahjongg/maps/mahjongg.map share/gnome/gnome-games/same-gnome/themes/2.10/planets.png share/gnome/gnome-games/same-gnome/themes/2.10/stones.png -share/gnome/gnome-stones/atari.caves -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/tutorial.caves share/gnome/help/aisleriot/C/agnes.xml share/gnome/help/aisleriot/C/aisleriot.xml +share/gnome/help/aisleriot/C/athena.xml share/gnome/help/aisleriot/C/auld_lang_syne.xml +share/gnome/help/aisleriot/C/aunt_mary.xml share/gnome/help/aisleriot/C/backbone.xml share/gnome/help/aisleriot/C/bakers_dozen.xml share/gnome/help/aisleriot/C/bakers_game.xml @@ -189,6 +178,7 @@ share/gnome/help/aisleriot/C/carpet.xml share/gnome/help/aisleriot/C/chessboard.xml share/gnome/help/aisleriot/C/clock.xml share/gnome/help/aisleriot/C/cover.xml +share/gnome/help/aisleriot/C/cruel.xml share/gnome/help/aisleriot/C/definitions.xml share/gnome/help/aisleriot/C/diamond_mine.xml share/gnome/help/aisleriot/C/doublets.xml @@ -204,6 +194,7 @@ share/gnome/help/aisleriot/C/fortress.xml share/gnome/help/aisleriot/C/fortunes.xml share/gnome/help/aisleriot/C/fourteen.xml share/gnome/help/aisleriot/C/freecell.xml +share/gnome/help/aisleriot/C/gaps.xml share/gnome/help/aisleriot/C/gay_gordons.xml share/gnome/help/aisleriot/C/glenwood.xml share/gnome/help/aisleriot/C/golf.xml @@ -214,6 +205,7 @@ share/gnome/help/aisleriot/C/isabel.xml share/gnome/help/aisleriot/C/jamestown.xml share/gnome/help/aisleriot/C/jumbo.xml share/gnome/help/aisleriot/C/kansas.xml +share/gnome/help/aisleriot/C/kings_audience.xml share/gnome/help/aisleriot/C/king_albert.xml share/gnome/help/aisleriot/C/klondike.xml share/gnome/help/aisleriot/C/labyrinth.xml @@ -230,6 +222,7 @@ share/gnome/help/aisleriot/C/plait.xml share/gnome/help/aisleriot/C/poker.xml share/gnome/help/aisleriot/C/quatorze.xml share/gnome/help/aisleriot/C/royal_east.xml +share/gnome/help/aisleriot/C/saratoga.xml share/gnome/help/aisleriot/C/scorpion.xml share/gnome/help/aisleriot/C/scuffle.xml share/gnome/help/aisleriot/C/seahaven.xml @@ -255,8 +248,10 @@ share/gnome/help/aisleriot/C/yield.xml share/gnome/help/aisleriot/C/yukon.xml share/gnome/help/aisleriot/C/zebra.xml share/gnome/help/aisleriot/fr/agnes.xml +share/gnome/help/aisleriot/fr/athena.xml share/gnome/help/aisleriot/fr/aisleriot.xml share/gnome/help/aisleriot/fr/auld_lang_syne.xml +share/gnome/help/aisleriot/fr/aunt_mary.xml share/gnome/help/aisleriot/fr/backbone.xml share/gnome/help/aisleriot/fr/bakers_dozen.xml share/gnome/help/aisleriot/fr/bakers_game.xml @@ -269,6 +264,7 @@ share/gnome/help/aisleriot/fr/carpet.xml share/gnome/help/aisleriot/fr/chessboard.xml share/gnome/help/aisleriot/fr/clock.xml share/gnome/help/aisleriot/fr/cover.xml +share/gnome/help/aisleriot/fr/cruel.xml share/gnome/help/aisleriot/fr/definitions.xml share/gnome/help/aisleriot/fr/diamond_mine.xml share/gnome/help/aisleriot/fr/doublets.xml @@ -284,6 +280,7 @@ share/gnome/help/aisleriot/fr/fortress.xml share/gnome/help/aisleriot/fr/fortunes.xml share/gnome/help/aisleriot/fr/fourteen.xml share/gnome/help/aisleriot/fr/freecell.xml +share/gnome/help/aisleriot/fr/gaps.xml share/gnome/help/aisleriot/fr/gay_gordons.xml share/gnome/help/aisleriot/fr/glenwood.xml share/gnome/help/aisleriot/fr/golf.xml @@ -294,6 +291,7 @@ share/gnome/help/aisleriot/fr/isabel.xml share/gnome/help/aisleriot/fr/jamestown.xml share/gnome/help/aisleriot/fr/jumbo.xml share/gnome/help/aisleriot/fr/kansas.xml +share/gnome/help/aisleriot/fr/kings_audience.xml share/gnome/help/aisleriot/fr/king_albert.xml share/gnome/help/aisleriot/fr/klondike.xml share/gnome/help/aisleriot/fr/labyrinth.xml @@ -310,6 +308,7 @@ share/gnome/help/aisleriot/fr/plait.xml share/gnome/help/aisleriot/fr/poker.xml share/gnome/help/aisleriot/fr/quatorze.xml share/gnome/help/aisleriot/fr/royal_east.xml +share/gnome/help/aisleriot/fr/saratoga.xml share/gnome/help/aisleriot/fr/scorpion.xml share/gnome/help/aisleriot/fr/scuffle.xml share/gnome/help/aisleriot/fr/seahaven.xml @@ -367,25 +366,21 @@ share/gnome/help/gnobots2/es/gnobots2.xml share/gnome/help/gnobots2/es/legal.xml share/gnome/help/gnobots2/it/gnobots2.xml share/gnome/help/gnobots2/it/legal.xml -share/gnome/help/gnome-stones/C/figures/main-game.png -share/gnome/help/gnome-stones/C/figures/main-start.png -share/gnome/help/gnome-stones/C/figures/preferences-joystick.png -share/gnome/help/gnome-stones/C/figures/preferences-main.png -share/gnome/help/gnome-stones/C/gnome-stones.xml -share/gnome/help/gnome-stones/C/legal.xml share/gnome/help/gnometris/C/gnometris.xml share/gnome/help/gnometris/C/legal.xml -share/gnome/help/gnomine/C/figures/advanced_121_a.png -share/gnome/help/gnomine/C/figures/advanced_121_b.png -share/gnome/help/gnomine/C/figures/advanced_121_c.png -share/gnome/help/gnomine/C/figures/basic-corner.png -share/gnome/help/gnomine/C/figures/basic-flat3.png -share/gnome/help/gnomine/C/figures/basic-wall.png -share/gnome/help/gnomine/C/figures/gnomine-begin-play.png -share/gnome/help/gnomine/C/figures/gnomine-fail.png -share/gnome/help/gnomine/C/figures/gnomine-fresh.png -share/gnome/help/gnomine/C/figures/gnomine-preferences.png -share/gnome/help/gnomine/C/figures/gnomine-won.png +share/gnome/help/gnomine/C/figures/easy-hints-1.png +share/gnome/help/gnomine/C/figures/easy-hints-2.png +share/gnome/help/gnomine/C/figures/easy-hints-3.png +share/gnome/help/gnomine/C/figures/faces.png +share/gnome/help/gnomine/C/figures/flags.png +share/gnome/help/gnomine/C/figures/hard-hints-1.png +share/gnome/help/gnomine/C/figures/hard-hints-2.png +share/gnome/help/gnomine/C/figures/hard-hints-3.png +share/gnome/help/gnomine/C/figures/highscores.png +share/gnome/help/gnomine/C/figures/imnotsureflagscheckbox.png +share/gnome/help/gnomine/C/figures/main-window.png +share/gnome/help/gnomine/C/figures/preferences.png +share/gnome/help/gnomine/C/figures/statusbar.png share/gnome/help/gnomine/C/gnomine.xml share/gnome/help/gnomine/C/legal.xml share/gnome/help/gnotravex/C/figures/gnotravex_game.png @@ -419,8 +414,6 @@ share/gnome/help/same-gnome/C/figures/play.png share/gnome/help/same-gnome/C/figures/start-up.png share/gnome/help/same-gnome/C/legal.xml share/gnome/help/same-gnome/C/same-gnome.xml -share/gnome/mime-info/gnome-stones.keys -share/gnome/mime-info/gnome-stones.mime share/gnome/omf/gnome-games/aisleriot-C.omf share/gnome/omf/gnome-games/aisleriot-fr.omf share/gnome/omf/gnome-games/blackjack-C.omf @@ -432,7 +425,6 @@ share/gnome/omf/gnome-games/gnobots2-C.omf share/gnome/omf/gnome-games/gnobots2-da.omf share/gnome/omf/gnome-games/gnobots2-es.omf share/gnome/omf/gnome-games/gnobots2-it.omf -share/gnome/omf/gnome-games/gnome-stones-C.omf share/gnome/omf/gnome-games/gnometris-C.omf share/gnome/omf/gnome-games/gnomine-C.omf share/gnome/omf/gnome-games/gnotravex-C.omf @@ -472,7 +464,7 @@ share/gnome/pixmaps/gnibbles/bonus3.svg share/gnome/pixmaps/gnibbles/bonus4.svg share/gnome/pixmaps/gnibbles/bonus5.svg share/gnome/pixmaps/gnibbles/diamond.svg -share/gnome/pixmaps/gnibbles/gnibbles-logo.png +share/gnome/pixmaps/gnibbles/gnibbles-logo.svg share/gnome/pixmaps/gnibbles/gnibbles.png share/gnome/pixmaps/gnibbles/life.svg share/gnome/pixmaps/gnibbles/questionmark.svg @@ -505,7 +497,9 @@ share/gnome/pixmaps/gnome-blackjack.png share/gnome/pixmaps/gnome-cardgame.png share/gnome/pixmaps/gnome-games-common/cards/bonded.png share/gnome/pixmaps/gnome-games-common/cards/paris.svg -share/gnome/pixmaps/gnome-gnobots2.png +share/gnome/pixmaps/gnome-games-common/icons/rteleport.png +share/gnome/pixmaps/gnome-games-common/icons/teleport.png +share/gnome/pixmaps/gnome-gnobots2.svg share/gnome/pixmaps/gnome-gnomine.png share/gnome/pixmaps/gnome-gnotravex.png share/gnome/pixmaps/gnome-gsame.png @@ -513,25 +507,6 @@ share/gnome/pixmaps/gnome-gtali.png share/gnome/pixmaps/gnome-gtetris.png share/gnome/pixmaps/gnome-mahjongg.png share/gnome/pixmaps/gnome-nibbles.png -share/gnome/pixmaps/gnome-stones-file.png -share/gnome/pixmaps/gnome-stones.png -share/gnome/pixmaps/gnome-stones/amoeba.png -share/gnome/pixmaps/gnome-stones/animated_curtain.png -share/gnome/pixmaps/gnome-stones/background.png -share/gnome/pixmaps/gnome-stones/boulder.png -share/gnome/pixmaps/gnome-stones/butterfly.png -share/gnome/pixmaps/gnome-stones/crate.png -share/gnome/pixmaps/gnome-stones/curtain.png -share/gnome/pixmaps/gnome-stones/diamond.png -share/gnome/pixmaps/gnome-stones/dirt.png -share/gnome/pixmaps/gnome-stones/door.png -share/gnome/pixmaps/gnome-stones/empty.png -share/gnome/pixmaps/gnome-stones/explosion.png -share/gnome/pixmaps/gnome-stones/firefly.png -share/gnome/pixmaps/gnome-stones/frame.png -share/gnome/pixmaps/gnome-stones/gnome.png -share/gnome/pixmaps/gnome-stones/title-tile.png -share/gnome/pixmaps/gnome-stones/wall.png share/gnome/pixmaps/gnometris/7blocks-gw.png share/gnome/pixmaps/gnometris/7blocks-tig.png share/gnome/pixmaps/gnomine/bang.svg @@ -557,14 +532,15 @@ share/gnome/pixmaps/iagno/classic.png share/gnome/pixmaps/iagno/woodtrim.png share/gnome/pixmaps/mahjongg/postmodern.svg share/gnome/pixmaps/mahjongg/smooth.png -share/gnome/pixmaps/rteleport.png -share/gnome/pixmaps/teleport.png share/gnome/sol-games/agnes.scm +share/gnome/sol-games/aunt_mary.scm +share/gnome/sol-games/athena.scm share/gnome/sol-games/auld_lang_syne.scm share/gnome/sol-games/backbone.scm share/gnome/sol-games/bakers_dozen.scm share/gnome/sol-games/bakers_game.scm share/gnome/sol-games/beleaguered_castle.scm +share/gnome/sol-games/block_ten.scm share/gnome/sol-games/bristol.scm share/gnome/sol-games/camelot.scm share/gnome/sol-games/canfield.scm @@ -572,6 +548,7 @@ share/gnome/sol-games/carpet.scm share/gnome/sol-games/chessboard.scm share/gnome/sol-games/clock.scm share/gnome/sol-games/cover.scm +share/gnome/sol-games/cruel.scm share/gnome/sol-games/diamond_mine.scm share/gnome/sol-games/doublets.scm share/gnome/sol-games/eagle_wing.scm @@ -584,6 +561,7 @@ share/gnome/sol-games/fortress.scm share/gnome/sol-games/fortunes.scm share/gnome/sol-games/fourteen.scm share/gnome/sol-games/freecell.scm +share/gnome/sol-games/gaps.scm share/gnome/sol-games/gay_gordons.scm share/gnome/sol-games/glade/statistics.glade share/gnome/sol-games/glenwood.scm @@ -595,6 +573,7 @@ share/gnome/sol-games/isabel.scm share/gnome/sol-games/jamestown.scm share/gnome/sol-games/jumbo.scm share/gnome/sol-games/kansas.scm +share/gnome/sol-games/kings_audience.scm share/gnome/sol-games/king_albert.scm share/gnome/sol-games/klondike.scm share/gnome/sol-games/labyrinth.scm @@ -610,6 +589,7 @@ share/gnome/sol-games/plait.scm share/gnome/sol-games/poker.scm share/gnome/sol-games/quatorze.scm share/gnome/sol-games/royal_east.scm +share/gnome/sol-games/saratoga.scm share/gnome/sol-games/scorpion.scm share/gnome/sol-games/scuffle.scm share/gnome/sol-games/seahaven.scm @@ -671,6 +651,7 @@ share/locale/cs/LC_MESSAGES/gnome-games.mo share/locale/cy/LC_MESSAGES/gnome-games.mo share/locale/da/LC_MESSAGES/gnome-games.mo share/locale/de/LC_MESSAGES/gnome-games.mo +share/locale/dz/LC_MESSAGES/gnome-games.mo share/locale/el/LC_MESSAGES/gnome-games.mo share/locale/en_CA/LC_MESSAGES/gnome-games.mo share/locale/en_GB/LC_MESSAGES/gnome-games.mo @@ -691,7 +672,9 @@ share/locale/id/LC_MESSAGES/gnome-games.mo share/locale/is/LC_MESSAGES/gnome-games.mo share/locale/it/LC_MESSAGES/gnome-games.mo share/locale/ja/LC_MESSAGES/gnome-games.mo +share/locale/ka/LC_MESSAGES/gnome-games.mo share/locale/ko/LC_MESSAGES/gnome-games.mo +share/locale/ku/LC_MESSAGES/gnome-games.mo share/locale/lt/LC_MESSAGES/gnome-games.mo share/locale/lv/LC_MESSAGES/gnome-games.mo share/locale/mk/LC_MESSAGES/gnome-games.mo @@ -717,6 +700,7 @@ share/locale/sr/LC_MESSAGES/gnome-games.mo share/locale/sr@Latn/LC_MESSAGES/gnome-games.mo share/locale/sv/LC_MESSAGES/gnome-games.mo share/locale/ta/LC_MESSAGES/gnome-games.mo +share/locale/th/LC_MESSAGES/gnome-games.mo share/locale/tr/LC_MESSAGES/gnome-games.mo share/locale/uk/LC_MESSAGES/gnome-games.mo share/locale/vi/LC_MESSAGES/gnome-games.mo @@ -724,6 +708,12 @@ share/locale/wa/LC_MESSAGES/gnome-games.mo share/locale/xh/LC_MESSAGES/gnome-games.mo share/locale/zh_CN/LC_MESSAGES/gnome-games.mo share/locale/zh_TW/LC_MESSAGES/gnome-games.mo +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz @dirrm share/gnome/sounds/iagno @dirrm share/gnome/sounds/gnometris @dirrm share/gnome/sounds/gnobots2 @@ -735,7 +725,7 @@ share/locale/zh_TW/LC_MESSAGES/gnome-games.mo @dirrm share/gnome/pixmaps/gtali @dirrm share/gnome/pixmaps/gnomine @dirrm share/gnome/pixmaps/gnometris -@dirrm share/gnome/pixmaps/gnome-stones +@dirrm share/gnome/pixmaps/gnome-games-common/icons @dirrm share/gnome/pixmaps/gnome-games-common/cards @dirrm share/gnome/pixmaps/gnome-games-common @dirrm share/gnome/pixmaps/gnobots2 @@ -770,9 +760,6 @@ share/locale/zh_TW/LC_MESSAGES/gnome-games.mo @dirrm share/gnome/help/gnomine @dirrm share/gnome/help/gnometris/C @dirrm share/gnome/help/gnometris -@dirrm share/gnome/help/gnome-stones/C/figures -@dirrm share/gnome/help/gnome-stones/C -@dirrm share/gnome/help/gnome-stones @dirrm share/gnome/help/gnobots2/it @dirrm share/gnome/help/gnobots2/es @dirrm share/gnome/help/gnobots2/da @@ -799,17 +786,18 @@ 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 @dirrm share/gnome/gnome-games/same-gnome/themes/2.10 @dirrm share/gnome/gnome-games/same-gnome/themes @dirrm share/gnome/gnome-games/same-gnome @dirrm share/gnome/gnome-games/mahjongg/maps @dirrm share/gnome/gnome-games/mahjongg +@dirrm share/gnome/gnome-games/ataxx/themes/2.14 +@dirrm share/gnome/gnome-games/ataxx/themes +@dirrm share/gnome/gnome-games/ataxx @dirrm share/gnome/gnome-games @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 %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true |