diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-31 07:48:38 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-31 07:48:38 +0800 |
commit | 330b092c66ef97784828e4e41c2569793789fae2 (patch) | |
tree | 02e70d19bfa10dac84bcc7c604d2125a99ab1c0a /games/gnome-nibbles | |
parent | 38886e719bd94327c0c2c7ffffa75572cd5d305f (diff) | |
download | marcuscom-ports-330b092c66ef97784828e4e41c2569793789fae2.tar marcuscom-ports-330b092c66ef97784828e4e41c2569793789fae2.tar.gz marcuscom-ports-330b092c66ef97784828e4e41c2569793789fae2.tar.bz2 marcuscom-ports-330b092c66ef97784828e4e41c2569793789fae2.tar.lz marcuscom-ports-330b092c66ef97784828e4e41c2569793789fae2.tar.xz marcuscom-ports-330b092c66ef97784828e4e41c2569793789fae2.tar.zst marcuscom-ports-330b092c66ef97784828e4e41c2569793789fae2.zip |
Turn gnome-games in a meta port, in GNOME 3.8 all the games where split off.
Update most to 3.10 but some are still 3.8 because they require a
clutter update. As always please report bugs, especialy with the score
handling.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18839 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/gnome-nibbles')
-rw-r--r-- | games/gnome-nibbles/Makefile | 30 | ||||
-rw-r--r-- | games/gnome-nibbles/distinfo | 2 | ||||
-rw-r--r-- | games/gnome-nibbles/pkg-descr | 5 | ||||
-rw-r--r-- | games/gnome-nibbles/pkg-install | 17 | ||||
-rw-r--r-- | games/gnome-nibbles/pkg-plist | 362 |
5 files changed, 416 insertions, 0 deletions
diff --git a/games/gnome-nibbles/Makefile b/games/gnome-nibbles/Makefile new file mode 100644 index 000000000..704d3ebad --- /dev/null +++ b/games/gnome-nibbles/Makefile @@ -0,0 +1,30 @@ +# $FreeBSD$ +# $MCom$ + +PORTNAME= gnome-nibbles +PORTVERSION= 3.8.0 +CATEGORIES= games gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome3 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Gnome nibbles + +BUILD_DEPENDS= vala:${PORTSDIR}/lang/vala \ + itstool:${PORTSDIR}/textproc/itstool +LIB_DEPENDS= libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 \ + libclutter-gtk-1.0.so:${PORTSDIR}/graphics/clutter-gtk3 + +USE_XZ= yes +USES= gettext gmake pathfix pkgconfig +INSTALLS_ICONS= yes +USE_GL= gl +USE_GNOME= gtk30 intlhack librsvg2 libxml2:build +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +GLIB_SCHEMAS= org.gnome.nibbles.gschema.xml + +.include <bsd.port.mk> diff --git a/games/gnome-nibbles/distinfo b/games/gnome-nibbles/distinfo new file mode 100644 index 000000000..5f51beec8 --- /dev/null +++ b/games/gnome-nibbles/distinfo @@ -0,0 +1,2 @@ +SHA256 (gnome3/gnome-nibbles-3.8.0.tar.xz) = bc1e4f687f1e794ef15a4162492154970300ac682378e59f9471327e5fd0d606 +SIZE (gnome3/gnome-nibbles-3.8.0.tar.xz) = 3904360 diff --git a/games/gnome-nibbles/pkg-descr b/games/gnome-nibbles/pkg-descr new file mode 100644 index 000000000..5328a92bd --- /dev/null +++ b/games/gnome-nibbles/pkg-descr @@ -0,0 +1,5 @@ +Nibbles is a game where the user controls a snake. The snake moves around +the board, eating diamonds while avoiding the walls placed around it. +Nibbles also features network multiplayer, and up to six evil AI worms! + +WWW: https://wiki.gnome.org/Nibbles diff --git a/games/gnome-nibbles/pkg-install b/games/gnome-nibbles/pkg-install new file mode 100644 index 000000000..842c719b5 --- /dev/null +++ b/games/gnome-nibbles/pkg-install @@ -0,0 +1,17 @@ +#!/bin/sh + +PATH=/bin:/usr/bin:/usr/sbin + +case $2 in +POST-INSTALL) + mkdir -p ${PKG_PREFIX}/share/games + SCORES="gnibbles.1.0.scores gnibbles.1.1.scores gnibbles.2.0.scores gnibbles.2.1.scores gnibbles.3.0.scores gnibbles.3.1.scores gnibbles.4.0.scores gnibbles.4.1.scores" + for i in ${SCORES}; do + if [ ! -f ${PKG_PREFIX}/share/games/${i} ]; then + touch -f ${PKG_PREFIX}/share/games/${i} + chown games:games ${PKG_PREFIX}/share/games/${i} + chmod 0666 ${PKG_PREFIX}/share/games/${i} + fi + done + ;; +esac diff --git a/games/gnome-nibbles/pkg-plist b/games/gnome-nibbles/pkg-plist new file mode 100644 index 000000000..ea63b2aad --- /dev/null +++ b/games/gnome-nibbles/pkg-plist @@ -0,0 +1,362 @@ +bin/gnome-nibbles +man/man6/gnome-nibbles.6.gz +share/applications/gnibbles.desktop +@unexec [ -s %D/share/games/gnome-nibbles.1.0.scores ] || rm -f %D/share/games/gnome-nibbles.1.0.scores +@unexec [ -s %D/share/games/gnome-nibbles.1.1.scores ] || rm -f %D/share/games/gnome-nibbles.1.1.scores +@unexec [ -s %D/share/games/gnome-nibbles.2.0.scores ] || rm -f %D/share/games/gnome-nibbles.2.0.scores +@unexec [ -s %D/share/games/gnome-nibbles.2.1.scores ] || rm -f %D/share/games/gnome-nibbles.2.1.scores +@unexec [ -s %D/share/games/gnome-nibbles.3.0.scores ] || rm -f %D/share/games/gnome-nibbles.3.0.scores +@unexec [ -s %D/share/games/gnome-nibbles.3.1.scores ] || rm -f %D/share/games/gnome-nibbles.3.1.scores +@unexec [ -s %D/share/games/gnome-nibbles.4.0.scores ] || rm -f %D/share/games/gnome-nibbles.4.0.scores +@unexec [ -s %D/share/games/gnome-nibbles.4.1.scores ] || rm -f %D/share/games/gnome-nibbles.4.1.scores +share/gnome-nibbles/games/level001.gnl +share/gnome-nibbles/games/level002.gnl +share/gnome-nibbles/games/level003.gnl +share/gnome-nibbles/games/level004.gnl +share/gnome-nibbles/games/level005.gnl +share/gnome-nibbles/games/level006.gnl +share/gnome-nibbles/games/level007.gnl +share/gnome-nibbles/games/level008.gnl +share/gnome-nibbles/games/level009.gnl +share/gnome-nibbles/games/level010.gnl +share/gnome-nibbles/games/level011.gnl +share/gnome-nibbles/games/level012.gnl +share/gnome-nibbles/games/level013.gnl +share/gnome-nibbles/games/level014.gnl +share/gnome-nibbles/games/level015.gnl +share/gnome-nibbles/games/level016.gnl +share/gnome-nibbles/games/level017.gnl +share/gnome-nibbles/games/level018.gnl +share/gnome-nibbles/games/level019.gnl +share/gnome-nibbles/games/level020.gnl +share/gnome-nibbles/games/level021.gnl +share/gnome-nibbles/games/level022.gnl +share/gnome-nibbles/games/level023.gnl +share/gnome-nibbles/games/level024.gnl +share/gnome-nibbles/games/level025.gnl +share/gnome-nibbles/games/level026.gnl +share/gnome-nibbles/pixmaps/blank.svg +share/gnome-nibbles/pixmaps/bonus1.svg +share/gnome-nibbles/pixmaps/bonus2.svg +share/gnome-nibbles/pixmaps/bonus3.svg +share/gnome-nibbles/pixmaps/bonus4.svg +share/gnome-nibbles/pixmaps/bonus5.svg +share/gnome-nibbles/pixmaps/diamond.svg +share/gnome-nibbles/pixmaps/gnome-nibbles-logo.svg +share/gnome-nibbles/pixmaps/life.svg +share/gnome-nibbles/pixmaps/questionmark.svg +share/gnome-nibbles/pixmaps/snake-blue.svg +share/gnome-nibbles/pixmaps/snake-cyan.svg +share/gnome-nibbles/pixmaps/snake-green.svg +share/gnome-nibbles/pixmaps/snake-grey.svg +share/gnome-nibbles/pixmaps/snake-magenta.svg +share/gnome-nibbles/pixmaps/snake-red.svg +share/gnome-nibbles/pixmaps/snake-yellow.svg +share/gnome-nibbles/pixmaps/wall-corner-bottom-left.svg +share/gnome-nibbles/pixmaps/wall-corner-bottom-right.svg +share/gnome-nibbles/pixmaps/wall-corner-top-left.svg +share/gnome-nibbles/pixmaps/wall-corner-top-right.svg +share/gnome-nibbles/pixmaps/wall-cross.svg +share/gnome-nibbles/pixmaps/wall-empty.svg +share/gnome-nibbles/pixmaps/wall-small-empty.svg +share/gnome-nibbles/pixmaps/wall-straight-side.svg +share/gnome-nibbles/pixmaps/wall-straight-up.svg +share/gnome-nibbles/pixmaps/wall-tee-down.svg +share/gnome-nibbles/pixmaps/wall-tee-left.svg +share/gnome-nibbles/pixmaps/wall-tee-right.svg +share/gnome-nibbles/pixmaps/wall-tee-up.svg +share/gnome-nibbles/sounds/appear.ogg +share/gnome-nibbles/sounds/bonus.ogg +share/gnome-nibbles/sounds/crash.ogg +share/gnome-nibbles/sounds/gameover.ogg +share/gnome-nibbles/sounds/gobble.ogg +share/gnome-nibbles/sounds/life.ogg +share/gnome-nibbles/sounds/reverse.ogg +share/gnome-nibbles/sounds/teleport.ogg +share/help/C/gnome-nibbles/figures/game.png +share/help/C/gnome-nibbles/figures/intro.png +share/help/C/gnome-nibbles/figures/playing.png +share/help/C/gnome-nibbles/figures/worm_op.png +share/help/C/gnome-nibbles/index.docbook +share/help/C/gnome-nibbles/legal.xml +share/help/ca/gnome-nibbles/figures/game.png +share/help/ca/gnome-nibbles/figures/intro.png +share/help/ca/gnome-nibbles/figures/playing.png +share/help/ca/gnome-nibbles/figures/worm_op.png +share/help/ca/gnome-nibbles/index.docbook +share/help/ca/gnome-nibbles/legal.xml +share/help/cs/gnome-nibbles/figures/game.png +share/help/cs/gnome-nibbles/figures/intro.png +share/help/cs/gnome-nibbles/figures/playing.png +share/help/cs/gnome-nibbles/figures/worm_op.png +share/help/cs/gnome-nibbles/index.docbook +share/help/cs/gnome-nibbles/legal.xml +share/help/de/gnome-nibbles/figures/game.png +share/help/de/gnome-nibbles/figures/intro.png +share/help/de/gnome-nibbles/figures/playing.png +share/help/de/gnome-nibbles/figures/worm_op.png +share/help/de/gnome-nibbles/index.docbook +share/help/de/gnome-nibbles/legal.xml +share/help/el/gnome-nibbles/figures/game.png +share/help/el/gnome-nibbles/figures/intro.png +share/help/el/gnome-nibbles/figures/playing.png +share/help/el/gnome-nibbles/figures/worm_op.png +share/help/el/gnome-nibbles/index.docbook +share/help/el/gnome-nibbles/legal.xml +share/help/en_GB/gnome-nibbles/figures/game.png +share/help/en_GB/gnome-nibbles/figures/intro.png +share/help/en_GB/gnome-nibbles/figures/playing.png +share/help/en_GB/gnome-nibbles/figures/worm_op.png +share/help/en_GB/gnome-nibbles/index.docbook +share/help/en_GB/gnome-nibbles/legal.xml +share/help/es/gnome-nibbles/figures/game.png +share/help/es/gnome-nibbles/figures/intro.png +share/help/es/gnome-nibbles/figures/playing.png +share/help/es/gnome-nibbles/figures/worm_op.png +share/help/es/gnome-nibbles/index.docbook +share/help/es/gnome-nibbles/legal.xml +share/help/eu/gnome-nibbles/figures/game.png +share/help/eu/gnome-nibbles/figures/intro.png +share/help/eu/gnome-nibbles/figures/playing.png +share/help/eu/gnome-nibbles/figures/worm_op.png +share/help/eu/gnome-nibbles/index.docbook +share/help/eu/gnome-nibbles/legal.xml +share/help/fr/gnome-nibbles/figures/game.png +share/help/fr/gnome-nibbles/figures/intro.png +share/help/fr/gnome-nibbles/figures/playing.png +share/help/fr/gnome-nibbles/figures/worm_op.png +share/help/fr/gnome-nibbles/index.docbook +share/help/fr/gnome-nibbles/legal.xml +share/help/it/gnome-nibbles/figures/game.png +share/help/it/gnome-nibbles/figures/intro.png +share/help/it/gnome-nibbles/figures/playing.png +share/help/it/gnome-nibbles/figures/worm_op.png +share/help/it/gnome-nibbles/index.docbook +share/help/it/gnome-nibbles/legal.xml +share/help/oc/gnome-nibbles/figures/game.png +share/help/oc/gnome-nibbles/figures/intro.png +share/help/oc/gnome-nibbles/figures/playing.png +share/help/oc/gnome-nibbles/figures/worm_op.png +share/help/oc/gnome-nibbles/index.docbook +share/help/oc/gnome-nibbles/legal.xml +share/help/sl/gnome-nibbles/figures/game.png +share/help/sl/gnome-nibbles/figures/intro.png +share/help/sl/gnome-nibbles/figures/playing.png +share/help/sl/gnome-nibbles/figures/worm_op.png +share/help/sl/gnome-nibbles/index.docbook +share/help/sl/gnome-nibbles/legal.xml +share/help/sr/gnome-nibbles/figures/game.png +share/help/sr/gnome-nibbles/figures/intro.png +share/help/sr/gnome-nibbles/figures/playing.png +share/help/sr/gnome-nibbles/figures/worm_op.png +share/help/sr/gnome-nibbles/index.docbook +share/help/sr/gnome-nibbles/legal.xml +share/help/sr@latin/gnome-nibbles/figures/game.png +share/help/sr@latin/gnome-nibbles/figures/intro.png +share/help/sr@latin/gnome-nibbles/figures/playing.png +share/help/sr@latin/gnome-nibbles/figures/worm_op.png +share/help/sr@latin/gnome-nibbles/index.docbook +share/help/sr@latin/gnome-nibbles/legal.xml +share/help/sv/gnome-nibbles/figures/game.png +share/help/sv/gnome-nibbles/figures/intro.png +share/help/sv/gnome-nibbles/figures/playing.png +share/help/sv/gnome-nibbles/figures/worm_op.png +share/help/sv/gnome-nibbles/index.docbook +share/help/sv/gnome-nibbles/legal.xml +share/help/zh_CN/gnome-nibbles/figures/game.png +share/help/zh_CN/gnome-nibbles/figures/intro.png +share/help/zh_CN/gnome-nibbles/figures/playing.png +share/help/zh_CN/gnome-nibbles/figures/worm_op.png +share/help/zh_CN/gnome-nibbles/index.docbook +share/help/zh_CN/gnome-nibbles/legal.xml +share/icons/HighContrast/16x16/apps/gnome-nibbles.png +share/icons/HighContrast/22x22/apps/gnome-nibbles.png +share/icons/HighContrast/24x24/apps/gnome-nibbles.png +share/icons/HighContrast/256x256/apps/gnome-nibbles.png +share/icons/HighContrast/32x32/apps/gnome-nibbles.png +share/icons/HighContrast/48x48/apps/gnome-nibbles.png +share/icons/hicolor/16x16/apps/gnome-nibbles.png +share/icons/hicolor/22x22/apps/gnome-nibbles.png +share/icons/hicolor/24x24/apps/gnome-nibbles.png +share/icons/hicolor/32x32/apps/gnome-nibbles.png +share/icons/hicolor/48x48/apps/gnome-nibbles.png +share/icons/hicolor/scalable/apps/gnome-nibbles.svg +share/locale/af/LC_MESSAGES/gnome-nibbles.mo +share/locale/am/LC_MESSAGES/gnome-nibbles.mo +share/locale/ar/LC_MESSAGES/gnome-nibbles.mo +share/locale/as/LC_MESSAGES/gnome-nibbles.mo +share/locale/ast/LC_MESSAGES/gnome-nibbles.mo +share/locale/az/LC_MESSAGES/gnome-nibbles.mo +share/locale/be/LC_MESSAGES/gnome-nibbles.mo +share/locale/bg/LC_MESSAGES/gnome-nibbles.mo +share/locale/bn/LC_MESSAGES/gnome-nibbles.mo +share/locale/bn_IN/LC_MESSAGES/gnome-nibbles.mo +share/locale/br/LC_MESSAGES/gnome-nibbles.mo +share/locale/ca/LC_MESSAGES/gnome-nibbles.mo +share/locale/ca@valencia/LC_MESSAGES/gnome-nibbles.mo +share/locale/cs/LC_MESSAGES/gnome-nibbles.mo +share/locale/cy/LC_MESSAGES/gnome-nibbles.mo +share/locale/da/LC_MESSAGES/gnome-nibbles.mo +share/locale/de/LC_MESSAGES/gnome-nibbles.mo +share/locale/dz/LC_MESSAGES/gnome-nibbles.mo +share/locale/el/LC_MESSAGES/gnome-nibbles.mo +share/locale/en@shaw/LC_MESSAGES/gnome-nibbles.mo +share/locale/en_CA/LC_MESSAGES/gnome-nibbles.mo +share/locale/en_GB/LC_MESSAGES/gnome-nibbles.mo +share/locale/eo/LC_MESSAGES/gnome-nibbles.mo +share/locale/es/LC_MESSAGES/gnome-nibbles.mo +share/locale/et/LC_MESSAGES/gnome-nibbles.mo +share/locale/eu/LC_MESSAGES/gnome-nibbles.mo +share/locale/fa/LC_MESSAGES/gnome-nibbles.mo +share/locale/fi/LC_MESSAGES/gnome-nibbles.mo +share/locale/fr/LC_MESSAGES/gnome-nibbles.mo +share/locale/ga/LC_MESSAGES/gnome-nibbles.mo +share/locale/gl/LC_MESSAGES/gnome-nibbles.mo +share/locale/gu/LC_MESSAGES/gnome-nibbles.mo +share/locale/he/LC_MESSAGES/gnome-nibbles.mo +share/locale/hi/LC_MESSAGES/gnome-nibbles.mo +share/locale/hr/LC_MESSAGES/gnome-nibbles.mo +share/locale/hu/LC_MESSAGES/gnome-nibbles.mo +share/locale/id/LC_MESSAGES/gnome-nibbles.mo +share/locale/is/LC_MESSAGES/gnome-nibbles.mo +share/locale/it/LC_MESSAGES/gnome-nibbles.mo +share/locale/ja/LC_MESSAGES/gnome-nibbles.mo +share/locale/ka/LC_MESSAGES/gnome-nibbles.mo +share/locale/kk/LC_MESSAGES/gnome-nibbles.mo +share/locale/km/LC_MESSAGES/gnome-nibbles.mo +share/locale/kn/LC_MESSAGES/gnome-nibbles.mo +share/locale/ko/LC_MESSAGES/gnome-nibbles.mo +share/locale/ku/LC_MESSAGES/gnome-nibbles.mo +share/locale/lt/LC_MESSAGES/gnome-nibbles.mo +share/locale/lv/LC_MESSAGES/gnome-nibbles.mo +share/locale/mai/LC_MESSAGES/gnome-nibbles.mo +share/locale/mk/LC_MESSAGES/gnome-nibbles.mo +share/locale/ml/LC_MESSAGES/gnome-nibbles.mo +share/locale/mn/LC_MESSAGES/gnome-nibbles.mo +share/locale/mr/LC_MESSAGES/gnome-nibbles.mo +share/locale/ms/LC_MESSAGES/gnome-nibbles.mo +share/locale/nb/LC_MESSAGES/gnome-nibbles.mo +share/locale/ne/LC_MESSAGES/gnome-nibbles.mo +share/locale/nl/LC_MESSAGES/gnome-nibbles.mo +share/locale/nn/LC_MESSAGES/gnome-nibbles.mo +share/locale/oc/LC_MESSAGES/gnome-nibbles.mo +share/locale/or/LC_MESSAGES/gnome-nibbles.mo +share/locale/pa/LC_MESSAGES/gnome-nibbles.mo +share/locale/pl/LC_MESSAGES/gnome-nibbles.mo +share/locale/pt/LC_MESSAGES/gnome-nibbles.mo +share/locale/pt_BR/LC_MESSAGES/gnome-nibbles.mo +share/locale/ro/LC_MESSAGES/gnome-nibbles.mo +share/locale/ru/LC_MESSAGES/gnome-nibbles.mo +share/locale/rw/LC_MESSAGES/gnome-nibbles.mo +share/locale/si/LC_MESSAGES/gnome-nibbles.mo +share/locale/sk/LC_MESSAGES/gnome-nibbles.mo +share/locale/sl/LC_MESSAGES/gnome-nibbles.mo +share/locale/sq/LC_MESSAGES/gnome-nibbles.mo +share/locale/sr/LC_MESSAGES/gnome-nibbles.mo +share/locale/sr@latin/LC_MESSAGES/gnome-nibbles.mo +share/locale/sv/LC_MESSAGES/gnome-nibbles.mo +share/locale/ta/LC_MESSAGES/gnome-nibbles.mo +share/locale/te/LC_MESSAGES/gnome-nibbles.mo +share/locale/tg/LC_MESSAGES/gnome-nibbles.mo +share/locale/th/LC_MESSAGES/gnome-nibbles.mo +share/locale/tr/LC_MESSAGES/gnome-nibbles.mo +share/locale/ug/LC_MESSAGES/gnome-nibbles.mo +share/locale/uk/LC_MESSAGES/gnome-nibbles.mo +share/locale/vi/LC_MESSAGES/gnome-nibbles.mo +share/locale/wa/LC_MESSAGES/gnome-nibbles.mo +share/locale/xh/LC_MESSAGES/gnome-nibbles.mo +share/locale/zh_CN/LC_MESSAGES/gnome-nibbles.mo +share/locale/zh_HK/LC_MESSAGES/gnome-nibbles.mo +share/locale/zh_TW/LC_MESSAGES/gnome-nibbles.mo +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/km/LC_MESSAGES +@dirrmtry share/locale/km +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as +@dirrm share/help/zh_CN/gnome-nibbles/figures +@dirrm share/help/zh_CN/gnome-nibbles +@dirrmtry share/help/zh_CN +@dirrm share/help/sv/gnome-nibbles/figures +@dirrm share/help/sv/gnome-nibbles +@dirrmtry share/help/sv +@dirrm share/help/sr@latin/gnome-nibbles/figures +@dirrm share/help/sr@latin/gnome-nibbles +@dirrmtry share/help/sr@latin +@dirrm share/help/sr/gnome-nibbles/figures +@dirrm share/help/sr/gnome-nibbles +@dirrmtry share/help/sr +@dirrm share/help/sl/gnome-nibbles/figures +@dirrm share/help/sl/gnome-nibbles +@dirrmtry share/help/sl +@dirrm share/help/oc/gnome-nibbles/figures +@dirrm share/help/oc/gnome-nibbles +@dirrmtry share/help/oc +@dirrm share/help/it/gnome-nibbles/figures +@dirrm share/help/it/gnome-nibbles +@dirrmtry share/help/it +@dirrm share/help/fr/gnome-nibbles/figures +@dirrm share/help/fr/gnome-nibbles +@dirrmtry share/help/fr +@dirrm share/help/eu/gnome-nibbles/figures +@dirrm share/help/eu/gnome-nibbles +@dirrmtry share/help/eu +@dirrm share/help/es/gnome-nibbles/figures +@dirrm share/help/es/gnome-nibbles +@dirrmtry share/help/es +@dirrm share/help/en_GB/gnome-nibbles/figures +@dirrm share/help/en_GB/gnome-nibbles +@dirrmtry share/help/en_GB +@dirrm share/help/el/gnome-nibbles/figures +@dirrm share/help/el/gnome-nibbles +@dirrmtry share/help/el +@dirrm share/help/de/gnome-nibbles/figures +@dirrm share/help/de/gnome-nibbles +@dirrmtry share/help/de +@dirrm share/help/cs/gnome-nibbles/figures +@dirrm share/help/cs/gnome-nibbles +@dirrmtry share/help/cs +@dirrm share/help/ca/gnome-nibbles/figures +@dirrm share/help/ca/gnome-nibbles +@dirrmtry share/help/ca +@dirrm share/help/C/gnome-nibbles/figures +@dirrm share/help/C/gnome-nibbles +@dirrmtry share/help/C +@dirrmtry share/help +@dirrmtry share/gnome-nibbles/sounds +@dirrmtry share/gnome-nibbles/pixmaps +@dirrmtry share/gnome-nibbles/games +@dirrmtry share/gnome-nibbles +@dirrmtry share/games |