diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-09 11:12:33 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-09 11:12:33 +0000 |
commit | 27b522cb736208e0c51d0e2e0a20abda28b74037 (patch) | |
tree | fce4280380e9fea6e033793f3cf17b5b8c7e09d2 /games | |
parent | Upgrade to version 1.0pre6 which compiles with the latest pwlib and (diff) |
Update to 1.4.0.2.
Notes
Notes:
svn path=/head/; revision=44957
Diffstat (limited to '')
-rw-r--r-- | games/gnome-games/Makefile | 12 | ||||
-rw-r--r-- | games/gnome-games/distinfo | 2 | ||||
-rw-r--r-- | games/gnome-games/files/patch-ltmain.sh | 18 | ||||
-rw-r--r-- | games/gnome-games/files/patch-po::Makefile.in.in | 14 | ||||
-rw-r--r-- | games/gnome-games/pkg-plist | 469 | ||||
-rw-r--r-- | games/gnomegames/Makefile | 12 | ||||
-rw-r--r-- | games/gnomegames/distinfo | 2 | ||||
-rw-r--r-- | games/gnomegames/files/patch-ltmain.sh | 18 | ||||
-rw-r--r-- | games/gnomegames/files/patch-po::Makefile.in.in | 14 | ||||
-rw-r--r-- | games/gnomegames/pkg-plist | 469 | ||||
-rw-r--r-- | games/gnomegames2/Makefile | 12 | ||||
-rw-r--r-- | games/gnomegames2/distinfo | 2 | ||||
-rw-r--r-- | games/gnomegames2/files/patch-ltmain.sh | 18 | ||||
-rw-r--r-- | games/gnomegames2/files/patch-po::Makefile.in.in | 14 | ||||
-rw-r--r-- | games/gnomegames2/pkg-plist | 469 |
15 files changed, 474 insertions, 1071 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index e76d797634c9..09d577818fc7 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomegames -PORTVERSION= 1.4.0.1 +PORTVERSION= 1.4.0.2 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-games @@ -14,20 +14,24 @@ DISTNAME= gnome-games-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org +BUILD_DEPENDS= msgfmt-new:${PORTSDIR}/devel/gettext-devel LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile +USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= yes -USE_LIBTOOL= yes +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LIBS="-L${LOCALBASE}/lib" \ + MSGFMT=${LOCALBASE}/bin/msgfmt-new \ + XGETTEXT=${LOCALBASE}/bin/xgettext-new pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' diff --git a/games/gnome-games/distinfo b/games/gnome-games/distinfo index bfa6cfd0670d..99ebc7573309 100644 --- a/games/gnome-games/distinfo +++ b/games/gnome-games/distinfo @@ -1 +1 @@ -MD5 (gnome-games-1.4.0.1.tar.gz) = ebc520dc5f149d2e6de88f8fdb119e13 +MD5 (gnome-games-1.4.0.2.tar.bz2) = f1a6f434291900651184cccf44c04c51 diff --git a/games/gnome-games/files/patch-ltmain.sh b/games/gnome-games/files/patch-ltmain.sh new file mode 100644 index 000000000000..9de46d7a7882 --- /dev/null +++ b/games/gnome-games/files/patch-ltmain.sh @@ -0,0 +1,18 @@ + +$FreeBSD$ + +--- ltmain.sh 2001/07/09 10:17:23 1.1 ++++ ltmain.sh 2001/07/09 10:17:47 +@@ -4175,10 +4175,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if false; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/games/gnome-games/files/patch-po::Makefile.in.in b/games/gnome-games/files/patch-po::Makefile.in.in new file mode 100644 index 000000000000..cd3e37cffcf4 --- /dev/null +++ b/games/gnome-games/files/patch-po::Makefile.in.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- po/Makefile.in.in 2001/07/09 10:15:24 1.1 ++++ po/Makefile.in.in 2001/07/09 10:15:40 +@@ -106,7 +106,7 @@ + @catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ +- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ ++ lang=`echo $$cat | sed 's/\.mo$$//'`; \ + dir=$(localedir)/$$lang/LC_MESSAGES; \ + $(mkinstalldirs) $(DESTDIR)$$dir; \ + if test -r $$cat; then \ diff --git a/games/gnome-games/pkg-plist b/games/gnome-games/pkg-plist index 48e881ae3c41..897431ce28b4 100644 --- a/games/gnome-games/pkg-plist +++ b/games/gnome-games/pkg-plist @@ -52,14 +52,19 @@ share/gnome/games/gnibbles.3.1.scores share/gnome/games/gnibbles.4.0.scores share/gnome/games/gnibbles.4.1.scores share/gnome/games/gnobots2.classic_robots-safe.scores +share/gnome/games/gnobots2.classic_robots-super-safe.scores share/gnome/games/gnobots2.classic_robots.scores share/gnome/games/gnobots2.nightmare-safe.scores +share/gnome/games/gnobots2.nightmare-super-safe.scores share/gnome/games/gnobots2.nightmare.scores share/gnome/games/gnobots2.robots2-safe.scores +share/gnome/games/gnobots2.robots2-super-safe.scores share/gnome/games/gnobots2.robots2.scores share/gnome/games/gnobots2.robots2_easy-safe.scores +share/gnome/games/gnobots2.robots2_easy-super-safe.scores share/gnome/games/gnobots2.robots2_easy.scores share/gnome/games/gnobots2.robots_with_safe_teleport-safe.scores +share/gnome/games/gnobots2.robots_with_safe_teleport-super-safe.scores share/gnome/games/gnobots2.robots_with_safe_teleport.scores share/gnome/games/gnome-stones.scores share/gnome/games/gnome-xbill.scores @@ -137,7 +142,9 @@ 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.a share/gnome/gnome-stones/objects/libgnome-stones.so +share/gnome/gnome-stones/objects/libgnomekoban.a share/gnome/gnome-stones/objects/libgnomekoban.so share/gnome/gnome-stones/tutorial.caves share/gnome/gturing/examples/3ones2zeroes.tur @@ -150,246 +157,155 @@ share/gnome/gturing/examples/bin2dec.tur share/gnome/gturing/examples/dashnumbers.tur share/gnome/gturing/examples/dec2bin.tur share/gnome/gturing/examples/subst.tur -share/gnome/help/aisleriot/C/agnes.html share/gnome/help/aisleriot/C/agnes.sgml share/gnome/help/aisleriot/C/aisleriot.sgml -share/gnome/help/aisleriot/C/auld-lang-syne.html share/gnome/help/aisleriot/C/auld_lang_syne.sgml -share/gnome/help/aisleriot/C/bakers-dozen.html -share/gnome/help/aisleriot/C/bakers-game.html share/gnome/help/aisleriot/C/bakers_dozen.sgml share/gnome/help/aisleriot/C/bakers_game.sgml -share/gnome/help/aisleriot/C/beleaguered-castle.html share/gnome/help/aisleriot/C/beleaguered_castle.sgml -share/gnome/help/aisleriot/C/block-ten.html share/gnome/help/aisleriot/C/block_ten.sgml -share/gnome/help/aisleriot/C/bristol.html share/gnome/help/aisleriot/C/bristol.sgml -share/gnome/help/aisleriot/C/camelot.html share/gnome/help/aisleriot/C/camelot.sgml -share/gnome/help/aisleriot/C/canfield.html share/gnome/help/aisleriot/C/canfield.sgml -share/gnome/help/aisleriot/C/clock.html +share/gnome/help/aisleriot/C/chessboard.sgml share/gnome/help/aisleriot/C/clock.sgml -share/gnome/help/aisleriot/C/cover.html share/gnome/help/aisleriot/C/cover.sgml share/gnome/help/aisleriot/C/definitions.sgml -share/gnome/help/aisleriot/C/diamond-mine.html share/gnome/help/aisleriot/C/diamond_mine.sgml -share/gnome/help/aisleriot/C/docbook.css -share/gnome/help/aisleriot/C/doublets.html share/gnome/help/aisleriot/C/doublets.sgml -share/gnome/help/aisleriot/C/eagle-wing.html share/gnome/help/aisleriot/C/eagle-wing.sgml -share/gnome/help/aisleriot/C/easthaven.html share/gnome/help/aisleriot/C/easthaven.sgml -share/gnome/help/aisleriot/C/eight-off.html share/gnome/help/aisleriot/C/eight_off.sgml -share/gnome/help/aisleriot/C/elevator.html share/gnome/help/aisleriot/C/elevator.sgml -share/gnome/help/aisleriot/C/escalator.html share/gnome/help/aisleriot/C/escalator.sgml share/gnome/help/aisleriot/C/figures/camelot-goal.png share/gnome/help/aisleriot/C/figures/clock-rules.png -share/gnome/help/aisleriot/C/first-law.html share/gnome/help/aisleriot/C/first_law.sgml -share/gnome/help/aisleriot/C/fortress.html share/gnome/help/aisleriot/C/fortress.sgml -share/gnome/help/aisleriot/C/fortunes.html share/gnome/help/aisleriot/C/fortunes.sgml -share/gnome/help/aisleriot/C/fourteen.html share/gnome/help/aisleriot/C/fourteen.sgml -share/gnome/help/aisleriot/C/freecell.html share/gnome/help/aisleriot/C/freecell.sgml -share/gnome/help/aisleriot/C/gay-gordons.html share/gnome/help/aisleriot/C/gay_gordons.sgml -share/gnome/help/aisleriot/C/glenwood.html share/gnome/help/aisleriot/C/glenwood.sgml -share/gnome/help/aisleriot/C/glossary.html -share/gnome/help/aisleriot/C/golf.html share/gnome/help/aisleriot/C/golf.sgml -share/gnome/help/aisleriot/C/gypsy.html share/gnome/help/aisleriot/C/gypsy.sgml -share/gnome/help/aisleriot/C/helsinki.html share/gnome/help/aisleriot/C/helsinki.sgml -share/gnome/help/aisleriot/C/hopscotch.html share/gnome/help/aisleriot/C/hopscotch.sgml -share/gnome/help/aisleriot/C/index.html -share/gnome/help/aisleriot/C/intro.html -share/gnome/help/aisleriot/C/isabel.html share/gnome/help/aisleriot/C/isabel.sgml -share/gnome/help/aisleriot/C/jamestown.html share/gnome/help/aisleriot/C/jamestown.sgml -share/gnome/help/aisleriot/C/jumbo.html share/gnome/help/aisleriot/C/jumbo.sgml -share/gnome/help/aisleriot/C/kansas.html share/gnome/help/aisleriot/C/kansas.sgml -share/gnome/help/aisleriot/C/king-albert.html share/gnome/help/aisleriot/C/king_albert.sgml -share/gnome/help/aisleriot/C/klondike.html share/gnome/help/aisleriot/C/klondike.sgml -share/gnome/help/aisleriot/C/labyrinth.html share/gnome/help/aisleriot/C/labyrinth.sgml -share/gnome/help/aisleriot/C/lady-jane.html share/gnome/help/aisleriot/C/lady_jane.sgml -share/gnome/help/aisleriot/C/maze.html share/gnome/help/aisleriot/C/maze.sgml -share/gnome/help/aisleriot/C/monte-carlo.html share/gnome/help/aisleriot/C/monte_carlo.sgml -share/gnome/help/aisleriot/C/neighbor.html share/gnome/help/aisleriot/C/neighbor.sgml -share/gnome/help/aisleriot/C/odessa.html share/gnome/help/aisleriot/C/odessa.sgml -share/gnome/help/aisleriot/C/osmosis.html share/gnome/help/aisleriot/C/osmosis.sgml -share/gnome/help/aisleriot/C/peek.html share/gnome/help/aisleriot/C/peek.sgml -share/gnome/help/aisleriot/C/pileon.html share/gnome/help/aisleriot/C/pileon.sgml -share/gnome/help/aisleriot/C/poker.html share/gnome/help/aisleriot/C/poker.sgml -share/gnome/help/aisleriot/C/quatorze.html share/gnome/help/aisleriot/C/quatorze.sgml -share/gnome/help/aisleriot/C/royal-east.html share/gnome/help/aisleriot/C/royal_east.sgml -share/gnome/help/aisleriot/C/scorpion.html share/gnome/help/aisleriot/C/scorpion.sgml -share/gnome/help/aisleriot/C/scuffle.html share/gnome/help/aisleriot/C/scuffle.sgml -share/gnome/help/aisleriot/C/seahaven.html share/gnome/help/aisleriot/C/seahaven.sgml -share/gnome/help/aisleriot/C/sir-tommy.html share/gnome/help/aisleriot/C/sir_tommy.sgml -share/gnome/help/aisleriot/C/spider.html share/gnome/help/aisleriot/C/spider.sgml -share/gnome/help/aisleriot/C/spiderette.html share/gnome/help/aisleriot/C/spiderette.sgml -share/gnome/help/aisleriot/C/straight-up.html share/gnome/help/aisleriot/C/straight_up.sgml -share/gnome/help/aisleriot/C/streets-and-alleys.html share/gnome/help/aisleriot/C/streets_and_alleys.sgml -share/gnome/help/aisleriot/C/stylesheet-images/caution.gif -share/gnome/help/aisleriot/C/stylesheet-images/home.gif -share/gnome/help/aisleriot/C/stylesheet-images/important.gif -share/gnome/help/aisleriot/C/stylesheet-images/next.gif -share/gnome/help/aisleriot/C/stylesheet-images/note.gif -share/gnome/help/aisleriot/C/stylesheet-images/prev.gif -share/gnome/help/aisleriot/C/stylesheet-images/tip.gif -share/gnome/help/aisleriot/C/stylesheet-images/toc-blank.gif -share/gnome/help/aisleriot/C/stylesheet-images/toc-minus.gif -share/gnome/help/aisleriot/C/stylesheet-images/toc-plus.gif -share/gnome/help/aisleriot/C/stylesheet-images/up.gif -share/gnome/help/aisleriot/C/stylesheet-images/warning.gif -share/gnome/help/aisleriot/C/thieves.html share/gnome/help/aisleriot/C/thieves.sgml -share/gnome/help/aisleriot/C/thirteen.html share/gnome/help/aisleriot/C/thirteen.sgml -share/gnome/help/aisleriot/C/thumb-and-pouch.html share/gnome/help/aisleriot/C/thumb_and_pouch.sgml share/gnome/help/aisleriot/C/topic.dat -share/gnome/help/aisleriot/C/treize.html share/gnome/help/aisleriot/C/treize.sgml -share/gnome/help/aisleriot/C/union-square.html share/gnome/help/aisleriot/C/union_square.sgml -share/gnome/help/aisleriot/C/valentine.html share/gnome/help/aisleriot/C/valentine.sgml -share/gnome/help/aisleriot/C/westhaven.html share/gnome/help/aisleriot/C/westhaven.sgml -share/gnome/help/aisleriot/C/whitehead.html share/gnome/help/aisleriot/C/whitehead.sgml -share/gnome/help/aisleriot/C/will-o-the-wisp.html share/gnome/help/aisleriot/C/will_o_the_wisp.sgml -share/gnome/help/aisleriot/C/yield.html share/gnome/help/aisleriot/C/yield.sgml -share/gnome/help/aisleriot/C/yukon.html share/gnome/help/aisleriot/C/yukon.sgml -share/gnome/help/aisleriot/C/zebra.html share/gnome/help/aisleriot/C/zebra.sgml -share/gnome/help/gataxx/C/authors.html -share/gnome/help/gataxx/C/bugs.html -share/gnome/help/gataxx/C/docbook.css +share/gnome/help/aisleriot/it/aisleriot.sgml +share/gnome/help/aisleriot/it/auld_lang_syne.sgml +share/gnome/help/aisleriot/it/bakers_dozen.sgml +share/gnome/help/aisleriot/it/beleaguered_castle.sgml +share/gnome/help/aisleriot/it/bristol.sgml +share/gnome/help/aisleriot/it/camelot.sgml +share/gnome/help/aisleriot/it/canfield.sgml +share/gnome/help/aisleriot/it/clock.sgml +share/gnome/help/aisleriot/it/cover.sgml +share/gnome/help/aisleriot/it/definitions.sgml +share/gnome/help/aisleriot/it/doublets.sgml +share/gnome/help/aisleriot/it/elevator.sgml +share/gnome/help/aisleriot/it/figures/camelot-goal.png +share/gnome/help/aisleriot/it/figures/clock-rules.png +share/gnome/help/aisleriot/it/first_law.sgml +share/gnome/help/aisleriot/it/fortunes.sgml +share/gnome/help/aisleriot/it/fourteen.sgml +share/gnome/help/aisleriot/it/freecell.sgml +share/gnome/help/aisleriot/it/glenwood.sgml +share/gnome/help/aisleriot/it/gypsy.sgml +share/gnome/help/aisleriot/it/hopscotch.sgml +share/gnome/help/aisleriot/it/kansas.sgml +share/gnome/help/aisleriot/it/klondike.sgml +share/gnome/help/aisleriot/it/lady_jane.sgml +share/gnome/help/aisleriot/it/maze.sgml +share/gnome/help/aisleriot/it/monte_carlo.sgml +share/gnome/help/aisleriot/it/neighbor.sgml +share/gnome/help/aisleriot/it/odessa.sgml +share/gnome/help/aisleriot/it/osmosis.sgml +share/gnome/help/aisleriot/it/pileon.sgml +share/gnome/help/aisleriot/it/plait.sgml +share/gnome/help/aisleriot/it/poker.sgml +share/gnome/help/aisleriot/it/royal_east.sgml +share/gnome/help/aisleriot/it/scorpion.sgml +share/gnome/help/aisleriot/it/seahaven.sgml +share/gnome/help/aisleriot/it/spider.sgml +share/gnome/help/aisleriot/it/straight_up.sgml +share/gnome/help/aisleriot/it/thieves.sgml +share/gnome/help/aisleriot/it/thirteen.sgml +share/gnome/help/aisleriot/it/thumb_and_pouch.sgml +share/gnome/help/aisleriot/it/union_square.sgml +share/gnome/help/aisleriot/it/valentine.sgml +share/gnome/help/aisleriot/it/westhaven.sgml +share/gnome/help/aisleriot/it/yukon.sgml +share/gnome/help/aisleriot/it/zebra.sgml share/gnome/help/gataxx/C/figures/gataxx-legalmoves.png share/gnome/help/gataxx/C/figures/gataxx-prefs.png share/gnome/help/gataxx/C/figures/gataxx-startgame.png share/gnome/help/gataxx/C/gataxx.sgml -share/gnome/help/gataxx/C/index.html -share/gnome/help/gataxx/C/license.html -share/gnome/help/gataxx/C/prefs.html -share/gnome/help/gataxx/C/stylesheet-images/caution.gif -share/gnome/help/gataxx/C/stylesheet-images/home.gif -share/gnome/help/gataxx/C/stylesheet-images/important.gif -share/gnome/help/gataxx/C/stylesheet-images/next.gif -share/gnome/help/gataxx/C/stylesheet-images/note.gif -share/gnome/help/gataxx/C/stylesheet-images/prev.gif -share/gnome/help/gataxx/C/stylesheet-images/tip.gif -share/gnome/help/gataxx/C/stylesheet-images/toc-blank.gif -share/gnome/help/gataxx/C/stylesheet-images/toc-minus.gif -share/gnome/help/gataxx/C/stylesheet-images/toc-plus.gif -share/gnome/help/gataxx/C/stylesheet-images/up.gif -share/gnome/help/gataxx/C/stylesheet-images/warning.gif share/gnome/help/gataxx/C/topic.dat -share/gnome/help/gataxx/C/usage.html -share/gnome/help/gnibbles/C/authors.html -share/gnome/help/gnibbles/C/bugs.html -share/gnome/help/gnibbles/C/docbook.css +share/gnome/help/gataxx/es/figures/gataxx-legalmoves.png +share/gnome/help/gataxx/es/figures/gataxx-prefs.png +share/gnome/help/gataxx/es/figures/gataxx-startgame.png +share/gnome/help/gataxx/es/gataxx.sgml +share/gnome/help/gataxx/es/topic.dat +share/gnome/help/gataxx/it/figures/gataxx-legalmoves.png +share/gnome/help/gataxx/it/figures/gataxx-prefs.png +share/gnome/help/gataxx/it/figures/gataxx-startgame.png +share/gnome/help/gataxx/it/gataxx.sgml +share/gnome/help/gataxx/it/topic.dat share/gnome/help/gnibbles/C/figures/game.png share/gnome/help/gnibbles/C/figures/graphics.png share/gnome/help/gnibbles/C/figures/intro.png share/gnome/help/gnibbles/C/figures/playing.png share/gnome/help/gnibbles/C/figures/worm_op.png share/gnome/help/gnibbles/C/gnibbles.sgml -share/gnome/help/gnibbles/C/index.html -share/gnome/help/gnibbles/C/license.html -share/gnome/help/gnibbles/C/objective.html -share/gnome/help/gnibbles/C/prefs.html -share/gnome/help/gnibbles/C/stylesheet-images/caution.gif -share/gnome/help/gnibbles/C/stylesheet-images/home.gif -share/gnome/help/gnibbles/C/stylesheet-images/important.gif -share/gnome/help/gnibbles/C/stylesheet-images/next.gif -share/gnome/help/gnibbles/C/stylesheet-images/note.gif -share/gnome/help/gnibbles/C/stylesheet-images/prev.gif -share/gnome/help/gnibbles/C/stylesheet-images/tip.gif -share/gnome/help/gnibbles/C/stylesheet-images/toc-blank.gif -share/gnome/help/gnibbles/C/stylesheet-images/toc-minus.gif -share/gnome/help/gnibbles/C/stylesheet-images/toc-plus.gif -share/gnome/help/gnibbles/C/stylesheet-images/up.gif -share/gnome/help/gnibbles/C/stylesheet-images/warning.gif share/gnome/help/gnibbles/C/topic.dat -share/gnome/help/gnibbles/C/usage.html -share/gnome/help/gnobots2/C/authors.html -share/gnome/help/gnobots2/C/bugs.html -share/gnome/help/gnobots2/C/customization.html -share/gnome/help/gnobots2/C/docbook.css share/gnome/help/gnobots2/C/figures/gnobots2-main.png share/gnome/help/gnobots2/C/gnobots2.sgml -share/gnome/help/gnobots2/C/index.html -share/gnome/help/gnobots2/C/keyboard.html -share/gnome/help/gnobots2/C/license.html -share/gnome/help/gnobots2/C/menubar.html -share/gnome/help/gnobots2/C/objective.html -share/gnome/help/gnobots2/C/stylesheet-images/caution.gif -share/gnome/help/gnobots2/C/stylesheet-images/home.gif -share/gnome/help/gnobots2/C/stylesheet-images/important.gif -share/gnome/help/gnobots2/C/stylesheet-images/next.gif -share/gnome/help/gnobots2/C/stylesheet-images/note.gif -share/gnome/help/gnobots2/C/stylesheet-images/prev.gif -share/gnome/help/gnobots2/C/stylesheet-images/tip.gif -share/gnome/help/gnobots2/C/stylesheet-images/toc-blank.gif -share/gnome/help/gnobots2/C/stylesheet-images/toc-minus.gif -share/gnome/help/gnobots2/C/stylesheet-images/toc-plus.gif -share/gnome/help/gnobots2/C/stylesheet-images/up.gif -share/gnome/help/gnobots2/C/stylesheet-images/warning.gif share/gnome/help/gnobots2/C/topic.dat -share/gnome/help/gnobots2/C/usage.html share/gnome/help/gnobots2/da/index.html share/gnome/help/gnobots2/da/topic.dat share/gnome/help/gnobots2/es/index.html share/gnome/help/gnobots2/es/topic.dat share/gnome/help/gnobots2/it/index.html share/gnome/help/gnobots2/it/topic.dat -share/gnome/help/gnome-mines/C/authors.html -share/gnome/help/gnome-mines/C/bugs.html -share/gnome/help/gnome-mines/C/docbook.css share/gnome/help/gnome-mines/C/figures/advanced_121_a.png share/gnome/help/gnome-mines/C/figures/advanced_121_b.png share/gnome/help/gnome-mines/C/figures/advanced_121_c.png @@ -402,200 +318,52 @@ share/gnome/help/gnome-mines/C/figures/gnomine-fresh.png share/gnome/help/gnome-mines/C/figures/gnomine-preferences.png share/gnome/help/gnome-mines/C/figures/gnomine-won.png share/gnome/help/gnome-mines/C/gnome-mines.sgml -share/gnome/help/gnome-mines/C/index.html -share/gnome/help/gnome-mines/C/license.html -share/gnome/help/gnome-mines/C/menubar.html -share/gnome/help/gnome-mines/C/objective.html -share/gnome/help/gnome-mines/C/stylesheet-images/caution.gif -share/gnome/help/gnome-mines/C/stylesheet-images/home.gif -share/gnome/help/gnome-mines/C/stylesheet-images/important.gif -share/gnome/help/gnome-mines/C/stylesheet-images/next.gif -share/gnome/help/gnome-mines/C/stylesheet-images/note.gif -share/gnome/help/gnome-mines/C/stylesheet-images/prev.gif -share/gnome/help/gnome-mines/C/stylesheet-images/tip.gif -share/gnome/help/gnome-mines/C/stylesheet-images/toc-blank.gif -share/gnome/help/gnome-mines/C/stylesheet-images/toc-minus.gif -share/gnome/help/gnome-mines/C/stylesheet-images/toc-plus.gif -share/gnome/help/gnome-mines/C/stylesheet-images/up.gif -share/gnome/help/gnome-mines/C/stylesheet-images/warning.gif share/gnome/help/gnome-mines/C/topic.dat -share/gnome/help/gnome-mines/C/usage.html -share/gnome/help/gnome-stones/C/authors.html -share/gnome/help/gnome-stones/C/bugs.html -share/gnome/help/gnome-stones/C/docbook.css 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/gamescenarios.html share/gnome/help/gnome-stones/C/gnome-stones.sgml -share/gnome/help/gnome-stones/C/index.html -share/gnome/help/gnome-stones/C/license.html -share/gnome/help/gnome-stones/C/prefs.html -share/gnome/help/gnome-stones/C/stylesheet-images/caution.gif -share/gnome/help/gnome-stones/C/stylesheet-images/home.gif -share/gnome/help/gnome-stones/C/stylesheet-images/important.gif -share/gnome/help/gnome-stones/C/stylesheet-images/next.gif -share/gnome/help/gnome-stones/C/stylesheet-images/note.gif -share/gnome/help/gnome-stones/C/stylesheet-images/prev.gif -share/gnome/help/gnome-stones/C/stylesheet-images/tip.gif -share/gnome/help/gnome-stones/C/stylesheet-images/toc-blank.gif -share/gnome/help/gnome-stones/C/stylesheet-images/toc-minus.gif -share/gnome/help/gnome-stones/C/stylesheet-images/toc-plus.gif -share/gnome/help/gnome-stones/C/stylesheet-images/up.gif -share/gnome/help/gnome-stones/C/stylesheet-images/warning.gif -share/gnome/help/gnome-stones/C/usage.html -share/gnome/help/gnotravex/C/authors.html -share/gnome/help/gnotravex/C/bugs.html -share/gnome/help/gnotravex/C/docbook.css +share/gnome/help/gnome-stones/it/figures/main-game.png +share/gnome/help/gnome-stones/it/figures/main-start.png +share/gnome/help/gnome-stones/it/figures/preferences-joystick.png +share/gnome/help/gnome-stones/it/figures/preferences-main.png +share/gnome/help/gnome-stones/it/gnome-stones.sgml share/gnome/help/gnotravex/C/figures/gnotravex_game.png share/gnome/help/gnotravex/C/figures/gnotravex_mainwindow.png share/gnome/help/gnotravex/C/gnotravex.sgml -share/gnome/help/gnotravex/C/index.html -share/gnome/help/gnotravex/C/license.html -share/gnome/help/gnotravex/C/prefs.html -share/gnome/help/gnotravex/C/stylesheet-images/caution.gif -share/gnome/help/gnotravex/C/stylesheet-images/home.gif -share/gnome/help/gnotravex/C/stylesheet-images/important.gif -share/gnome/help/gnotravex/C/stylesheet-images/next.gif -share/gnome/help/gnotravex/C/stylesheet-images/note.gif -share/gnome/help/gnotravex/C/stylesheet-images/prev.gif -share/gnome/help/gnotravex/C/stylesheet-images/tip.gif -share/gnome/help/gnotravex/C/stylesheet-images/toc-blank.gif -share/gnome/help/gnotravex/C/stylesheet-images/toc-minus.gif -share/gnome/help/gnotravex/C/stylesheet-images/toc-plus.gif -share/gnome/help/gnotravex/C/stylesheet-images/up.gif -share/gnome/help/gnotravex/C/stylesheet-images/warning.gif share/gnome/help/gnotravex/C/topic.dat -share/gnome/help/gnotravex/C/usage.html -share/gnome/help/gtali/C/authors.html -share/gnome/help/gtali/C/bugs.html -share/gnome/help/gtali/C/docbook.css +share/gnome/help/gnotravex/es/figures/gnotravex_game.png +share/gnome/help/gnotravex/es/figures/gnotravex_mainwindow.png +share/gnome/help/gnotravex/es/gnotravex.sgml +share/gnome/help/gnotravex/es/topic.dat share/gnome/help/gtali/C/figures/mainwindow.png share/gnome/help/gtali/C/figures/preferences.png share/gnome/help/gtali/C/gtali.sgml share/gnome/help/gtali/C/index.html -share/gnome/help/gtali/C/license.html -share/gnome/help/gtali/C/options.html -share/gnome/help/gtali/C/playing.html -share/gnome/help/gtali/C/strategy.html -share/gnome/help/gtali/C/stylesheet-images/caution.gif -share/gnome/help/gtali/C/stylesheet-images/home.gif -share/gnome/help/gtali/C/stylesheet-images/important.gif -share/gnome/help/gtali/C/stylesheet-images/next.gif -share/gnome/help/gtali/C/stylesheet-images/note.gif -share/gnome/help/gtali/C/stylesheet-images/prev.gif -share/gnome/help/gtali/C/stylesheet-images/tip.gif -share/gnome/help/gtali/C/stylesheet-images/toc-blank.gif -share/gnome/help/gtali/C/stylesheet-images/toc-minus.gif -share/gnome/help/gtali/C/stylesheet-images/toc-plus.gif -share/gnome/help/gtali/C/stylesheet-images/up.gif -share/gnome/help/gtali/C/stylesheet-images/warning.gif share/gnome/help/gtali/C/topic.dat share/gnome/help/gtali/da/index.html share/gnome/help/gtali/da/topic.dat -share/gnome/help/gturing/C/authors.html -share/gnome/help/gturing/C/docbook.css share/gnome/help/gturing/C/figures/mainwin.png share/gnome/help/gturing/C/gturing.sgml -share/gnome/help/gturing/C/index.html -share/gnome/help/gturing/C/license.html -share/gnome/help/gturing/C/prgfmt.html -share/gnome/help/gturing/C/stylesheet-images/caution.gif -share/gnome/help/gturing/C/stylesheet-images/home.gif -share/gnome/help/gturing/C/stylesheet-images/important.gif -share/gnome/help/gturing/C/stylesheet-images/next.gif -share/gnome/help/gturing/C/stylesheet-images/note.gif -share/gnome/help/gturing/C/stylesheet-images/prev.gif -share/gnome/help/gturing/C/stylesheet-images/tip.gif -share/gnome/help/gturing/C/stylesheet-images/toc-blank.gif -share/gnome/help/gturing/C/stylesheet-images/toc-minus.gif -share/gnome/help/gturing/C/stylesheet-images/toc-plus.gif -share/gnome/help/gturing/C/stylesheet-images/up.gif -share/gnome/help/gturing/C/stylesheet-images/warning.gif share/gnome/help/gturing/C/topic.dat -share/gnome/help/gturing/C/turingmachine.html -share/gnome/help/gturing/C/using.html -share/gnome/help/gturing/it/description.html -share/gnome/help/gturing/it/dialogs.html -share/gnome/help/gturing/it/display.html -share/gnome/help/gturing/it/docbook.css share/gnome/help/gturing/it/figures/mainwin.png share/gnome/help/gturing/it/gturing.sgml -share/gnome/help/gturing/it/index.html -share/gnome/help/gturing/it/ln10.html -share/gnome/help/gturing/it/prgfmt.html -share/gnome/help/gturing/it/stylesheet-images/caution.gif -share/gnome/help/gturing/it/stylesheet-images/home.gif -share/gnome/help/gturing/it/stylesheet-images/important.gif -share/gnome/help/gturing/it/stylesheet-images/next.gif -share/gnome/help/gturing/it/stylesheet-images/note.gif -share/gnome/help/gturing/it/stylesheet-images/prev.gif -share/gnome/help/gturing/it/stylesheet-images/tip.gif -share/gnome/help/gturing/it/stylesheet-images/toc-blank.gif -share/gnome/help/gturing/it/stylesheet-images/toc-minus.gif -share/gnome/help/gturing/it/stylesheet-images/toc-plus.gif -share/gnome/help/gturing/it/stylesheet-images/up.gif -share/gnome/help/gturing/it/stylesheet-images/warning.gif -share/gnome/help/gturing/it/toolbar.html share/gnome/help/gturing/it/topic.dat -share/gnome/help/iagno/C/animations.html -share/gnome/help/iagno/C/bugs.html -share/gnome/help/iagno/C/credits.html -share/gnome/help/iagno/C/docbook.css share/gnome/help/iagno/C/figures/ANIMATION.png share/gnome/help/iagno/C/figures/BLOCK.png share/gnome/help/iagno/C/figures/FIRST.png share/gnome/help/iagno/C/figures/PLAYER.png share/gnome/help/iagno/C/figures/START.png share/gnome/help/iagno/C/iagno.sgml -share/gnome/help/iagno/C/index.html -share/gnome/help/iagno/C/license.html -share/gnome/help/iagno/C/playing.html -share/gnome/help/iagno/C/settings.html -share/gnome/help/iagno/C/stylesheet-images/caution.gif -share/gnome/help/iagno/C/stylesheet-images/home.gif -share/gnome/help/iagno/C/stylesheet-images/important.gif -share/gnome/help/iagno/C/stylesheet-images/next.gif -share/gnome/help/iagno/C/stylesheet-images/note.gif -share/gnome/help/iagno/C/stylesheet-images/prev.gif -share/gnome/help/iagno/C/stylesheet-images/tip.gif -share/gnome/help/iagno/C/stylesheet-images/toc-blank.gif -share/gnome/help/iagno/C/stylesheet-images/toc-minus.gif -share/gnome/help/iagno/C/stylesheet-images/toc-plus.gif -share/gnome/help/iagno/C/stylesheet-images/up.gif -share/gnome/help/iagno/C/stylesheet-images/warning.gif share/gnome/help/iagno/C/topic.dat -share/gnome/help/iagno/it/animations.html -share/gnome/help/iagno/it/bugs.html -share/gnome/help/iagno/it/credits.html -share/gnome/help/iagno/it/docbook.css share/gnome/help/iagno/it/figures/ANIMATION.png share/gnome/help/iagno/it/figures/BLOCK.png share/gnome/help/iagno/it/figures/FIRST.png share/gnome/help/iagno/it/figures/PLAYER.png share/gnome/help/iagno/it/figures/START.png share/gnome/help/iagno/it/iagno.sgml -share/gnome/help/iagno/it/index.html -share/gnome/help/iagno/it/license.html -share/gnome/help/iagno/it/playing.html -share/gnome/help/iagno/it/settings.html -share/gnome/help/iagno/it/stylesheet-images/caution.gif -share/gnome/help/iagno/it/stylesheet-images/home.gif -share/gnome/help/iagno/it/stylesheet-images/important.gif -share/gnome/help/iagno/it/stylesheet-images/next.gif -share/gnome/help/iagno/it/stylesheet-images/note.gif -share/gnome/help/iagno/it/stylesheet-images/prev.gif -share/gnome/help/iagno/it/stylesheet-images/tip.gif -share/gnome/help/iagno/it/stylesheet-images/toc-blank.gif -share/gnome/help/iagno/it/stylesheet-images/toc-minus.gif -share/gnome/help/iagno/it/stylesheet-images/toc-plus.gif -share/gnome/help/iagno/it/stylesheet-images/up.gif -share/gnome/help/iagno/it/stylesheet-images/warning.gif share/gnome/help/iagno/it/topic.dat -share/gnome/help/mahjongg/C/authors.html -share/gnome/help/mahjongg/C/bugs.html -share/gnome/help/mahjongg/C/docbook.css share/gnome/help/mahjongg/C/figures/color.png share/gnome/help/mahjongg/C/figures/confirm.png share/gnome/help/mahjongg/C/figures/mahjongg.png @@ -605,74 +373,46 @@ share/gnome/help/mahjongg/C/figures/preferences.png share/gnome/help/mahjongg/C/figures/scores.png share/gnome/help/mahjongg/C/figures/seed.png share/gnome/help/mahjongg/C/figures/toolbar.png -share/gnome/help/mahjongg/C/index.html -share/gnome/help/mahjongg/C/license.html share/gnome/help/mahjongg/C/mahjongg.sgml -share/gnome/help/mahjongg/C/prefs.html -share/gnome/help/mahjongg/C/stylesheet-images/caution.gif -share/gnome/help/mahjongg/C/stylesheet-images/home.gif -share/gnome/help/mahjongg/C/stylesheet-images/important.gif -share/gnome/help/mahjongg/C/stylesheet-images/next.gif -share/gnome/help/mahjongg/C/stylesheet-images/note.gif -share/gnome/help/mahjongg/C/stylesheet-images/prev.gif -share/gnome/help/mahjongg/C/stylesheet-images/tip.gif -share/gnome/help/mahjongg/C/stylesheet-images/toc-blank.gif -share/gnome/help/mahjongg/C/stylesheet-images/toc-minus.gif -share/gnome/help/mahjongg/C/stylesheet-images/toc-plus.gif -share/gnome/help/mahjongg/C/stylesheet-images/up.gif -share/gnome/help/mahjongg/C/stylesheet-images/warning.gif share/gnome/help/mahjongg/C/topic.dat -share/gnome/help/mahjongg/C/usage.html -share/gnome/help/same-gnome/C/docbook.css -share/gnome/help/same-gnome/C/index.html -share/gnome/help/same-gnome/C/newthemes.html +share/gnome/help/mahjongg/it/figures/color.png +share/gnome/help/mahjongg/it/figures/mahjongg.png +share/gnome/help/mahjongg/it/figures/no-match.png +share/gnome/help/mahjongg/it/figures/no-move.png +share/gnome/help/mahjongg/it/figures/preferences.png +share/gnome/help/mahjongg/it/figures/seed.png +share/gnome/help/mahjongg/it/figures/toolbar.png +share/gnome/help/mahjongg/it/mahjongg.sgml +share/gnome/help/mahjongg/it/topic.dat share/gnome/help/same-gnome/C/same-gnome.sgml -share/gnome/help/same-gnome/C/stylesheet-images/caution.gif -share/gnome/help/same-gnome/C/stylesheet-images/home.gif -share/gnome/help/same-gnome/C/stylesheet-images/important.gif -share/gnome/help/same-gnome/C/stylesheet-images/next.gif -share/gnome/help/same-gnome/C/stylesheet-images/note.gif -share/gnome/help/same-gnome/C/stylesheet-images/prev.gif -share/gnome/help/same-gnome/C/stylesheet-images/tip.gif -share/gnome/help/same-gnome/C/stylesheet-images/toc-blank.gif -share/gnome/help/same-gnome/C/stylesheet-images/toc-minus.gif -share/gnome/help/same-gnome/C/stylesheet-images/toc-plus.gif -share/gnome/help/same-gnome/C/stylesheet-images/up.gif -share/gnome/help/same-gnome/C/stylesheet-images/warning.gif share/gnome/help/same-gnome/C/topic.dat -share/gnome/help/same-gnome/ru/docbook.css -share/gnome/help/same-gnome/ru/index.html -share/gnome/help/same-gnome/ru/newthemes.html +share/gnome/help/same-gnome/es/same-gnome.sgml +share/gnome/help/same-gnome/es/topic.dat share/gnome/help/same-gnome/ru/same-gnome.sgml -share/gnome/help/same-gnome/ru/stylesheet-images/caution.gif -share/gnome/help/same-gnome/ru/stylesheet-images/home.gif -share/gnome/help/same-gnome/ru/stylesheet-images/important.gif -share/gnome/help/same-gnome/ru/stylesheet-images/next.gif -share/gnome/help/same-gnome/ru/stylesheet-images/note.gif -share/gnome/help/same-gnome/ru/stylesheet-images/prev.gif -share/gnome/help/same-gnome/ru/stylesheet-images/tip.gif -share/gnome/help/same-gnome/ru/stylesheet-images/toc-blank.gif -share/gnome/help/same-gnome/ru/stylesheet-images/toc-minus.gif -share/gnome/help/same-gnome/ru/stylesheet-images/toc-plus.gif -share/gnome/help/same-gnome/ru/stylesheet-images/up.gif -share/gnome/help/same-gnome/ru/stylesheet-images/warning.gif share/gnome/help/same-gnome/ru/topic.dat 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-it.omf share/gnome/omf/gnome-games/gataxx-C.omf +share/gnome/omf/gnome-games/gataxx-es.omf +share/gnome/omf/gnome-games/gataxx-it.omf share/gnome/omf/gnome-games/gnibbles-C.omf share/gnome/omf/gnome-games/gnobots2-C.omf share/gnome/omf/gnome-games/gnome-mines-C.omf share/gnome/omf/gnome-games/gnome-stones-C.omf +share/gnome/omf/gnome-games/gnome-stones-it.omf share/gnome/omf/gnome-games/gnotravex-C.omf +share/gnome/omf/gnome-games/gnotravex-es.omf share/gnome/omf/gnome-games/gtali-C.omf share/gnome/omf/gnome-games/gturing-C.omf share/gnome/omf/gnome-games/gturing-it.omf share/gnome/omf/gnome-games/iagno-C.omf share/gnome/omf/gnome-games/iagno-it.omf share/gnome/omf/gnome-games/mahjongg-C.omf +share/gnome/omf/gnome-games/mahjongg-it.omf share/gnome/omf/gnome-games/same-gnome-C.omf +share/gnome/omf/gnome-games/same-gnome-es.omf share/gnome/omf/gnome-games/same-gnome-ru.omf share/gnome/pixmaps/cards/backs/beige.png share/gnome/pixmaps/cards/backs/face.png @@ -771,7 +511,8 @@ share/gnome/pixmaps/gnometris/bg/watery-bg.png share/gnome/pixmaps/gnometris/bg/weirdo-bg.png share/gnome/pixmaps/gnotravex/gnome-gnotravex.png share/gnome/pixmaps/gnotravex/gnotravex.png -share/gnome/pixmaps/gnotski/gnotski.png +share/gnome/pixmaps/gnotski-icon.png +share/gnome/pixmaps/gnotski.png share/gnome/pixmaps/iagno.png share/gnome/pixmaps/iagno/blend.png share/gnome/pixmaps/iagno/classic.png @@ -802,6 +543,7 @@ 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 +share/gnome/sol-games/chessboard.scm share/gnome/sol-games/clock.scm share/gnome/sol-games/cover.scm share/gnome/sol-games/diamond_mine.scm @@ -837,6 +579,7 @@ share/gnome/sol-games/odessa.scm share/gnome/sol-games/osmosis.scm share/gnome/sol-games/peek.scm share/gnome/sol-games/pileon.scm +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 @@ -974,8 +717,10 @@ share/locale/no/LC_MESSAGES/gnome-games.mo share/locale/pl/LC_MESSAGES/gnome-games.mo share/locale/pt/LC_MESSAGES/gnome-games.mo share/locale/pt_BR/LC_MESSAGES/gnome-games.mo +share/locale/ro/LC_MESSAGES/gnome-games.mo share/locale/ru/LC_MESSAGES/gnome-games.mo share/locale/sk/LC_MESSAGES/gnome-games.mo +share/locale/sl/LC_MESSAGES/gnome-games.mo share/locale/sv/LC_MESSAGES/gnome-games.mo share/locale/tr/LC_MESSAGES/gnome-games.mo share/locale/uk/LC_MESSAGES/gnome-games.mo @@ -994,7 +739,6 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-games.mo @dirrm share/gnome/pixmaps/mahjongg/bg @dirrm share/gnome/pixmaps/mahjongg @dirrm share/gnome/pixmaps/iagno -@dirrm share/gnome/pixmaps/gnotski @dirrm share/gnome/pixmaps/gnotravex @dirrm share/gnome/pixmaps/gnometris/bg @dirrm share/gnome/pixmaps/gnometris @@ -1016,10 +760,16 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-games.mo @dirrm share/gnome/help/same-gnome/ru/stylesheet-images @dirrm share/gnome/help/same-gnome/ru/figures @dirrm share/gnome/help/same-gnome/ru +@dirrm share/gnome/help/same-gnome/es/stylesheet-images +@dirrm share/gnome/help/same-gnome/es/figures +@dirrm share/gnome/help/same-gnome/es @dirrm share/gnome/help/same-gnome/C/stylesheet-images @dirrm share/gnome/help/same-gnome/C/figures @dirrm share/gnome/help/same-gnome/C @dirrm share/gnome/help/same-gnome +@dirrm share/gnome/help/mahjongg/it/stylesheet-images +@dirrm share/gnome/help/mahjongg/it/figures +@dirrm share/gnome/help/mahjongg/it @dirrm share/gnome/help/mahjongg/C/stylesheet-images @dirrm share/gnome/help/mahjongg/C/figures @dirrm share/gnome/help/mahjongg/C @@ -1043,10 +793,16 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-games.mo @dirrm share/gnome/help/gtali/C/figures @dirrm share/gnome/help/gtali/C @dirrm share/gnome/help/gtali +@dirrm share/gnome/help/gnotravex/es/stylesheet-images +@dirrm share/gnome/help/gnotravex/es/figures +@dirrm share/gnome/help/gnotravex/es @dirrm share/gnome/help/gnotravex/C/stylesheet-images @dirrm share/gnome/help/gnotravex/C/figures @dirrm share/gnome/help/gnotravex/C @dirrm share/gnome/help/gnotravex +@dirrm share/gnome/help/gnome-stones/it/stylesheet-images +@dirrm share/gnome/help/gnome-stones/it/figures +@dirrm share/gnome/help/gnome-stones/it @dirrm share/gnome/help/gnome-stones/C/stylesheet-images @dirrm share/gnome/help/gnome-stones/C/figures @dirrm share/gnome/help/gnome-stones/C @@ -1066,10 +822,19 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-games.mo @dirrm share/gnome/help/gnibbles/C/figures @dirrm share/gnome/help/gnibbles/C @dirrm share/gnome/help/gnibbles +@dirrm share/gnome/help/gataxx/it/stylesheet-images +@dirrm share/gnome/help/gataxx/it/figures +@dirrm share/gnome/help/gataxx/it +@dirrm share/gnome/help/gataxx/es/stylesheet-images +@dirrm share/gnome/help/gataxx/es/figures +@dirrm share/gnome/help/gataxx/es @dirrm share/gnome/help/gataxx/C/stylesheet-images @dirrm share/gnome/help/gataxx/C/figures @dirrm share/gnome/help/gataxx/C @dirrm share/gnome/help/gataxx +@dirrm share/gnome/help/aisleriot/it/stylesheet-images +@dirrm share/gnome/help/aisleriot/it/figures +@dirrm share/gnome/help/aisleriot/it @dirrm share/gnome/help/aisleriot/C/stylesheet-images @dirrm share/gnome/help/aisleriot/C/figures @dirrm share/gnome/help/aisleriot/C diff --git a/games/gnomegames/Makefile b/games/gnomegames/Makefile index e76d797634c9..09d577818fc7 100644 --- a/games/gnomegames/Makefile +++ b/games/gnomegames/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomegames -PORTVERSION= 1.4.0.1 +PORTVERSION= 1.4.0.2 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-games @@ -14,20 +14,24 @@ DISTNAME= gnome-games-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org +BUILD_DEPENDS= msgfmt-new:${PORTSDIR}/devel/gettext-devel LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile +USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= yes -USE_LIBTOOL= yes +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LIBS="-L${LOCALBASE}/lib" \ + MSGFMT=${LOCALBASE}/bin/msgfmt-new \ + XGETTEXT=${LOCALBASE}/bin/xgettext-new pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' diff --git a/games/gnomegames/distinfo b/games/gnomegames/distinfo index bfa6cfd0670d..99ebc7573309 100644 --- a/games/gnomegames/distinfo +++ b/games/gnomegames/distinfo @@ -1 +1 @@ -MD5 (gnome-games-1.4.0.1.tar.gz) = ebc520dc5f149d2e6de88f8fdb119e13 +MD5 (gnome-games-1.4.0.2.tar.bz2) = f1a6f434291900651184cccf44c04c51 diff --git a/games/gnomegames/files/patch-ltmain.sh b/games/gnomegames/files/patch-ltmain.sh new file mode 100644 index 000000000000..9de46d7a7882 --- /dev/null +++ b/games/gnomegames/files/patch-ltmain.sh @@ -0,0 +1,18 @@ + +$FreeBSD$ + +--- ltmain.sh 2001/07/09 10:17:23 1.1 ++++ ltmain.sh 2001/07/09 10:17:47 +@@ -4175,10 +4175,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if false; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/games/gnomegames/files/patch-po::Makefile.in.in b/games/gnomegames/files/patch-po::Makefile.in.in new file mode 100644 index 000000000000..cd3e37cffcf4 --- /dev/null +++ b/games/gnomegames/files/patch-po::Makefile.in.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- po/Makefile.in.in 2001/07/09 10:15:24 1.1 ++++ po/Makefile.in.in 2001/07/09 10:15:40 +@@ -106,7 +106,7 @@ + @catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ +- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ ++ lang=`echo $$cat | sed 's/\.mo$$//'`; \ + dir=$(localedir)/$$lang/LC_MESSAGES; \ + $(mkinstalldirs) $(DESTDIR)$$dir; \ + if test -r $$cat; then \ diff --git a/games/gnomegames/pkg-plist b/games/gnomegames/pkg-plist index 48e881ae3c41..897431ce28b4 100644 --- a/games/gnomegames/pkg-plist +++ b/games/gnomegames/pkg-plist @@ -52,14 +52,19 @@ share/gnome/games/gnibbles.3.1.scores share/gnome/games/gnibbles.4.0.scores share/gnome/games/gnibbles.4.1.scores share/gnome/games/gnobots2.classic_robots-safe.scores +share/gnome/games/gnobots2.classic_robots-super-safe.scores share/gnome/games/gnobots2.classic_robots.scores share/gnome/games/gnobots2.nightmare-safe.scores +share/gnome/games/gnobots2.nightmare-super-safe.scores share/gnome/games/gnobots2.nightmare.scores share/gnome/games/gnobots2.robots2-safe.scores +share/gnome/games/gnobots2.robots2-super-safe.scores share/gnome/games/gnobots2.robots2.scores share/gnome/games/gnobots2.robots2_easy-safe.scores +share/gnome/games/gnobots2.robots2_easy-super-safe.scores share/gnome/games/gnobots2.robots2_easy.scores share/gnome/games/gnobots2.robots_with_safe_teleport-safe.scores +share/gnome/games/gnobots2.robots_with_safe_teleport-super-safe.scores share/gnome/games/gnobots2.robots_with_safe_teleport.scores share/gnome/games/gnome-stones.scores share/gnome/games/gnome-xbill.scores @@ -137,7 +142,9 @@ 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.a share/gnome/gnome-stones/objects/libgnome-stones.so +share/gnome/gnome-stones/objects/libgnomekoban.a share/gnome/gnome-stones/objects/libgnomekoban.so share/gnome/gnome-stones/tutorial.caves share/gnome/gturing/examples/3ones2zeroes.tur @@ -150,246 +157,155 @@ share/gnome/gturing/examples/bin2dec.tur share/gnome/gturing/examples/dashnumbers.tur share/gnome/gturing/examples/dec2bin.tur share/gnome/gturing/examples/subst.tur -share/gnome/help/aisleriot/C/agnes.html share/gnome/help/aisleriot/C/agnes.sgml share/gnome/help/aisleriot/C/aisleriot.sgml -share/gnome/help/aisleriot/C/auld-lang-syne.html share/gnome/help/aisleriot/C/auld_lang_syne.sgml -share/gnome/help/aisleriot/C/bakers-dozen.html -share/gnome/help/aisleriot/C/bakers-game.html share/gnome/help/aisleriot/C/bakers_dozen.sgml share/gnome/help/aisleriot/C/bakers_game.sgml -share/gnome/help/aisleriot/C/beleaguered-castle.html share/gnome/help/aisleriot/C/beleaguered_castle.sgml -share/gnome/help/aisleriot/C/block-ten.html share/gnome/help/aisleriot/C/block_ten.sgml -share/gnome/help/aisleriot/C/bristol.html share/gnome/help/aisleriot/C/bristol.sgml -share/gnome/help/aisleriot/C/camelot.html share/gnome/help/aisleriot/C/camelot.sgml -share/gnome/help/aisleriot/C/canfield.html share/gnome/help/aisleriot/C/canfield.sgml -share/gnome/help/aisleriot/C/clock.html +share/gnome/help/aisleriot/C/chessboard.sgml share/gnome/help/aisleriot/C/clock.sgml -share/gnome/help/aisleriot/C/cover.html share/gnome/help/aisleriot/C/cover.sgml share/gnome/help/aisleriot/C/definitions.sgml -share/gnome/help/aisleriot/C/diamond-mine.html share/gnome/help/aisleriot/C/diamond_mine.sgml -share/gnome/help/aisleriot/C/docbook.css -share/gnome/help/aisleriot/C/doublets.html share/gnome/help/aisleriot/C/doublets.sgml -share/gnome/help/aisleriot/C/eagle-wing.html share/gnome/help/aisleriot/C/eagle-wing.sgml -share/gnome/help/aisleriot/C/easthaven.html share/gnome/help/aisleriot/C/easthaven.sgml -share/gnome/help/aisleriot/C/eight-off.html share/gnome/help/aisleriot/C/eight_off.sgml -share/gnome/help/aisleriot/C/elevator.html share/gnome/help/aisleriot/C/elevator.sgml -share/gnome/help/aisleriot/C/escalator.html share/gnome/help/aisleriot/C/escalator.sgml share/gnome/help/aisleriot/C/figures/camelot-goal.png share/gnome/help/aisleriot/C/figures/clock-rules.png -share/gnome/help/aisleriot/C/first-law.html share/gnome/help/aisleriot/C/first_law.sgml -share/gnome/help/aisleriot/C/fortress.html share/gnome/help/aisleriot/C/fortress.sgml -share/gnome/help/aisleriot/C/fortunes.html share/gnome/help/aisleriot/C/fortunes.sgml -share/gnome/help/aisleriot/C/fourteen.html share/gnome/help/aisleriot/C/fourteen.sgml -share/gnome/help/aisleriot/C/freecell.html share/gnome/help/aisleriot/C/freecell.sgml -share/gnome/help/aisleriot/C/gay-gordons.html share/gnome/help/aisleriot/C/gay_gordons.sgml -share/gnome/help/aisleriot/C/glenwood.html share/gnome/help/aisleriot/C/glenwood.sgml -share/gnome/help/aisleriot/C/glossary.html -share/gnome/help/aisleriot/C/golf.html share/gnome/help/aisleriot/C/golf.sgml -share/gnome/help/aisleriot/C/gypsy.html share/gnome/help/aisleriot/C/gypsy.sgml -share/gnome/help/aisleriot/C/helsinki.html share/gnome/help/aisleriot/C/helsinki.sgml -share/gnome/help/aisleriot/C/hopscotch.html share/gnome/help/aisleriot/C/hopscotch.sgml -share/gnome/help/aisleriot/C/index.html -share/gnome/help/aisleriot/C/intro.html -share/gnome/help/aisleriot/C/isabel.html share/gnome/help/aisleriot/C/isabel.sgml -share/gnome/help/aisleriot/C/jamestown.html share/gnome/help/aisleriot/C/jamestown.sgml -share/gnome/help/aisleriot/C/jumbo.html share/gnome/help/aisleriot/C/jumbo.sgml -share/gnome/help/aisleriot/C/kansas.html share/gnome/help/aisleriot/C/kansas.sgml -share/gnome/help/aisleriot/C/king-albert.html share/gnome/help/aisleriot/C/king_albert.sgml -share/gnome/help/aisleriot/C/klondike.html share/gnome/help/aisleriot/C/klondike.sgml -share/gnome/help/aisleriot/C/labyrinth.html share/gnome/help/aisleriot/C/labyrinth.sgml -share/gnome/help/aisleriot/C/lady-jane.html share/gnome/help/aisleriot/C/lady_jane.sgml -share/gnome/help/aisleriot/C/maze.html share/gnome/help/aisleriot/C/maze.sgml -share/gnome/help/aisleriot/C/monte-carlo.html share/gnome/help/aisleriot/C/monte_carlo.sgml -share/gnome/help/aisleriot/C/neighbor.html share/gnome/help/aisleriot/C/neighbor.sgml -share/gnome/help/aisleriot/C/odessa.html share/gnome/help/aisleriot/C/odessa.sgml -share/gnome/help/aisleriot/C/osmosis.html share/gnome/help/aisleriot/C/osmosis.sgml -share/gnome/help/aisleriot/C/peek.html share/gnome/help/aisleriot/C/peek.sgml -share/gnome/help/aisleriot/C/pileon.html share/gnome/help/aisleriot/C/pileon.sgml -share/gnome/help/aisleriot/C/poker.html share/gnome/help/aisleriot/C/poker.sgml -share/gnome/help/aisleriot/C/quatorze.html share/gnome/help/aisleriot/C/quatorze.sgml -share/gnome/help/aisleriot/C/royal-east.html share/gnome/help/aisleriot/C/royal_east.sgml -share/gnome/help/aisleriot/C/scorpion.html share/gnome/help/aisleriot/C/scorpion.sgml -share/gnome/help/aisleriot/C/scuffle.html share/gnome/help/aisleriot/C/scuffle.sgml -share/gnome/help/aisleriot/C/seahaven.html share/gnome/help/aisleriot/C/seahaven.sgml -share/gnome/help/aisleriot/C/sir-tommy.html share/gnome/help/aisleriot/C/sir_tommy.sgml -share/gnome/help/aisleriot/C/spider.html share/gnome/help/aisleriot/C/spider.sgml -share/gnome/help/aisleriot/C/spiderette.html share/gnome/help/aisleriot/C/spiderette.sgml -share/gnome/help/aisleriot/C/straight-up.html share/gnome/help/aisleriot/C/straight_up.sgml -share/gnome/help/aisleriot/C/streets-and-alleys.html share/gnome/help/aisleriot/C/streets_and_alleys.sgml -share/gnome/help/aisleriot/C/stylesheet-images/caution.gif -share/gnome/help/aisleriot/C/stylesheet-images/home.gif -share/gnome/help/aisleriot/C/stylesheet-images/important.gif -share/gnome/help/aisleriot/C/stylesheet-images/next.gif -share/gnome/help/aisleriot/C/stylesheet-images/note.gif -share/gnome/help/aisleriot/C/stylesheet-images/prev.gif -share/gnome/help/aisleriot/C/stylesheet-images/tip.gif -share/gnome/help/aisleriot/C/stylesheet-images/toc-blank.gif -share/gnome/help/aisleriot/C/stylesheet-images/toc-minus.gif -share/gnome/help/aisleriot/C/stylesheet-images/toc-plus.gif -share/gnome/help/aisleriot/C/stylesheet-images/up.gif -share/gnome/help/aisleriot/C/stylesheet-images/warning.gif -share/gnome/help/aisleriot/C/thieves.html share/gnome/help/aisleriot/C/thieves.sgml -share/gnome/help/aisleriot/C/thirteen.html share/gnome/help/aisleriot/C/thirteen.sgml -share/gnome/help/aisleriot/C/thumb-and-pouch.html share/gnome/help/aisleriot/C/thumb_and_pouch.sgml share/gnome/help/aisleriot/C/topic.dat -share/gnome/help/aisleriot/C/treize.html share/gnome/help/aisleriot/C/treize.sgml -share/gnome/help/aisleriot/C/union-square.html share/gnome/help/aisleriot/C/union_square.sgml -share/gnome/help/aisleriot/C/valentine.html share/gnome/help/aisleriot/C/valentine.sgml -share/gnome/help/aisleriot/C/westhaven.html share/gnome/help/aisleriot/C/westhaven.sgml -share/gnome/help/aisleriot/C/whitehead.html share/gnome/help/aisleriot/C/whitehead.sgml -share/gnome/help/aisleriot/C/will-o-the-wisp.html share/gnome/help/aisleriot/C/will_o_the_wisp.sgml -share/gnome/help/aisleriot/C/yield.html share/gnome/help/aisleriot/C/yield.sgml -share/gnome/help/aisleriot/C/yukon.html share/gnome/help/aisleriot/C/yukon.sgml -share/gnome/help/aisleriot/C/zebra.html share/gnome/help/aisleriot/C/zebra.sgml -share/gnome/help/gataxx/C/authors.html -share/gnome/help/gataxx/C/bugs.html -share/gnome/help/gataxx/C/docbook.css +share/gnome/help/aisleriot/it/aisleriot.sgml +share/gnome/help/aisleriot/it/auld_lang_syne.sgml +share/gnome/help/aisleriot/it/bakers_dozen.sgml +share/gnome/help/aisleriot/it/beleaguered_castle.sgml +share/gnome/help/aisleriot/it/bristol.sgml +share/gnome/help/aisleriot/it/camelot.sgml +share/gnome/help/aisleriot/it/canfield.sgml +share/gnome/help/aisleriot/it/clock.sgml +share/gnome/help/aisleriot/it/cover.sgml +share/gnome/help/aisleriot/it/definitions.sgml +share/gnome/help/aisleriot/it/doublets.sgml +share/gnome/help/aisleriot/it/elevator.sgml +share/gnome/help/aisleriot/it/figures/camelot-goal.png +share/gnome/help/aisleriot/it/figures/clock-rules.png +share/gnome/help/aisleriot/it/first_law.sgml +share/gnome/help/aisleriot/it/fortunes.sgml +share/gnome/help/aisleriot/it/fourteen.sgml +share/gnome/help/aisleriot/it/freecell.sgml +share/gnome/help/aisleriot/it/glenwood.sgml +share/gnome/help/aisleriot/it/gypsy.sgml +share/gnome/help/aisleriot/it/hopscotch.sgml +share/gnome/help/aisleriot/it/kansas.sgml +share/gnome/help/aisleriot/it/klondike.sgml +share/gnome/help/aisleriot/it/lady_jane.sgml +share/gnome/help/aisleriot/it/maze.sgml +share/gnome/help/aisleriot/it/monte_carlo.sgml +share/gnome/help/aisleriot/it/neighbor.sgml +share/gnome/help/aisleriot/it/odessa.sgml +share/gnome/help/aisleriot/it/osmosis.sgml +share/gnome/help/aisleriot/it/pileon.sgml +share/gnome/help/aisleriot/it/plait.sgml +share/gnome/help/aisleriot/it/poker.sgml +share/gnome/help/aisleriot/it/royal_east.sgml +share/gnome/help/aisleriot/it/scorpion.sgml +share/gnome/help/aisleriot/it/seahaven.sgml +share/gnome/help/aisleriot/it/spider.sgml +share/gnome/help/aisleriot/it/straight_up.sgml +share/gnome/help/aisleriot/it/thieves.sgml +share/gnome/help/aisleriot/it/thirteen.sgml +share/gnome/help/aisleriot/it/thumb_and_pouch.sgml +share/gnome/help/aisleriot/it/union_square.sgml +share/gnome/help/aisleriot/it/valentine.sgml +share/gnome/help/aisleriot/it/westhaven.sgml +share/gnome/help/aisleriot/it/yukon.sgml +share/gnome/help/aisleriot/it/zebra.sgml share/gnome/help/gataxx/C/figures/gataxx-legalmoves.png share/gnome/help/gataxx/C/figures/gataxx-prefs.png share/gnome/help/gataxx/C/figures/gataxx-startgame.png share/gnome/help/gataxx/C/gataxx.sgml -share/gnome/help/gataxx/C/index.html -share/gnome/help/gataxx/C/license.html -share/gnome/help/gataxx/C/prefs.html -share/gnome/help/gataxx/C/stylesheet-images/caution.gif -share/gnome/help/gataxx/C/stylesheet-images/home.gif -share/gnome/help/gataxx/C/stylesheet-images/important.gif -share/gnome/help/gataxx/C/stylesheet-images/next.gif -share/gnome/help/gataxx/C/stylesheet-images/note.gif -share/gnome/help/gataxx/C/stylesheet-images/prev.gif -share/gnome/help/gataxx/C/stylesheet-images/tip.gif -share/gnome/help/gataxx/C/stylesheet-images/toc-blank.gif -share/gnome/help/gataxx/C/stylesheet-images/toc-minus.gif -share/gnome/help/gataxx/C/stylesheet-images/toc-plus.gif -share/gnome/help/gataxx/C/stylesheet-images/up.gif -share/gnome/help/gataxx/C/stylesheet-images/warning.gif share/gnome/help/gataxx/C/topic.dat -share/gnome/help/gataxx/C/usage.html -share/gnome/help/gnibbles/C/authors.html -share/gnome/help/gnibbles/C/bugs.html -share/gnome/help/gnibbles/C/docbook.css +share/gnome/help/gataxx/es/figures/gataxx-legalmoves.png +share/gnome/help/gataxx/es/figures/gataxx-prefs.png +share/gnome/help/gataxx/es/figures/gataxx-startgame.png +share/gnome/help/gataxx/es/gataxx.sgml +share/gnome/help/gataxx/es/topic.dat +share/gnome/help/gataxx/it/figures/gataxx-legalmoves.png +share/gnome/help/gataxx/it/figures/gataxx-prefs.png +share/gnome/help/gataxx/it/figures/gataxx-startgame.png +share/gnome/help/gataxx/it/gataxx.sgml +share/gnome/help/gataxx/it/topic.dat share/gnome/help/gnibbles/C/figures/game.png share/gnome/help/gnibbles/C/figures/graphics.png share/gnome/help/gnibbles/C/figures/intro.png share/gnome/help/gnibbles/C/figures/playing.png share/gnome/help/gnibbles/C/figures/worm_op.png share/gnome/help/gnibbles/C/gnibbles.sgml -share/gnome/help/gnibbles/C/index.html -share/gnome/help/gnibbles/C/license.html -share/gnome/help/gnibbles/C/objective.html -share/gnome/help/gnibbles/C/prefs.html -share/gnome/help/gnibbles/C/stylesheet-images/caution.gif -share/gnome/help/gnibbles/C/stylesheet-images/home.gif -share/gnome/help/gnibbles/C/stylesheet-images/important.gif -share/gnome/help/gnibbles/C/stylesheet-images/next.gif -share/gnome/help/gnibbles/C/stylesheet-images/note.gif -share/gnome/help/gnibbles/C/stylesheet-images/prev.gif -share/gnome/help/gnibbles/C/stylesheet-images/tip.gif -share/gnome/help/gnibbles/C/stylesheet-images/toc-blank.gif -share/gnome/help/gnibbles/C/stylesheet-images/toc-minus.gif -share/gnome/help/gnibbles/C/stylesheet-images/toc-plus.gif -share/gnome/help/gnibbles/C/stylesheet-images/up.gif -share/gnome/help/gnibbles/C/stylesheet-images/warning.gif share/gnome/help/gnibbles/C/topic.dat -share/gnome/help/gnibbles/C/usage.html -share/gnome/help/gnobots2/C/authors.html -share/gnome/help/gnobots2/C/bugs.html -share/gnome/help/gnobots2/C/customization.html -share/gnome/help/gnobots2/C/docbook.css share/gnome/help/gnobots2/C/figures/gnobots2-main.png share/gnome/help/gnobots2/C/gnobots2.sgml -share/gnome/help/gnobots2/C/index.html -share/gnome/help/gnobots2/C/keyboard.html -share/gnome/help/gnobots2/C/license.html -share/gnome/help/gnobots2/C/menubar.html -share/gnome/help/gnobots2/C/objective.html -share/gnome/help/gnobots2/C/stylesheet-images/caution.gif -share/gnome/help/gnobots2/C/stylesheet-images/home.gif -share/gnome/help/gnobots2/C/stylesheet-images/important.gif -share/gnome/help/gnobots2/C/stylesheet-images/next.gif -share/gnome/help/gnobots2/C/stylesheet-images/note.gif -share/gnome/help/gnobots2/C/stylesheet-images/prev.gif -share/gnome/help/gnobots2/C/stylesheet-images/tip.gif -share/gnome/help/gnobots2/C/stylesheet-images/toc-blank.gif -share/gnome/help/gnobots2/C/stylesheet-images/toc-minus.gif -share/gnome/help/gnobots2/C/stylesheet-images/toc-plus.gif -share/gnome/help/gnobots2/C/stylesheet-images/up.gif -share/gnome/help/gnobots2/C/stylesheet-images/warning.gif share/gnome/help/gnobots2/C/topic.dat -share/gnome/help/gnobots2/C/usage.html share/gnome/help/gnobots2/da/index.html share/gnome/help/gnobots2/da/topic.dat share/gnome/help/gnobots2/es/index.html share/gnome/help/gnobots2/es/topic.dat share/gnome/help/gnobots2/it/index.html share/gnome/help/gnobots2/it/topic.dat -share/gnome/help/gnome-mines/C/authors.html -share/gnome/help/gnome-mines/C/bugs.html -share/gnome/help/gnome-mines/C/docbook.css share/gnome/help/gnome-mines/C/figures/advanced_121_a.png share/gnome/help/gnome-mines/C/figures/advanced_121_b.png share/gnome/help/gnome-mines/C/figures/advanced_121_c.png @@ -402,200 +318,52 @@ share/gnome/help/gnome-mines/C/figures/gnomine-fresh.png share/gnome/help/gnome-mines/C/figures/gnomine-preferences.png share/gnome/help/gnome-mines/C/figures/gnomine-won.png share/gnome/help/gnome-mines/C/gnome-mines.sgml -share/gnome/help/gnome-mines/C/index.html -share/gnome/help/gnome-mines/C/license.html -share/gnome/help/gnome-mines/C/menubar.html -share/gnome/help/gnome-mines/C/objective.html -share/gnome/help/gnome-mines/C/stylesheet-images/caution.gif -share/gnome/help/gnome-mines/C/stylesheet-images/home.gif -share/gnome/help/gnome-mines/C/stylesheet-images/important.gif -share/gnome/help/gnome-mines/C/stylesheet-images/next.gif -share/gnome/help/gnome-mines/C/stylesheet-images/note.gif -share/gnome/help/gnome-mines/C/stylesheet-images/prev.gif -share/gnome/help/gnome-mines/C/stylesheet-images/tip.gif -share/gnome/help/gnome-mines/C/stylesheet-images/toc-blank.gif -share/gnome/help/gnome-mines/C/stylesheet-images/toc-minus.gif -share/gnome/help/gnome-mines/C/stylesheet-images/toc-plus.gif -share/gnome/help/gnome-mines/C/stylesheet-images/up.gif -share/gnome/help/gnome-mines/C/stylesheet-images/warning.gif share/gnome/help/gnome-mines/C/topic.dat -share/gnome/help/gnome-mines/C/usage.html -share/gnome/help/gnome-stones/C/authors.html -share/gnome/help/gnome-stones/C/bugs.html -share/gnome/help/gnome-stones/C/docbook.css 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/gamescenarios.html share/gnome/help/gnome-stones/C/gnome-stones.sgml -share/gnome/help/gnome-stones/C/index.html -share/gnome/help/gnome-stones/C/license.html -share/gnome/help/gnome-stones/C/prefs.html -share/gnome/help/gnome-stones/C/stylesheet-images/caution.gif -share/gnome/help/gnome-stones/C/stylesheet-images/home.gif -share/gnome/help/gnome-stones/C/stylesheet-images/important.gif -share/gnome/help/gnome-stones/C/stylesheet-images/next.gif -share/gnome/help/gnome-stones/C/stylesheet-images/note.gif -share/gnome/help/gnome-stones/C/stylesheet-images/prev.gif -share/gnome/help/gnome-stones/C/stylesheet-images/tip.gif -share/gnome/help/gnome-stones/C/stylesheet-images/toc-blank.gif -share/gnome/help/gnome-stones/C/stylesheet-images/toc-minus.gif -share/gnome/help/gnome-stones/C/stylesheet-images/toc-plus.gif -share/gnome/help/gnome-stones/C/stylesheet-images/up.gif -share/gnome/help/gnome-stones/C/stylesheet-images/warning.gif -share/gnome/help/gnome-stones/C/usage.html -share/gnome/help/gnotravex/C/authors.html -share/gnome/help/gnotravex/C/bugs.html -share/gnome/help/gnotravex/C/docbook.css +share/gnome/help/gnome-stones/it/figures/main-game.png +share/gnome/help/gnome-stones/it/figures/main-start.png +share/gnome/help/gnome-stones/it/figures/preferences-joystick.png +share/gnome/help/gnome-stones/it/figures/preferences-main.png +share/gnome/help/gnome-stones/it/gnome-stones.sgml share/gnome/help/gnotravex/C/figures/gnotravex_game.png share/gnome/help/gnotravex/C/figures/gnotravex_mainwindow.png share/gnome/help/gnotravex/C/gnotravex.sgml -share/gnome/help/gnotravex/C/index.html -share/gnome/help/gnotravex/C/license.html -share/gnome/help/gnotravex/C/prefs.html -share/gnome/help/gnotravex/C/stylesheet-images/caution.gif -share/gnome/help/gnotravex/C/stylesheet-images/home.gif -share/gnome/help/gnotravex/C/stylesheet-images/important.gif -share/gnome/help/gnotravex/C/stylesheet-images/next.gif -share/gnome/help/gnotravex/C/stylesheet-images/note.gif -share/gnome/help/gnotravex/C/stylesheet-images/prev.gif -share/gnome/help/gnotravex/C/stylesheet-images/tip.gif -share/gnome/help/gnotravex/C/stylesheet-images/toc-blank.gif -share/gnome/help/gnotravex/C/stylesheet-images/toc-minus.gif -share/gnome/help/gnotravex/C/stylesheet-images/toc-plus.gif -share/gnome/help/gnotravex/C/stylesheet-images/up.gif -share/gnome/help/gnotravex/C/stylesheet-images/warning.gif share/gnome/help/gnotravex/C/topic.dat -share/gnome/help/gnotravex/C/usage.html -share/gnome/help/gtali/C/authors.html -share/gnome/help/gtali/C/bugs.html -share/gnome/help/gtali/C/docbook.css +share/gnome/help/gnotravex/es/figures/gnotravex_game.png +share/gnome/help/gnotravex/es/figures/gnotravex_mainwindow.png +share/gnome/help/gnotravex/es/gnotravex.sgml +share/gnome/help/gnotravex/es/topic.dat share/gnome/help/gtali/C/figures/mainwindow.png share/gnome/help/gtali/C/figures/preferences.png share/gnome/help/gtali/C/gtali.sgml share/gnome/help/gtali/C/index.html -share/gnome/help/gtali/C/license.html -share/gnome/help/gtali/C/options.html -share/gnome/help/gtali/C/playing.html -share/gnome/help/gtali/C/strategy.html -share/gnome/help/gtali/C/stylesheet-images/caution.gif -share/gnome/help/gtali/C/stylesheet-images/home.gif -share/gnome/help/gtali/C/stylesheet-images/important.gif -share/gnome/help/gtali/C/stylesheet-images/next.gif -share/gnome/help/gtali/C/stylesheet-images/note.gif -share/gnome/help/gtali/C/stylesheet-images/prev.gif -share/gnome/help/gtali/C/stylesheet-images/tip.gif -share/gnome/help/gtali/C/stylesheet-images/toc-blank.gif -share/gnome/help/gtali/C/stylesheet-images/toc-minus.gif -share/gnome/help/gtali/C/stylesheet-images/toc-plus.gif -share/gnome/help/gtali/C/stylesheet-images/up.gif -share/gnome/help/gtali/C/stylesheet-images/warning.gif share/gnome/help/gtali/C/topic.dat share/gnome/help/gtali/da/index.html share/gnome/help/gtali/da/topic.dat -share/gnome/help/gturing/C/authors.html -share/gnome/help/gturing/C/docbook.css share/gnome/help/gturing/C/figures/mainwin.png share/gnome/help/gturing/C/gturing.sgml -share/gnome/help/gturing/C/index.html -share/gnome/help/gturing/C/license.html -share/gnome/help/gturing/C/prgfmt.html -share/gnome/help/gturing/C/stylesheet-images/caution.gif -share/gnome/help/gturing/C/stylesheet-images/home.gif -share/gnome/help/gturing/C/stylesheet-images/important.gif -share/gnome/help/gturing/C/stylesheet-images/next.gif -share/gnome/help/gturing/C/stylesheet-images/note.gif -share/gnome/help/gturing/C/stylesheet-images/prev.gif -share/gnome/help/gturing/C/stylesheet-images/tip.gif -share/gnome/help/gturing/C/stylesheet-images/toc-blank.gif -share/gnome/help/gturing/C/stylesheet-images/toc-minus.gif -share/gnome/help/gturing/C/stylesheet-images/toc-plus.gif -share/gnome/help/gturing/C/stylesheet-images/up.gif -share/gnome/help/gturing/C/stylesheet-images/warning.gif share/gnome/help/gturing/C/topic.dat -share/gnome/help/gturing/C/turingmachine.html -share/gnome/help/gturing/C/using.html -share/gnome/help/gturing/it/description.html -share/gnome/help/gturing/it/dialogs.html -share/gnome/help/gturing/it/display.html -share/gnome/help/gturing/it/docbook.css share/gnome/help/gturing/it/figures/mainwin.png share/gnome/help/gturing/it/gturing.sgml -share/gnome/help/gturing/it/index.html -share/gnome/help/gturing/it/ln10.html -share/gnome/help/gturing/it/prgfmt.html -share/gnome/help/gturing/it/stylesheet-images/caution.gif -share/gnome/help/gturing/it/stylesheet-images/home.gif -share/gnome/help/gturing/it/stylesheet-images/important.gif -share/gnome/help/gturing/it/stylesheet-images/next.gif -share/gnome/help/gturing/it/stylesheet-images/note.gif -share/gnome/help/gturing/it/stylesheet-images/prev.gif -share/gnome/help/gturing/it/stylesheet-images/tip.gif -share/gnome/help/gturing/it/stylesheet-images/toc-blank.gif -share/gnome/help/gturing/it/stylesheet-images/toc-minus.gif -share/gnome/help/gturing/it/stylesheet-images/toc-plus.gif -share/gnome/help/gturing/it/stylesheet-images/up.gif -share/gnome/help/gturing/it/stylesheet-images/warning.gif -share/gnome/help/gturing/it/toolbar.html share/gnome/help/gturing/it/topic.dat -share/gnome/help/iagno/C/animations.html -share/gnome/help/iagno/C/bugs.html -share/gnome/help/iagno/C/credits.html -share/gnome/help/iagno/C/docbook.css share/gnome/help/iagno/C/figures/ANIMATION.png share/gnome/help/iagno/C/figures/BLOCK.png share/gnome/help/iagno/C/figures/FIRST.png share/gnome/help/iagno/C/figures/PLAYER.png share/gnome/help/iagno/C/figures/START.png share/gnome/help/iagno/C/iagno.sgml -share/gnome/help/iagno/C/index.html -share/gnome/help/iagno/C/license.html -share/gnome/help/iagno/C/playing.html -share/gnome/help/iagno/C/settings.html -share/gnome/help/iagno/C/stylesheet-images/caution.gif -share/gnome/help/iagno/C/stylesheet-images/home.gif -share/gnome/help/iagno/C/stylesheet-images/important.gif -share/gnome/help/iagno/C/stylesheet-images/next.gif -share/gnome/help/iagno/C/stylesheet-images/note.gif -share/gnome/help/iagno/C/stylesheet-images/prev.gif -share/gnome/help/iagno/C/stylesheet-images/tip.gif -share/gnome/help/iagno/C/stylesheet-images/toc-blank.gif -share/gnome/help/iagno/C/stylesheet-images/toc-minus.gif -share/gnome/help/iagno/C/stylesheet-images/toc-plus.gif -share/gnome/help/iagno/C/stylesheet-images/up.gif -share/gnome/help/iagno/C/stylesheet-images/warning.gif share/gnome/help/iagno/C/topic.dat -share/gnome/help/iagno/it/animations.html -share/gnome/help/iagno/it/bugs.html -share/gnome/help/iagno/it/credits.html -share/gnome/help/iagno/it/docbook.css share/gnome/help/iagno/it/figures/ANIMATION.png share/gnome/help/iagno/it/figures/BLOCK.png share/gnome/help/iagno/it/figures/FIRST.png share/gnome/help/iagno/it/figures/PLAYER.png share/gnome/help/iagno/it/figures/START.png share/gnome/help/iagno/it/iagno.sgml -share/gnome/help/iagno/it/index.html -share/gnome/help/iagno/it/license.html -share/gnome/help/iagno/it/playing.html -share/gnome/help/iagno/it/settings.html -share/gnome/help/iagno/it/stylesheet-images/caution.gif -share/gnome/help/iagno/it/stylesheet-images/home.gif -share/gnome/help/iagno/it/stylesheet-images/important.gif -share/gnome/help/iagno/it/stylesheet-images/next.gif -share/gnome/help/iagno/it/stylesheet-images/note.gif -share/gnome/help/iagno/it/stylesheet-images/prev.gif -share/gnome/help/iagno/it/stylesheet-images/tip.gif -share/gnome/help/iagno/it/stylesheet-images/toc-blank.gif -share/gnome/help/iagno/it/stylesheet-images/toc-minus.gif -share/gnome/help/iagno/it/stylesheet-images/toc-plus.gif -share/gnome/help/iagno/it/stylesheet-images/up.gif -share/gnome/help/iagno/it/stylesheet-images/warning.gif share/gnome/help/iagno/it/topic.dat -share/gnome/help/mahjongg/C/authors.html -share/gnome/help/mahjongg/C/bugs.html -share/gnome/help/mahjongg/C/docbook.css share/gnome/help/mahjongg/C/figures/color.png share/gnome/help/mahjongg/C/figures/confirm.png share/gnome/help/mahjongg/C/figures/mahjongg.png @@ -605,74 +373,46 @@ share/gnome/help/mahjongg/C/figures/preferences.png share/gnome/help/mahjongg/C/figures/scores.png share/gnome/help/mahjongg/C/figures/seed.png share/gnome/help/mahjongg/C/figures/toolbar.png -share/gnome/help/mahjongg/C/index.html -share/gnome/help/mahjongg/C/license.html share/gnome/help/mahjongg/C/mahjongg.sgml -share/gnome/help/mahjongg/C/prefs.html -share/gnome/help/mahjongg/C/stylesheet-images/caution.gif -share/gnome/help/mahjongg/C/stylesheet-images/home.gif -share/gnome/help/mahjongg/C/stylesheet-images/important.gif -share/gnome/help/mahjongg/C/stylesheet-images/next.gif -share/gnome/help/mahjongg/C/stylesheet-images/note.gif -share/gnome/help/mahjongg/C/stylesheet-images/prev.gif -share/gnome/help/mahjongg/C/stylesheet-images/tip.gif -share/gnome/help/mahjongg/C/stylesheet-images/toc-blank.gif -share/gnome/help/mahjongg/C/stylesheet-images/toc-minus.gif -share/gnome/help/mahjongg/C/stylesheet-images/toc-plus.gif -share/gnome/help/mahjongg/C/stylesheet-images/up.gif -share/gnome/help/mahjongg/C/stylesheet-images/warning.gif share/gnome/help/mahjongg/C/topic.dat -share/gnome/help/mahjongg/C/usage.html -share/gnome/help/same-gnome/C/docbook.css -share/gnome/help/same-gnome/C/index.html -share/gnome/help/same-gnome/C/newthemes.html +share/gnome/help/mahjongg/it/figures/color.png +share/gnome/help/mahjongg/it/figures/mahjongg.png +share/gnome/help/mahjongg/it/figures/no-match.png +share/gnome/help/mahjongg/it/figures/no-move.png +share/gnome/help/mahjongg/it/figures/preferences.png +share/gnome/help/mahjongg/it/figures/seed.png +share/gnome/help/mahjongg/it/figures/toolbar.png +share/gnome/help/mahjongg/it/mahjongg.sgml +share/gnome/help/mahjongg/it/topic.dat share/gnome/help/same-gnome/C/same-gnome.sgml -share/gnome/help/same-gnome/C/stylesheet-images/caution.gif -share/gnome/help/same-gnome/C/stylesheet-images/home.gif -share/gnome/help/same-gnome/C/stylesheet-images/important.gif -share/gnome/help/same-gnome/C/stylesheet-images/next.gif -share/gnome/help/same-gnome/C/stylesheet-images/note.gif -share/gnome/help/same-gnome/C/stylesheet-images/prev.gif -share/gnome/help/same-gnome/C/stylesheet-images/tip.gif -share/gnome/help/same-gnome/C/stylesheet-images/toc-blank.gif -share/gnome/help/same-gnome/C/stylesheet-images/toc-minus.gif -share/gnome/help/same-gnome/C/stylesheet-images/toc-plus.gif -share/gnome/help/same-gnome/C/stylesheet-images/up.gif -share/gnome/help/same-gnome/C/stylesheet-images/warning.gif share/gnome/help/same-gnome/C/topic.dat -share/gnome/help/same-gnome/ru/docbook.css -share/gnome/help/same-gnome/ru/index.html -share/gnome/help/same-gnome/ru/newthemes.html +share/gnome/help/same-gnome/es/same-gnome.sgml +share/gnome/help/same-gnome/es/topic.dat share/gnome/help/same-gnome/ru/same-gnome.sgml -share/gnome/help/same-gnome/ru/stylesheet-images/caution.gif -share/gnome/help/same-gnome/ru/stylesheet-images/home.gif -share/gnome/help/same-gnome/ru/stylesheet-images/important.gif -share/gnome/help/same-gnome/ru/stylesheet-images/next.gif -share/gnome/help/same-gnome/ru/stylesheet-images/note.gif -share/gnome/help/same-gnome/ru/stylesheet-images/prev.gif -share/gnome/help/same-gnome/ru/stylesheet-images/tip.gif -share/gnome/help/same-gnome/ru/stylesheet-images/toc-blank.gif -share/gnome/help/same-gnome/ru/stylesheet-images/toc-minus.gif -share/gnome/help/same-gnome/ru/stylesheet-images/toc-plus.gif -share/gnome/help/same-gnome/ru/stylesheet-images/up.gif -share/gnome/help/same-gnome/ru/stylesheet-images/warning.gif share/gnome/help/same-gnome/ru/topic.dat 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-it.omf share/gnome/omf/gnome-games/gataxx-C.omf +share/gnome/omf/gnome-games/gataxx-es.omf +share/gnome/omf/gnome-games/gataxx-it.omf share/gnome/omf/gnome-games/gnibbles-C.omf share/gnome/omf/gnome-games/gnobots2-C.omf share/gnome/omf/gnome-games/gnome-mines-C.omf share/gnome/omf/gnome-games/gnome-stones-C.omf +share/gnome/omf/gnome-games/gnome-stones-it.omf share/gnome/omf/gnome-games/gnotravex-C.omf +share/gnome/omf/gnome-games/gnotravex-es.omf share/gnome/omf/gnome-games/gtali-C.omf share/gnome/omf/gnome-games/gturing-C.omf share/gnome/omf/gnome-games/gturing-it.omf share/gnome/omf/gnome-games/iagno-C.omf share/gnome/omf/gnome-games/iagno-it.omf share/gnome/omf/gnome-games/mahjongg-C.omf +share/gnome/omf/gnome-games/mahjongg-it.omf share/gnome/omf/gnome-games/same-gnome-C.omf +share/gnome/omf/gnome-games/same-gnome-es.omf share/gnome/omf/gnome-games/same-gnome-ru.omf share/gnome/pixmaps/cards/backs/beige.png share/gnome/pixmaps/cards/backs/face.png @@ -771,7 +511,8 @@ share/gnome/pixmaps/gnometris/bg/watery-bg.png share/gnome/pixmaps/gnometris/bg/weirdo-bg.png share/gnome/pixmaps/gnotravex/gnome-gnotravex.png share/gnome/pixmaps/gnotravex/gnotravex.png -share/gnome/pixmaps/gnotski/gnotski.png +share/gnome/pixmaps/gnotski-icon.png +share/gnome/pixmaps/gnotski.png share/gnome/pixmaps/iagno.png share/gnome/pixmaps/iagno/blend.png share/gnome/pixmaps/iagno/classic.png @@ -802,6 +543,7 @@ 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 +share/gnome/sol-games/chessboard.scm share/gnome/sol-games/clock.scm share/gnome/sol-games/cover.scm share/gnome/sol-games/diamond_mine.scm @@ -837,6 +579,7 @@ share/gnome/sol-games/odessa.scm share/gnome/sol-games/osmosis.scm share/gnome/sol-games/peek.scm share/gnome/sol-games/pileon.scm +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 @@ -974,8 +717,10 @@ share/locale/no/LC_MESSAGES/gnome-games.mo share/locale/pl/LC_MESSAGES/gnome-games.mo share/locale/pt/LC_MESSAGES/gnome-games.mo share/locale/pt_BR/LC_MESSAGES/gnome-games.mo +share/locale/ro/LC_MESSAGES/gnome-games.mo share/locale/ru/LC_MESSAGES/gnome-games.mo share/locale/sk/LC_MESSAGES/gnome-games.mo +share/locale/sl/LC_MESSAGES/gnome-games.mo share/locale/sv/LC_MESSAGES/gnome-games.mo share/locale/tr/LC_MESSAGES/gnome-games.mo share/locale/uk/LC_MESSAGES/gnome-games.mo @@ -994,7 +739,6 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-games.mo @dirrm share/gnome/pixmaps/mahjongg/bg @dirrm share/gnome/pixmaps/mahjongg @dirrm share/gnome/pixmaps/iagno -@dirrm share/gnome/pixmaps/gnotski @dirrm share/gnome/pixmaps/gnotravex @dirrm share/gnome/pixmaps/gnometris/bg @dirrm share/gnome/pixmaps/gnometris @@ -1016,10 +760,16 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-games.mo @dirrm share/gnome/help/same-gnome/ru/stylesheet-images @dirrm share/gnome/help/same-gnome/ru/figures @dirrm share/gnome/help/same-gnome/ru +@dirrm share/gnome/help/same-gnome/es/stylesheet-images +@dirrm share/gnome/help/same-gnome/es/figures +@dirrm share/gnome/help/same-gnome/es @dirrm share/gnome/help/same-gnome/C/stylesheet-images @dirrm share/gnome/help/same-gnome/C/figures @dirrm share/gnome/help/same-gnome/C @dirrm share/gnome/help/same-gnome +@dirrm share/gnome/help/mahjongg/it/stylesheet-images +@dirrm share/gnome/help/mahjongg/it/figures +@dirrm share/gnome/help/mahjongg/it @dirrm share/gnome/help/mahjongg/C/stylesheet-images @dirrm share/gnome/help/mahjongg/C/figures @dirrm share/gnome/help/mahjongg/C @@ -1043,10 +793,16 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-games.mo @dirrm share/gnome/help/gtali/C/figures @dirrm share/gnome/help/gtali/C @dirrm share/gnome/help/gtali +@dirrm share/gnome/help/gnotravex/es/stylesheet-images +@dirrm share/gnome/help/gnotravex/es/figures +@dirrm share/gnome/help/gnotravex/es @dirrm share/gnome/help/gnotravex/C/stylesheet-images @dirrm share/gnome/help/gnotravex/C/figures @dirrm share/gnome/help/gnotravex/C @dirrm share/gnome/help/gnotravex +@dirrm share/gnome/help/gnome-stones/it/stylesheet-images +@dirrm share/gnome/help/gnome-stones/it/figures +@dirrm share/gnome/help/gnome-stones/it @dirrm share/gnome/help/gnome-stones/C/stylesheet-images @dirrm share/gnome/help/gnome-stones/C/figures @dirrm share/gnome/help/gnome-stones/C @@ -1066,10 +822,19 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-games.mo @dirrm share/gnome/help/gnibbles/C/figures @dirrm share/gnome/help/gnibbles/C @dirrm share/gnome/help/gnibbles +@dirrm share/gnome/help/gataxx/it/stylesheet-images +@dirrm share/gnome/help/gataxx/it/figures +@dirrm share/gnome/help/gataxx/it +@dirrm share/gnome/help/gataxx/es/stylesheet-images +@dirrm share/gnome/help/gataxx/es/figures +@dirrm share/gnome/help/gataxx/es @dirrm share/gnome/help/gataxx/C/stylesheet-images @dirrm share/gnome/help/gataxx/C/figures @dirrm share/gnome/help/gataxx/C @dirrm share/gnome/help/gataxx +@dirrm share/gnome/help/aisleriot/it/stylesheet-images +@dirrm share/gnome/help/aisleriot/it/figures +@dirrm share/gnome/help/aisleriot/it @dirrm share/gnome/help/aisleriot/C/stylesheet-images @dirrm share/gnome/help/aisleriot/C/figures @dirrm share/gnome/help/aisleriot/C diff --git a/games/gnomegames2/Makefile b/games/gnomegames2/Makefile index e76d797634c9..09d577818fc7 100644 --- a/games/gnomegames2/Makefile +++ b/games/gnomegames2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomegames -PORTVERSION= 1.4.0.1 +PORTVERSION= 1.4.0.2 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-games @@ -14,20 +14,24 @@ DISTNAME= gnome-games-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org +BUILD_DEPENDS= msgfmt-new:${PORTSDIR}/devel/gettext-devel LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile +USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= yes -USE_LIBTOOL= yes +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LIBS="-L${LOCALBASE}/lib" \ + MSGFMT=${LOCALBASE}/bin/msgfmt-new \ + XGETTEXT=${LOCALBASE}/bin/xgettext-new pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' diff --git a/games/gnomegames2/distinfo b/games/gnomegames2/distinfo index bfa6cfd0670d..99ebc7573309 100644 --- a/games/gnomegames2/distinfo +++ b/games/gnomegames2/distinfo @@ -1 +1 @@ -MD5 (gnome-games-1.4.0.1.tar.gz) = ebc520dc5f149d2e6de88f8fdb119e13 +MD5 (gnome-games-1.4.0.2.tar.bz2) = f1a6f434291900651184cccf44c04c51 diff --git a/games/gnomegames2/files/patch-ltmain.sh b/games/gnomegames2/files/patch-ltmain.sh new file mode 100644 index 000000000000..9de46d7a7882 --- /dev/null +++ b/games/gnomegames2/files/patch-ltmain.sh @@ -0,0 +1,18 @@ + +$FreeBSD$ + +--- ltmain.sh 2001/07/09 10:17:23 1.1 ++++ ltmain.sh 2001/07/09 10:17:47 +@@ -4175,10 +4175,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if false; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/games/gnomegames2/files/patch-po::Makefile.in.in b/games/gnomegames2/files/patch-po::Makefile.in.in new file mode 100644 index 000000000000..cd3e37cffcf4 --- /dev/null +++ b/games/gnomegames2/files/patch-po::Makefile.in.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- po/Makefile.in.in 2001/07/09 10:15:24 1.1 ++++ po/Makefile.in.in 2001/07/09 10:15:40 +@@ -106,7 +106,7 @@ + @catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ +- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ ++ lang=`echo $$cat | sed 's/\.mo$$//'`; \ + dir=$(localedir)/$$lang/LC_MESSAGES; \ + $(mkinstalldirs) $(DESTDIR)$$dir; \ + if test -r $$cat; then \ diff --git a/games/gnomegames2/pkg-plist b/games/gnomegames2/pkg-plist index 48e881ae3c41..897431ce28b4 100644 --- a/games/gnomegames2/pkg-plist +++ b/games/gnomegames2/pkg-plist @@ -52,14 +52,19 @@ share/gnome/games/gnibbles.3.1.scores share/gnome/games/gnibbles.4.0.scores share/gnome/games/gnibbles.4.1.scores share/gnome/games/gnobots2.classic_robots-safe.scores +share/gnome/games/gnobots2.classic_robots-super-safe.scores share/gnome/games/gnobots2.classic_robots.scores share/gnome/games/gnobots2.nightmare-safe.scores +share/gnome/games/gnobots2.nightmare-super-safe.scores share/gnome/games/gnobots2.nightmare.scores share/gnome/games/gnobots2.robots2-safe.scores +share/gnome/games/gnobots2.robots2-super-safe.scores share/gnome/games/gnobots2.robots2.scores share/gnome/games/gnobots2.robots2_easy-safe.scores +share/gnome/games/gnobots2.robots2_easy-super-safe.scores share/gnome/games/gnobots2.robots2_easy.scores share/gnome/games/gnobots2.robots_with_safe_teleport-safe.scores +share/gnome/games/gnobots2.robots_with_safe_teleport-super-safe.scores share/gnome/games/gnobots2.robots_with_safe_teleport.scores share/gnome/games/gnome-stones.scores share/gnome/games/gnome-xbill.scores @@ -137,7 +142,9 @@ 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.a share/gnome/gnome-stones/objects/libgnome-stones.so +share/gnome/gnome-stones/objects/libgnomekoban.a share/gnome/gnome-stones/objects/libgnomekoban.so share/gnome/gnome-stones/tutorial.caves share/gnome/gturing/examples/3ones2zeroes.tur @@ -150,246 +157,155 @@ share/gnome/gturing/examples/bin2dec.tur share/gnome/gturing/examples/dashnumbers.tur share/gnome/gturing/examples/dec2bin.tur share/gnome/gturing/examples/subst.tur -share/gnome/help/aisleriot/C/agnes.html share/gnome/help/aisleriot/C/agnes.sgml share/gnome/help/aisleriot/C/aisleriot.sgml -share/gnome/help/aisleriot/C/auld-lang-syne.html share/gnome/help/aisleriot/C/auld_lang_syne.sgml -share/gnome/help/aisleriot/C/bakers-dozen.html -share/gnome/help/aisleriot/C/bakers-game.html share/gnome/help/aisleriot/C/bakers_dozen.sgml share/gnome/help/aisleriot/C/bakers_game.sgml -share/gnome/help/aisleriot/C/beleaguered-castle.html share/gnome/help/aisleriot/C/beleaguered_castle.sgml -share/gnome/help/aisleriot/C/block-ten.html share/gnome/help/aisleriot/C/block_ten.sgml -share/gnome/help/aisleriot/C/bristol.html share/gnome/help/aisleriot/C/bristol.sgml -share/gnome/help/aisleriot/C/camelot.html share/gnome/help/aisleriot/C/camelot.sgml -share/gnome/help/aisleriot/C/canfield.html share/gnome/help/aisleriot/C/canfield.sgml -share/gnome/help/aisleriot/C/clock.html +share/gnome/help/aisleriot/C/chessboard.sgml share/gnome/help/aisleriot/C/clock.sgml -share/gnome/help/aisleriot/C/cover.html share/gnome/help/aisleriot/C/cover.sgml share/gnome/help/aisleriot/C/definitions.sgml -share/gnome/help/aisleriot/C/diamond-mine.html share/gnome/help/aisleriot/C/diamond_mine.sgml -share/gnome/help/aisleriot/C/docbook.css -share/gnome/help/aisleriot/C/doublets.html share/gnome/help/aisleriot/C/doublets.sgml -share/gnome/help/aisleriot/C/eagle-wing.html share/gnome/help/aisleriot/C/eagle-wing.sgml -share/gnome/help/aisleriot/C/easthaven.html share/gnome/help/aisleriot/C/easthaven.sgml -share/gnome/help/aisleriot/C/eight-off.html share/gnome/help/aisleriot/C/eight_off.sgml -share/gnome/help/aisleriot/C/elevator.html share/gnome/help/aisleriot/C/elevator.sgml -share/gnome/help/aisleriot/C/escalator.html share/gnome/help/aisleriot/C/escalator.sgml share/gnome/help/aisleriot/C/figures/camelot-goal.png share/gnome/help/aisleriot/C/figures/clock-rules.png -share/gnome/help/aisleriot/C/first-law.html share/gnome/help/aisleriot/C/first_law.sgml -share/gnome/help/aisleriot/C/fortress.html share/gnome/help/aisleriot/C/fortress.sgml -share/gnome/help/aisleriot/C/fortunes.html share/gnome/help/aisleriot/C/fortunes.sgml -share/gnome/help/aisleriot/C/fourteen.html share/gnome/help/aisleriot/C/fourteen.sgml -share/gnome/help/aisleriot/C/freecell.html share/gnome/help/aisleriot/C/freecell.sgml -share/gnome/help/aisleriot/C/gay-gordons.html share/gnome/help/aisleriot/C/gay_gordons.sgml -share/gnome/help/aisleriot/C/glenwood.html share/gnome/help/aisleriot/C/glenwood.sgml -share/gnome/help/aisleriot/C/glossary.html -share/gnome/help/aisleriot/C/golf.html share/gnome/help/aisleriot/C/golf.sgml -share/gnome/help/aisleriot/C/gypsy.html share/gnome/help/aisleriot/C/gypsy.sgml -share/gnome/help/aisleriot/C/helsinki.html share/gnome/help/aisleriot/C/helsinki.sgml -share/gnome/help/aisleriot/C/hopscotch.html share/gnome/help/aisleriot/C/hopscotch.sgml -share/gnome/help/aisleriot/C/index.html -share/gnome/help/aisleriot/C/intro.html -share/gnome/help/aisleriot/C/isabel.html share/gnome/help/aisleriot/C/isabel.sgml -share/gnome/help/aisleriot/C/jamestown.html share/gnome/help/aisleriot/C/jamestown.sgml -share/gnome/help/aisleriot/C/jumbo.html share/gnome/help/aisleriot/C/jumbo.sgml -share/gnome/help/aisleriot/C/kansas.html share/gnome/help/aisleriot/C/kansas.sgml -share/gnome/help/aisleriot/C/king-albert.html share/gnome/help/aisleriot/C/king_albert.sgml -share/gnome/help/aisleriot/C/klondike.html share/gnome/help/aisleriot/C/klondike.sgml -share/gnome/help/aisleriot/C/labyrinth.html share/gnome/help/aisleriot/C/labyrinth.sgml -share/gnome/help/aisleriot/C/lady-jane.html share/gnome/help/aisleriot/C/lady_jane.sgml -share/gnome/help/aisleriot/C/maze.html share/gnome/help/aisleriot/C/maze.sgml -share/gnome/help/aisleriot/C/monte-carlo.html share/gnome/help/aisleriot/C/monte_carlo.sgml -share/gnome/help/aisleriot/C/neighbor.html share/gnome/help/aisleriot/C/neighbor.sgml -share/gnome/help/aisleriot/C/odessa.html share/gnome/help/aisleriot/C/odessa.sgml -share/gnome/help/aisleriot/C/osmosis.html share/gnome/help/aisleriot/C/osmosis.sgml -share/gnome/help/aisleriot/C/peek.html share/gnome/help/aisleriot/C/peek.sgml -share/gnome/help/aisleriot/C/pileon.html share/gnome/help/aisleriot/C/pileon.sgml -share/gnome/help/aisleriot/C/poker.html share/gnome/help/aisleriot/C/poker.sgml -share/gnome/help/aisleriot/C/quatorze.html share/gnome/help/aisleriot/C/quatorze.sgml -share/gnome/help/aisleriot/C/royal-east.html share/gnome/help/aisleriot/C/royal_east.sgml -share/gnome/help/aisleriot/C/scorpion.html share/gnome/help/aisleriot/C/scorpion.sgml -share/gnome/help/aisleriot/C/scuffle.html share/gnome/help/aisleriot/C/scuffle.sgml -share/gnome/help/aisleriot/C/seahaven.html share/gnome/help/aisleriot/C/seahaven.sgml -share/gnome/help/aisleriot/C/sir-tommy.html share/gnome/help/aisleriot/C/sir_tommy.sgml -share/gnome/help/aisleriot/C/spider.html share/gnome/help/aisleriot/C/spider.sgml -share/gnome/help/aisleriot/C/spiderette.html share/gnome/help/aisleriot/C/spiderette.sgml -share/gnome/help/aisleriot/C/straight-up.html share/gnome/help/aisleriot/C/straight_up.sgml -share/gnome/help/aisleriot/C/streets-and-alleys.html share/gnome/help/aisleriot/C/streets_and_alleys.sgml -share/gnome/help/aisleriot/C/stylesheet-images/caution.gif -share/gnome/help/aisleriot/C/stylesheet-images/home.gif -share/gnome/help/aisleriot/C/stylesheet-images/important.gif -share/gnome/help/aisleriot/C/stylesheet-images/next.gif -share/gnome/help/aisleriot/C/stylesheet-images/note.gif -share/gnome/help/aisleriot/C/stylesheet-images/prev.gif -share/gnome/help/aisleriot/C/stylesheet-images/tip.gif -share/gnome/help/aisleriot/C/stylesheet-images/toc-blank.gif -share/gnome/help/aisleriot/C/stylesheet-images/toc-minus.gif -share/gnome/help/aisleriot/C/stylesheet-images/toc-plus.gif -share/gnome/help/aisleriot/C/stylesheet-images/up.gif -share/gnome/help/aisleriot/C/stylesheet-images/warning.gif -share/gnome/help/aisleriot/C/thieves.html share/gnome/help/aisleriot/C/thieves.sgml -share/gnome/help/aisleriot/C/thirteen.html share/gnome/help/aisleriot/C/thirteen.sgml -share/gnome/help/aisleriot/C/thumb-and-pouch.html share/gnome/help/aisleriot/C/thumb_and_pouch.sgml share/gnome/help/aisleriot/C/topic.dat -share/gnome/help/aisleriot/C/treize.html share/gnome/help/aisleriot/C/treize.sgml -share/gnome/help/aisleriot/C/union-square.html share/gnome/help/aisleriot/C/union_square.sgml -share/gnome/help/aisleriot/C/valentine.html share/gnome/help/aisleriot/C/valentine.sgml -share/gnome/help/aisleriot/C/westhaven.html share/gnome/help/aisleriot/C/westhaven.sgml -share/gnome/help/aisleriot/C/whitehead.html share/gnome/help/aisleriot/C/whitehead.sgml -share/gnome/help/aisleriot/C/will-o-the-wisp.html share/gnome/help/aisleriot/C/will_o_the_wisp.sgml -share/gnome/help/aisleriot/C/yield.html share/gnome/help/aisleriot/C/yield.sgml -share/gnome/help/aisleriot/C/yukon.html share/gnome/help/aisleriot/C/yukon.sgml -share/gnome/help/aisleriot/C/zebra.html share/gnome/help/aisleriot/C/zebra.sgml -share/gnome/help/gataxx/C/authors.html -share/gnome/help/gataxx/C/bugs.html -share/gnome/help/gataxx/C/docbook.css +share/gnome/help/aisleriot/it/aisleriot.sgml +share/gnome/help/aisleriot/it/auld_lang_syne.sgml +share/gnome/help/aisleriot/it/bakers_dozen.sgml +share/gnome/help/aisleriot/it/beleaguered_castle.sgml +share/gnome/help/aisleriot/it/bristol.sgml +share/gnome/help/aisleriot/it/camelot.sgml +share/gnome/help/aisleriot/it/canfield.sgml +share/gnome/help/aisleriot/it/clock.sgml +share/gnome/help/aisleriot/it/cover.sgml +share/gnome/help/aisleriot/it/definitions.sgml +share/gnome/help/aisleriot/it/doublets.sgml +share/gnome/help/aisleriot/it/elevator.sgml +share/gnome/help/aisleriot/it/figures/camelot-goal.png +share/gnome/help/aisleriot/it/figures/clock-rules.png +share/gnome/help/aisleriot/it/first_law.sgml +share/gnome/help/aisleriot/it/fortunes.sgml +share/gnome/help/aisleriot/it/fourteen.sgml +share/gnome/help/aisleriot/it/freecell.sgml +share/gnome/help/aisleriot/it/glenwood.sgml +share/gnome/help/aisleriot/it/gypsy.sgml +share/gnome/help/aisleriot/it/hopscotch.sgml +share/gnome/help/aisleriot/it/kansas.sgml +share/gnome/help/aisleriot/it/klondike.sgml +share/gnome/help/aisleriot/it/lady_jane.sgml +share/gnome/help/aisleriot/it/maze.sgml +share/gnome/help/aisleriot/it/monte_carlo.sgml +share/gnome/help/aisleriot/it/neighbor.sgml +share/gnome/help/aisleriot/it/odessa.sgml +share/gnome/help/aisleriot/it/osmosis.sgml +share/gnome/help/aisleriot/it/pileon.sgml +share/gnome/help/aisleriot/it/plait.sgml +share/gnome/help/aisleriot/it/poker.sgml +share/gnome/help/aisleriot/it/royal_east.sgml +share/gnome/help/aisleriot/it/scorpion.sgml +share/gnome/help/aisleriot/it/seahaven.sgml +share/gnome/help/aisleriot/it/spider.sgml +share/gnome/help/aisleriot/it/straight_up.sgml +share/gnome/help/aisleriot/it/thieves.sgml +share/gnome/help/aisleriot/it/thirteen.sgml +share/gnome/help/aisleriot/it/thumb_and_pouch.sgml +share/gnome/help/aisleriot/it/union_square.sgml +share/gnome/help/aisleriot/it/valentine.sgml +share/gnome/help/aisleriot/it/westhaven.sgml +share/gnome/help/aisleriot/it/yukon.sgml +share/gnome/help/aisleriot/it/zebra.sgml share/gnome/help/gataxx/C/figures/gataxx-legalmoves.png share/gnome/help/gataxx/C/figures/gataxx-prefs.png share/gnome/help/gataxx/C/figures/gataxx-startgame.png share/gnome/help/gataxx/C/gataxx.sgml -share/gnome/help/gataxx/C/index.html -share/gnome/help/gataxx/C/license.html -share/gnome/help/gataxx/C/prefs.html -share/gnome/help/gataxx/C/stylesheet-images/caution.gif -share/gnome/help/gataxx/C/stylesheet-images/home.gif -share/gnome/help/gataxx/C/stylesheet-images/important.gif -share/gnome/help/gataxx/C/stylesheet-images/next.gif -share/gnome/help/gataxx/C/stylesheet-images/note.gif -share/gnome/help/gataxx/C/stylesheet-images/prev.gif -share/gnome/help/gataxx/C/stylesheet-images/tip.gif -share/gnome/help/gataxx/C/stylesheet-images/toc-blank.gif -share/gnome/help/gataxx/C/stylesheet-images/toc-minus.gif -share/gnome/help/gataxx/C/stylesheet-images/toc-plus.gif -share/gnome/help/gataxx/C/stylesheet-images/up.gif -share/gnome/help/gataxx/C/stylesheet-images/warning.gif share/gnome/help/gataxx/C/topic.dat -share/gnome/help/gataxx/C/usage.html -share/gnome/help/gnibbles/C/authors.html -share/gnome/help/gnibbles/C/bugs.html -share/gnome/help/gnibbles/C/docbook.css +share/gnome/help/gataxx/es/figures/gataxx-legalmoves.png +share/gnome/help/gataxx/es/figures/gataxx-prefs.png +share/gnome/help/gataxx/es/figures/gataxx-startgame.png +share/gnome/help/gataxx/es/gataxx.sgml +share/gnome/help/gataxx/es/topic.dat +share/gnome/help/gataxx/it/figures/gataxx-legalmoves.png +share/gnome/help/gataxx/it/figures/gataxx-prefs.png +share/gnome/help/gataxx/it/figures/gataxx-startgame.png +share/gnome/help/gataxx/it/gataxx.sgml +share/gnome/help/gataxx/it/topic.dat share/gnome/help/gnibbles/C/figures/game.png share/gnome/help/gnibbles/C/figures/graphics.png share/gnome/help/gnibbles/C/figures/intro.png share/gnome/help/gnibbles/C/figures/playing.png share/gnome/help/gnibbles/C/figures/worm_op.png share/gnome/help/gnibbles/C/gnibbles.sgml -share/gnome/help/gnibbles/C/index.html -share/gnome/help/gnibbles/C/license.html -share/gnome/help/gnibbles/C/objective.html -share/gnome/help/gnibbles/C/prefs.html -share/gnome/help/gnibbles/C/stylesheet-images/caution.gif -share/gnome/help/gnibbles/C/stylesheet-images/home.gif -share/gnome/help/gnibbles/C/stylesheet-images/important.gif -share/gnome/help/gnibbles/C/stylesheet-images/next.gif -share/gnome/help/gnibbles/C/stylesheet-images/note.gif -share/gnome/help/gnibbles/C/stylesheet-images/prev.gif -share/gnome/help/gnibbles/C/stylesheet-images/tip.gif -share/gnome/help/gnibbles/C/stylesheet-images/toc-blank.gif -share/gnome/help/gnibbles/C/stylesheet-images/toc-minus.gif -share/gnome/help/gnibbles/C/stylesheet-images/toc-plus.gif -share/gnome/help/gnibbles/C/stylesheet-images/up.gif -share/gnome/help/gnibbles/C/stylesheet-images/warning.gif share/gnome/help/gnibbles/C/topic.dat -share/gnome/help/gnibbles/C/usage.html -share/gnome/help/gnobots2/C/authors.html -share/gnome/help/gnobots2/C/bugs.html -share/gnome/help/gnobots2/C/customization.html -share/gnome/help/gnobots2/C/docbook.css share/gnome/help/gnobots2/C/figures/gnobots2-main.png share/gnome/help/gnobots2/C/gnobots2.sgml -share/gnome/help/gnobots2/C/index.html -share/gnome/help/gnobots2/C/keyboard.html -share/gnome/help/gnobots2/C/license.html -share/gnome/help/gnobots2/C/menubar.html -share/gnome/help/gnobots2/C/objective.html -share/gnome/help/gnobots2/C/stylesheet-images/caution.gif -share/gnome/help/gnobots2/C/stylesheet-images/home.gif -share/gnome/help/gnobots2/C/stylesheet-images/important.gif -share/gnome/help/gnobots2/C/stylesheet-images/next.gif -share/gnome/help/gnobots2/C/stylesheet-images/note.gif -share/gnome/help/gnobots2/C/stylesheet-images/prev.gif -share/gnome/help/gnobots2/C/stylesheet-images/tip.gif -share/gnome/help/gnobots2/C/stylesheet-images/toc-blank.gif -share/gnome/help/gnobots2/C/stylesheet-images/toc-minus.gif -share/gnome/help/gnobots2/C/stylesheet-images/toc-plus.gif -share/gnome/help/gnobots2/C/stylesheet-images/up.gif -share/gnome/help/gnobots2/C/stylesheet-images/warning.gif share/gnome/help/gnobots2/C/topic.dat -share/gnome/help/gnobots2/C/usage.html share/gnome/help/gnobots2/da/index.html share/gnome/help/gnobots2/da/topic.dat share/gnome/help/gnobots2/es/index.html share/gnome/help/gnobots2/es/topic.dat share/gnome/help/gnobots2/it/index.html share/gnome/help/gnobots2/it/topic.dat -share/gnome/help/gnome-mines/C/authors.html -share/gnome/help/gnome-mines/C/bugs.html -share/gnome/help/gnome-mines/C/docbook.css share/gnome/help/gnome-mines/C/figures/advanced_121_a.png share/gnome/help/gnome-mines/C/figures/advanced_121_b.png share/gnome/help/gnome-mines/C/figures/advanced_121_c.png @@ -402,200 +318,52 @@ share/gnome/help/gnome-mines/C/figures/gnomine-fresh.png share/gnome/help/gnome-mines/C/figures/gnomine-preferences.png share/gnome/help/gnome-mines/C/figures/gnomine-won.png share/gnome/help/gnome-mines/C/gnome-mines.sgml -share/gnome/help/gnome-mines/C/index.html -share/gnome/help/gnome-mines/C/license.html -share/gnome/help/gnome-mines/C/menubar.html -share/gnome/help/gnome-mines/C/objective.html -share/gnome/help/gnome-mines/C/stylesheet-images/caution.gif -share/gnome/help/gnome-mines/C/stylesheet-images/home.gif -share/gnome/help/gnome-mines/C/stylesheet-images/important.gif -share/gnome/help/gnome-mines/C/stylesheet-images/next.gif -share/gnome/help/gnome-mines/C/stylesheet-images/note.gif -share/gnome/help/gnome-mines/C/stylesheet-images/prev.gif -share/gnome/help/gnome-mines/C/stylesheet-images/tip.gif -share/gnome/help/gnome-mines/C/stylesheet-images/toc-blank.gif -share/gnome/help/gnome-mines/C/stylesheet-images/toc-minus.gif -share/gnome/help/gnome-mines/C/stylesheet-images/toc-plus.gif -share/gnome/help/gnome-mines/C/stylesheet-images/up.gif -share/gnome/help/gnome-mines/C/stylesheet-images/warning.gif share/gnome/help/gnome-mines/C/topic.dat -share/gnome/help/gnome-mines/C/usage.html -share/gnome/help/gnome-stones/C/authors.html -share/gnome/help/gnome-stones/C/bugs.html -share/gnome/help/gnome-stones/C/docbook.css 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/gamescenarios.html share/gnome/help/gnome-stones/C/gnome-stones.sgml -share/gnome/help/gnome-stones/C/index.html -share/gnome/help/gnome-stones/C/license.html -share/gnome/help/gnome-stones/C/prefs.html -share/gnome/help/gnome-stones/C/stylesheet-images/caution.gif -share/gnome/help/gnome-stones/C/stylesheet-images/home.gif -share/gnome/help/gnome-stones/C/stylesheet-images/important.gif -share/gnome/help/gnome-stones/C/stylesheet-images/next.gif -share/gnome/help/gnome-stones/C/stylesheet-images/note.gif -share/gnome/help/gnome-stones/C/stylesheet-images/prev.gif -share/gnome/help/gnome-stones/C/stylesheet-images/tip.gif -share/gnome/help/gnome-stones/C/stylesheet-images/toc-blank.gif -share/gnome/help/gnome-stones/C/stylesheet-images/toc-minus.gif -share/gnome/help/gnome-stones/C/stylesheet-images/toc-plus.gif -share/gnome/help/gnome-stones/C/stylesheet-images/up.gif -share/gnome/help/gnome-stones/C/stylesheet-images/warning.gif -share/gnome/help/gnome-stones/C/usage.html -share/gnome/help/gnotravex/C/authors.html -share/gnome/help/gnotravex/C/bugs.html -share/gnome/help/gnotravex/C/docbook.css +share/gnome/help/gnome-stones/it/figures/main-game.png +share/gnome/help/gnome-stones/it/figures/main-start.png +share/gnome/help/gnome-stones/it/figures/preferences-joystick.png +share/gnome/help/gnome-stones/it/figures/preferences-main.png +share/gnome/help/gnome-stones/it/gnome-stones.sgml share/gnome/help/gnotravex/C/figures/gnotravex_game.png share/gnome/help/gnotravex/C/figures/gnotravex_mainwindow.png share/gnome/help/gnotravex/C/gnotravex.sgml -share/gnome/help/gnotravex/C/index.html -share/gnome/help/gnotravex/C/license.html -share/gnome/help/gnotravex/C/prefs.html -share/gnome/help/gnotravex/C/stylesheet-images/caution.gif -share/gnome/help/gnotravex/C/stylesheet-images/home.gif -share/gnome/help/gnotravex/C/stylesheet-images/important.gif -share/gnome/help/gnotravex/C/stylesheet-images/next.gif -share/gnome/help/gnotravex/C/stylesheet-images/note.gif -share/gnome/help/gnotravex/C/stylesheet-images/prev.gif -share/gnome/help/gnotravex/C/stylesheet-images/tip.gif -share/gnome/help/gnotravex/C/stylesheet-images/toc-blank.gif -share/gnome/help/gnotravex/C/stylesheet-images/toc-minus.gif -share/gnome/help/gnotravex/C/stylesheet-images/toc-plus.gif -share/gnome/help/gnotravex/C/stylesheet-images/up.gif -share/gnome/help/gnotravex/C/stylesheet-images/warning.gif share/gnome/help/gnotravex/C/topic.dat -share/gnome/help/gnotravex/C/usage.html -share/gnome/help/gtali/C/authors.html -share/gnome/help/gtali/C/bugs.html -share/gnome/help/gtali/C/docbook.css +share/gnome/help/gnotravex/es/figures/gnotravex_game.png +share/gnome/help/gnotravex/es/figures/gnotravex_mainwindow.png +share/gnome/help/gnotravex/es/gnotravex.sgml +share/gnome/help/gnotravex/es/topic.dat share/gnome/help/gtali/C/figures/mainwindow.png share/gnome/help/gtali/C/figures/preferences.png share/gnome/help/gtali/C/gtali.sgml share/gnome/help/gtali/C/index.html -share/gnome/help/gtali/C/license.html -share/gnome/help/gtali/C/options.html -share/gnome/help/gtali/C/playing.html -share/gnome/help/gtali/C/strategy.html -share/gnome/help/gtali/C/stylesheet-images/caution.gif -share/gnome/help/gtali/C/stylesheet-images/home.gif -share/gnome/help/gtali/C/stylesheet-images/important.gif -share/gnome/help/gtali/C/stylesheet-images/next.gif -share/gnome/help/gtali/C/stylesheet-images/note.gif -share/gnome/help/gtali/C/stylesheet-images/prev.gif -share/gnome/help/gtali/C/stylesheet-images/tip.gif -share/gnome/help/gtali/C/stylesheet-images/toc-blank.gif -share/gnome/help/gtali/C/stylesheet-images/toc-minus.gif -share/gnome/help/gtali/C/stylesheet-images/toc-plus.gif -share/gnome/help/gtali/C/stylesheet-images/up.gif -share/gnome/help/gtali/C/stylesheet-images/warning.gif share/gnome/help/gtali/C/topic.dat share/gnome/help/gtali/da/index.html share/gnome/help/gtali/da/topic.dat -share/gnome/help/gturing/C/authors.html -share/gnome/help/gturing/C/docbook.css share/gnome/help/gturing/C/figures/mainwin.png share/gnome/help/gturing/C/gturing.sgml -share/gnome/help/gturing/C/index.html -share/gnome/help/gturing/C/license.html -share/gnome/help/gturing/C/prgfmt.html -share/gnome/help/gturing/C/stylesheet-images/caution.gif -share/gnome/help/gturing/C/stylesheet-images/home.gif -share/gnome/help/gturing/C/stylesheet-images/important.gif -share/gnome/help/gturing/C/stylesheet-images/next.gif -share/gnome/help/gturing/C/stylesheet-images/note.gif -share/gnome/help/gturing/C/stylesheet-images/prev.gif -share/gnome/help/gturing/C/stylesheet-images/tip.gif -share/gnome/help/gturing/C/stylesheet-images/toc-blank.gif -share/gnome/help/gturing/C/stylesheet-images/toc-minus.gif -share/gnome/help/gturing/C/stylesheet-images/toc-plus.gif -share/gnome/help/gturing/C/stylesheet-images/up.gif -share/gnome/help/gturing/C/stylesheet-images/warning.gif share/gnome/help/gturing/C/topic.dat -share/gnome/help/gturing/C/turingmachine.html -share/gnome/help/gturing/C/using.html -share/gnome/help/gturing/it/description.html -share/gnome/help/gturing/it/dialogs.html -share/gnome/help/gturing/it/display.html -share/gnome/help/gturing/it/docbook.css share/gnome/help/gturing/it/figures/mainwin.png share/gnome/help/gturing/it/gturing.sgml -share/gnome/help/gturing/it/index.html -share/gnome/help/gturing/it/ln10.html -share/gnome/help/gturing/it/prgfmt.html -share/gnome/help/gturing/it/stylesheet-images/caution.gif -share/gnome/help/gturing/it/stylesheet-images/home.gif -share/gnome/help/gturing/it/stylesheet-images/important.gif -share/gnome/help/gturing/it/stylesheet-images/next.gif -share/gnome/help/gturing/it/stylesheet-images/note.gif -share/gnome/help/gturing/it/stylesheet-images/prev.gif -share/gnome/help/gturing/it/stylesheet-images/tip.gif -share/gnome/help/gturing/it/stylesheet-images/toc-blank.gif -share/gnome/help/gturing/it/stylesheet-images/toc-minus.gif -share/gnome/help/gturing/it/stylesheet-images/toc-plus.gif -share/gnome/help/gturing/it/stylesheet-images/up.gif -share/gnome/help/gturing/it/stylesheet-images/warning.gif -share/gnome/help/gturing/it/toolbar.html share/gnome/help/gturing/it/topic.dat -share/gnome/help/iagno/C/animations.html -share/gnome/help/iagno/C/bugs.html -share/gnome/help/iagno/C/credits.html -share/gnome/help/iagno/C/docbook.css share/gnome/help/iagno/C/figures/ANIMATION.png share/gnome/help/iagno/C/figures/BLOCK.png share/gnome/help/iagno/C/figures/FIRST.png share/gnome/help/iagno/C/figures/PLAYER.png share/gnome/help/iagno/C/figures/START.png share/gnome/help/iagno/C/iagno.sgml -share/gnome/help/iagno/C/index.html -share/gnome/help/iagno/C/license.html -share/gnome/help/iagno/C/playing.html -share/gnome/help/iagno/C/settings.html -share/gnome/help/iagno/C/stylesheet-images/caution.gif -share/gnome/help/iagno/C/stylesheet-images/home.gif -share/gnome/help/iagno/C/stylesheet-images/important.gif -share/gnome/help/iagno/C/stylesheet-images/next.gif -share/gnome/help/iagno/C/stylesheet-images/note.gif -share/gnome/help/iagno/C/stylesheet-images/prev.gif -share/gnome/help/iagno/C/stylesheet-images/tip.gif -share/gnome/help/iagno/C/stylesheet-images/toc-blank.gif -share/gnome/help/iagno/C/stylesheet-images/toc-minus.gif -share/gnome/help/iagno/C/stylesheet-images/toc-plus.gif -share/gnome/help/iagno/C/stylesheet-images/up.gif -share/gnome/help/iagno/C/stylesheet-images/warning.gif share/gnome/help/iagno/C/topic.dat -share/gnome/help/iagno/it/animations.html -share/gnome/help/iagno/it/bugs.html -share/gnome/help/iagno/it/credits.html -share/gnome/help/iagno/it/docbook.css share/gnome/help/iagno/it/figures/ANIMATION.png share/gnome/help/iagno/it/figures/BLOCK.png share/gnome/help/iagno/it/figures/FIRST.png share/gnome/help/iagno/it/figures/PLAYER.png share/gnome/help/iagno/it/figures/START.png share/gnome/help/iagno/it/iagno.sgml -share/gnome/help/iagno/it/index.html -share/gnome/help/iagno/it/license.html -share/gnome/help/iagno/it/playing.html -share/gnome/help/iagno/it/settings.html -share/gnome/help/iagno/it/stylesheet-images/caution.gif -share/gnome/help/iagno/it/stylesheet-images/home.gif -share/gnome/help/iagno/it/stylesheet-images/important.gif -share/gnome/help/iagno/it/stylesheet-images/next.gif -share/gnome/help/iagno/it/stylesheet-images/note.gif -share/gnome/help/iagno/it/stylesheet-images/prev.gif -share/gnome/help/iagno/it/stylesheet-images/tip.gif -share/gnome/help/iagno/it/stylesheet-images/toc-blank.gif -share/gnome/help/iagno/it/stylesheet-images/toc-minus.gif -share/gnome/help/iagno/it/stylesheet-images/toc-plus.gif -share/gnome/help/iagno/it/stylesheet-images/up.gif -share/gnome/help/iagno/it/stylesheet-images/warning.gif share/gnome/help/iagno/it/topic.dat -share/gnome/help/mahjongg/C/authors.html -share/gnome/help/mahjongg/C/bugs.html -share/gnome/help/mahjongg/C/docbook.css share/gnome/help/mahjongg/C/figures/color.png share/gnome/help/mahjongg/C/figures/confirm.png share/gnome/help/mahjongg/C/figures/mahjongg.png @@ -605,74 +373,46 @@ share/gnome/help/mahjongg/C/figures/preferences.png share/gnome/help/mahjongg/C/figures/scores.png share/gnome/help/mahjongg/C/figures/seed.png share/gnome/help/mahjongg/C/figures/toolbar.png -share/gnome/help/mahjongg/C/index.html -share/gnome/help/mahjongg/C/license.html share/gnome/help/mahjongg/C/mahjongg.sgml -share/gnome/help/mahjongg/C/prefs.html -share/gnome/help/mahjongg/C/stylesheet-images/caution.gif -share/gnome/help/mahjongg/C/stylesheet-images/home.gif -share/gnome/help/mahjongg/C/stylesheet-images/important.gif -share/gnome/help/mahjongg/C/stylesheet-images/next.gif -share/gnome/help/mahjongg/C/stylesheet-images/note.gif -share/gnome/help/mahjongg/C/stylesheet-images/prev.gif -share/gnome/help/mahjongg/C/stylesheet-images/tip.gif -share/gnome/help/mahjongg/C/stylesheet-images/toc-blank.gif -share/gnome/help/mahjongg/C/stylesheet-images/toc-minus.gif -share/gnome/help/mahjongg/C/stylesheet-images/toc-plus.gif -share/gnome/help/mahjongg/C/stylesheet-images/up.gif -share/gnome/help/mahjongg/C/stylesheet-images/warning.gif share/gnome/help/mahjongg/C/topic.dat -share/gnome/help/mahjongg/C/usage.html -share/gnome/help/same-gnome/C/docbook.css -share/gnome/help/same-gnome/C/index.html -share/gnome/help/same-gnome/C/newthemes.html +share/gnome/help/mahjongg/it/figures/color.png +share/gnome/help/mahjongg/it/figures/mahjongg.png +share/gnome/help/mahjongg/it/figures/no-match.png +share/gnome/help/mahjongg/it/figures/no-move.png +share/gnome/help/mahjongg/it/figures/preferences.png +share/gnome/help/mahjongg/it/figures/seed.png +share/gnome/help/mahjongg/it/figures/toolbar.png +share/gnome/help/mahjongg/it/mahjongg.sgml +share/gnome/help/mahjongg/it/topic.dat share/gnome/help/same-gnome/C/same-gnome.sgml -share/gnome/help/same-gnome/C/stylesheet-images/caution.gif -share/gnome/help/same-gnome/C/stylesheet-images/home.gif -share/gnome/help/same-gnome/C/stylesheet-images/important.gif -share/gnome/help/same-gnome/C/stylesheet-images/next.gif -share/gnome/help/same-gnome/C/stylesheet-images/note.gif -share/gnome/help/same-gnome/C/stylesheet-images/prev.gif -share/gnome/help/same-gnome/C/stylesheet-images/tip.gif -share/gnome/help/same-gnome/C/stylesheet-images/toc-blank.gif -share/gnome/help/same-gnome/C/stylesheet-images/toc-minus.gif -share/gnome/help/same-gnome/C/stylesheet-images/toc-plus.gif -share/gnome/help/same-gnome/C/stylesheet-images/up.gif -share/gnome/help/same-gnome/C/stylesheet-images/warning.gif share/gnome/help/same-gnome/C/topic.dat -share/gnome/help/same-gnome/ru/docbook.css -share/gnome/help/same-gnome/ru/index.html -share/gnome/help/same-gnome/ru/newthemes.html +share/gnome/help/same-gnome/es/same-gnome.sgml +share/gnome/help/same-gnome/es/topic.dat share/gnome/help/same-gnome/ru/same-gnome.sgml -share/gnome/help/same-gnome/ru/stylesheet-images/caution.gif -share/gnome/help/same-gnome/ru/stylesheet-images/home.gif -share/gnome/help/same-gnome/ru/stylesheet-images/important.gif -share/gnome/help/same-gnome/ru/stylesheet-images/next.gif -share/gnome/help/same-gnome/ru/stylesheet-images/note.gif -share/gnome/help/same-gnome/ru/stylesheet-images/prev.gif -share/gnome/help/same-gnome/ru/stylesheet-images/tip.gif -share/gnome/help/same-gnome/ru/stylesheet-images/toc-blank.gif -share/gnome/help/same-gnome/ru/stylesheet-images/toc-minus.gif -share/gnome/help/same-gnome/ru/stylesheet-images/toc-plus.gif -share/gnome/help/same-gnome/ru/stylesheet-images/up.gif -share/gnome/help/same-gnome/ru/stylesheet-images/warning.gif share/gnome/help/same-gnome/ru/topic.dat 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-it.omf share/gnome/omf/gnome-games/gataxx-C.omf +share/gnome/omf/gnome-games/gataxx-es.omf +share/gnome/omf/gnome-games/gataxx-it.omf share/gnome/omf/gnome-games/gnibbles-C.omf share/gnome/omf/gnome-games/gnobots2-C.omf share/gnome/omf/gnome-games/gnome-mines-C.omf share/gnome/omf/gnome-games/gnome-stones-C.omf +share/gnome/omf/gnome-games/gnome-stones-it.omf share/gnome/omf/gnome-games/gnotravex-C.omf +share/gnome/omf/gnome-games/gnotravex-es.omf share/gnome/omf/gnome-games/gtali-C.omf share/gnome/omf/gnome-games/gturing-C.omf share/gnome/omf/gnome-games/gturing-it.omf share/gnome/omf/gnome-games/iagno-C.omf share/gnome/omf/gnome-games/iagno-it.omf share/gnome/omf/gnome-games/mahjongg-C.omf +share/gnome/omf/gnome-games/mahjongg-it.omf share/gnome/omf/gnome-games/same-gnome-C.omf +share/gnome/omf/gnome-games/same-gnome-es.omf share/gnome/omf/gnome-games/same-gnome-ru.omf share/gnome/pixmaps/cards/backs/beige.png share/gnome/pixmaps/cards/backs/face.png @@ -771,7 +511,8 @@ share/gnome/pixmaps/gnometris/bg/watery-bg.png share/gnome/pixmaps/gnometris/bg/weirdo-bg.png share/gnome/pixmaps/gnotravex/gnome-gnotravex.png share/gnome/pixmaps/gnotravex/gnotravex.png -share/gnome/pixmaps/gnotski/gnotski.png +share/gnome/pixmaps/gnotski-icon.png +share/gnome/pixmaps/gnotski.png share/gnome/pixmaps/iagno.png share/gnome/pixmaps/iagno/blend.png share/gnome/pixmaps/iagno/classic.png @@ -802,6 +543,7 @@ 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 +share/gnome/sol-games/chessboard.scm share/gnome/sol-games/clock.scm share/gnome/sol-games/cover.scm share/gnome/sol-games/diamond_mine.scm @@ -837,6 +579,7 @@ share/gnome/sol-games/odessa.scm share/gnome/sol-games/osmosis.scm share/gnome/sol-games/peek.scm share/gnome/sol-games/pileon.scm +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 @@ -974,8 +717,10 @@ share/locale/no/LC_MESSAGES/gnome-games.mo share/locale/pl/LC_MESSAGES/gnome-games.mo share/locale/pt/LC_MESSAGES/gnome-games.mo share/locale/pt_BR/LC_MESSAGES/gnome-games.mo +share/locale/ro/LC_MESSAGES/gnome-games.mo share/locale/ru/LC_MESSAGES/gnome-games.mo share/locale/sk/LC_MESSAGES/gnome-games.mo +share/locale/sl/LC_MESSAGES/gnome-games.mo share/locale/sv/LC_MESSAGES/gnome-games.mo share/locale/tr/LC_MESSAGES/gnome-games.mo share/locale/uk/LC_MESSAGES/gnome-games.mo @@ -994,7 +739,6 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-games.mo @dirrm share/gnome/pixmaps/mahjongg/bg @dirrm share/gnome/pixmaps/mahjongg @dirrm share/gnome/pixmaps/iagno -@dirrm share/gnome/pixmaps/gnotski @dirrm share/gnome/pixmaps/gnotravex @dirrm share/gnome/pixmaps/gnometris/bg @dirrm share/gnome/pixmaps/gnometris @@ -1016,10 +760,16 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-games.mo @dirrm share/gnome/help/same-gnome/ru/stylesheet-images @dirrm share/gnome/help/same-gnome/ru/figures @dirrm share/gnome/help/same-gnome/ru +@dirrm share/gnome/help/same-gnome/es/stylesheet-images +@dirrm share/gnome/help/same-gnome/es/figures +@dirrm share/gnome/help/same-gnome/es @dirrm share/gnome/help/same-gnome/C/stylesheet-images @dirrm share/gnome/help/same-gnome/C/figures @dirrm share/gnome/help/same-gnome/C @dirrm share/gnome/help/same-gnome +@dirrm share/gnome/help/mahjongg/it/stylesheet-images +@dirrm share/gnome/help/mahjongg/it/figures +@dirrm share/gnome/help/mahjongg/it @dirrm share/gnome/help/mahjongg/C/stylesheet-images @dirrm share/gnome/help/mahjongg/C/figures @dirrm share/gnome/help/mahjongg/C @@ -1043,10 +793,16 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-games.mo @dirrm share/gnome/help/gtali/C/figures @dirrm share/gnome/help/gtali/C @dirrm share/gnome/help/gtali +@dirrm share/gnome/help/gnotravex/es/stylesheet-images +@dirrm share/gnome/help/gnotravex/es/figures +@dirrm share/gnome/help/gnotravex/es @dirrm share/gnome/help/gnotravex/C/stylesheet-images @dirrm share/gnome/help/gnotravex/C/figures @dirrm share/gnome/help/gnotravex/C @dirrm share/gnome/help/gnotravex +@dirrm share/gnome/help/gnome-stones/it/stylesheet-images +@dirrm share/gnome/help/gnome-stones/it/figures +@dirrm share/gnome/help/gnome-stones/it @dirrm share/gnome/help/gnome-stones/C/stylesheet-images @dirrm share/gnome/help/gnome-stones/C/figures @dirrm share/gnome/help/gnome-stones/C @@ -1066,10 +822,19 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-games.mo @dirrm share/gnome/help/gnibbles/C/figures @dirrm share/gnome/help/gnibbles/C @dirrm share/gnome/help/gnibbles +@dirrm share/gnome/help/gataxx/it/stylesheet-images +@dirrm share/gnome/help/gataxx/it/figures +@dirrm share/gnome/help/gataxx/it +@dirrm share/gnome/help/gataxx/es/stylesheet-images +@dirrm share/gnome/help/gataxx/es/figures +@dirrm share/gnome/help/gataxx/es @dirrm share/gnome/help/gataxx/C/stylesheet-images @dirrm share/gnome/help/gataxx/C/figures @dirrm share/gnome/help/gataxx/C @dirrm share/gnome/help/gataxx +@dirrm share/gnome/help/aisleriot/it/stylesheet-images +@dirrm share/gnome/help/aisleriot/it/figures +@dirrm share/gnome/help/aisleriot/it @dirrm share/gnome/help/aisleriot/C/stylesheet-images @dirrm share/gnome/help/aisleriot/C/figures @dirrm share/gnome/help/aisleriot/C |