diff options
author | johans <johans@FreeBSD.org> | 2013-10-06 11:18:02 +0000 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2013-10-06 11:18:02 +0000 |
commit | 24830bb1e18793905cc4df1c1597145c51b5f1cc (patch) | |
tree | 9fce403e7fe0f07c5796b266dc70201cbd30dea0 | |
parent | 1c99893bbd87a33e5d50d5073b6f73cff9b2c103 (diff) | |
download | FreeBSD-ports-24830bb1e18793905cc4df1c1597145c51b5f1cc.zip FreeBSD-ports-24830bb1e18793905cc4df1c1597145c51b5f1cc.tar.gz |
- Update to 3.10
- Enable stage support
-rw-r--r-- | games/gnomechess/Makefile | 11 | ||||
-rw-r--r-- | games/gnomechess/distinfo | 4 | ||||
-rw-r--r-- | games/gnomechess/pkg-plist | 352 |
3 files changed, 207 insertions, 160 deletions
diff --git a/games/gnomechess/Makefile b/games/gnomechess/Makefile index f96428d..01ab6cc 100644 --- a/games/gnomechess/Makefile +++ b/games/gnomechess/Makefile @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= gnomechess -PORTVERSION= 3.8.3 +PORTVERSION= 3.10.0 CATEGORIES= games gnome MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/gnome-chess/3.8 +MASTER_SITE_SUBDIR= sources/gnome-chess/3.10 DISTNAME= gnome-chess-${PORTVERSION} MAINTAINER= johans@FreeBSD.org @@ -17,21 +17,18 @@ BUILD_DEPENDS= crafty:${PORTSDIR}/games/crafty \ xmllint:${PORTSDIR}/textproc/libxml2 \ p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser -USES= pathfix pkgconfig desktop-file-utils shared-mime-info +USES= gmake pathfix pkgconfig desktop-file-utils shared-mime-info USE_GL= gl glu USE_GNOME= gtk30 librsvg2 -USE_GMAKE= yes USE_XZ= yes INSTALLS_OMF= yes +INSTALLS_ICONS= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_ARGS= XML_I18N_UPDATE="${TRUE}" XML_I18N_EXTRACT="${TRUE}" DATADIR= ${PREFIX}/share/gnome-chess -MAN6= gnome-chess.6 - -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/games/gnomechess/distinfo b/games/gnomechess/distinfo index b662201..9b16287 100644 --- a/games/gnomechess/distinfo +++ b/games/gnomechess/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome-chess-3.8.3.tar.xz) = c45493ca7de778029ea78bcf328410a6399dfd91f50241c6f6b4420115c2e786 -SIZE (gnome-chess-3.8.3.tar.xz) = 3279032 +SHA256 (gnome-chess-3.10.0.tar.xz) = 9bbc0b2819a3f6d9d688ea0089a0d5f826d368100af7a0f3e8361e0d6f9e77ee +SIZE (gnome-chess-3.10.0.tar.xz) = 3453204 diff --git a/games/gnomechess/pkg-plist b/games/gnomechess/pkg-plist index 129b8f4..355d008 100644 --- a/games/gnomechess/pkg-plist +++ b/games/gnomechess/pkg-plist @@ -1,48 +1,51 @@ bin/gnome-chess +etc/chess-engines.conf +man/man6/gnome-chess.6.gz +share/appdata/gnome-chess.appdata.xml share/applications/glchess.desktop share/glib-2.0/schemas/org.gnome.gnome-chess.gschema.xml +%%DATADIR%%/gnome-chess.ui +%%DATADIR%%/menu.ui %%DATADIR%%/pieces/3d/bishop.3ds %%DATADIR%%/pieces/3d/king.3ds %%DATADIR%%/pieces/3d/knight.3ds %%DATADIR%%/pieces/3d/pawn.3ds %%DATADIR%%/pieces/3d/queen.3ds %%DATADIR%%/pieces/3d/rook.3ds -%%DATADIR%%/pieces/fancy/blackKing.svg -%%DATADIR%%/pieces/fancy/blackQueen.svg -%%DATADIR%%/pieces/fancy/blackRook.svg %%DATADIR%%/pieces/fancy/blackBishop.svg +%%DATADIR%%/pieces/fancy/blackKing.svg %%DATADIR%%/pieces/fancy/blackKnight.svg %%DATADIR%%/pieces/fancy/blackPawn.svg -%%DATADIR%%/pieces/fancy/whiteKing.svg -%%DATADIR%%/pieces/fancy/whiteQueen.svg -%%DATADIR%%/pieces/fancy/whiteRook.svg +%%DATADIR%%/pieces/fancy/blackQueen.svg +%%DATADIR%%/pieces/fancy/blackRook.svg %%DATADIR%%/pieces/fancy/whiteBishop.svg +%%DATADIR%%/pieces/fancy/whiteKing.svg %%DATADIR%%/pieces/fancy/whiteKnight.svg %%DATADIR%%/pieces/fancy/whitePawn.svg -%%DATADIR%%/pieces/simple/blackKing.svg -%%DATADIR%%/pieces/simple/blackQueen.svg -%%DATADIR%%/pieces/simple/blackRook.svg +%%DATADIR%%/pieces/fancy/whiteQueen.svg +%%DATADIR%%/pieces/fancy/whiteRook.svg %%DATADIR%%/pieces/simple/blackBishop.svg +%%DATADIR%%/pieces/simple/blackKing.svg %%DATADIR%%/pieces/simple/blackKnight.svg %%DATADIR%%/pieces/simple/blackPawn.svg -%%DATADIR%%/pieces/simple/whiteKing.svg -%%DATADIR%%/pieces/simple/whiteQueen.svg -%%DATADIR%%/pieces/simple/whiteRook.svg +%%DATADIR%%/pieces/simple/blackQueen.svg +%%DATADIR%%/pieces/simple/blackRook.svg %%DATADIR%%/pieces/simple/whiteBishop.svg +%%DATADIR%%/pieces/simple/whiteKing.svg %%DATADIR%%/pieces/simple/whiteKnight.svg %%DATADIR%%/pieces/simple/whitePawn.svg -%%DATADIR%%/textures/board.png -%%DATADIR%%/textures/piece.png -%%DATADIR%%/engines.conf -%%DATADIR%%/gnome-chess.ui +%%DATADIR%%/pieces/simple/whiteQueen.svg +%%DATADIR%%/pieces/simple/whiteRook.svg %%DATADIR%%/preferences.ui %%DATADIR%%/promotion-type-selector.ui -share/help/C/gnome-chess/index.docbook -share/help/C/gnome-chess/legal.xml -share/help/C/gnome-chess/figures/new_game.png +%%DATADIR%%/textures/board.png +%%DATADIR%%/textures/piece.png share/help/C/gnome-chess/figures/game.png +share/help/C/gnome-chess/figures/new_game.png share/help/C/gnome-chess/figures/preferences_game.png share/help/C/gnome-chess/figures/preferences_view.png +share/help/C/gnome-chess/index.docbook +share/help/C/gnome-chess/legal.xml share/help/ca/gnome-chess/figures/game.png share/help/ca/gnome-chess/figures/new_game.png share/help/ca/gnome-chess/figures/preferences_game.png @@ -166,175 +169,222 @@ share/help/zh_CN/gnome-chess/legal.xml share/icons/hicolor/16x16/apps/gnome-chess.png share/icons/hicolor/22x22/apps/gnome-chess.png share/icons/hicolor/24x24/apps/gnome-chess.png +share/icons/hicolor/256x256/apps/gnome-chess.png share/icons/hicolor/32x32/apps/gnome-chess.png share/icons/hicolor/48x48/apps/gnome-chess.png share/icons/hicolor/scalable/apps/gnome-chess.svg +%%NLS%%share/locale/af/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/am/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/ar/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/as/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/ast/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/az/LC_MESSAGES/gnome-chess.mo %%NLS%%share/locale/be/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/bg/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/bn/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/bn_IN/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/br/LC_MESSAGES/gnome-chess.mo %%NLS%%share/locale/ca/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/ca@valencia/LC_MESSAGES/gnome-chess.mo %%NLS%%share/locale/cs/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/cy/LC_MESSAGES/gnome-chess.mo %%NLS%%share/locale/da/LC_MESSAGES/gnome-chess.mo %%NLS%%share/locale/de/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/dz/LC_MESSAGES/gnome-chess.mo %%NLS%%share/locale/el/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/en@shaw/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/en_CA/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/eo/LC_MESSAGES/gnome-chess.mo %%NLS%%share/locale/es/LC_MESSAGES/gnome-chess.mo %%NLS%%share/locale/et/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/eu/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/fa/LC_MESSAGES/gnome-chess.mo %%NLS%%share/locale/fi/LC_MESSAGES/gnome-chess.mo %%NLS%%share/locale/fr/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/ga/LC_MESSAGES/gnome-chess.mo %%NLS%%share/locale/gl/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/gu/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/he/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/hi/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/hr/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/hu/LC_MESSAGES/gnome-chess.mo %%NLS%%share/locale/id/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/is/LC_MESSAGES/gnome-chess.mo %%NLS%%share/locale/it/LC_MESSAGES/gnome-chess.mo %%NLS%%share/locale/ja/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/ka/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/kk/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/km/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/kn/LC_MESSAGES/gnome-chess.mo %%NLS%%share/locale/ko/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/ku/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/lt/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/lv/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/mai/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/mk/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/ml/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/mn/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/mr/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/ms/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/nb/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/ne/LC_MESSAGES/gnome-chess.mo %%NLS%%share/locale/nl/LC_MESSAGES/gnome-chess.mo %%NLS%%share/locale/nn/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/oc/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/or/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/pa/LC_MESSAGES/gnome-chess.mo %%NLS%%share/locale/pl/LC_MESSAGES/gnome-chess.mo %%NLS%%share/locale/pt/LC_MESSAGES/gnome-chess.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/ru/LC_MESSAGES/gnome-chess.mo %%NLS%%share/locale/ro/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/ru/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/rw/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/si/LC_MESSAGES/gnome-chess.mo %%NLS%%share/locale/sk/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/sv/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/tr/LC_MESSAGES/gnome-chess.mo %%NLS%%share/locale/sl/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/he/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/hr/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/sr/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/uk/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/tg/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/am/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/az/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/bg/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/bn/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/cy/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/eo/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/eu/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/fa/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/hi/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/is/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/lv/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/mk/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/ml/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/mn/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/ms/LC_MESSAGES/gnome-chess.mo %%NLS%%share/locale/sq/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/sr/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/sr@latin/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/sv/LC_MESSAGES/gnome-chess.mo %%NLS%%share/locale/ta/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/te/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/tg/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/th/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/tr/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/ug/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/uk/LC_MESSAGES/gnome-chess.mo %%NLS%%share/locale/vi/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/ga/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/hu/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/kn/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/lt/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/ne/LC_MESSAGES/gnome-chess.mo %%NLS%%share/locale/wa/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/af/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/nb/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/bn_IN/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/ar/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/pa/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/en_CA/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/gu/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/as/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/or/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/ku/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/mr/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/br/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/ka/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/th/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/rw/LC_MESSAGES/gnome-chess.mo %%NLS%%share/locale/xh/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/ug/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/dz/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/te/LC_MESSAGES/gnome-chess.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/gnome-chess.mo %%NLS%%share/locale/zh_HK/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/si/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/km/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/ast/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/kk/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/oc/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/ca@valencia/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/sr@latin/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/mai/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/en@shaw/LC_MESSAGES/gnome-chess.mo -@dirrm %%DATADIR%%/pieces/3d -@dirrm %%DATADIR%%/pieces/fancy -@dirrm %%DATADIR%%/pieces/simple -@dirrm %%DATADIR%%/pieces -@dirrm %%DATADIR%%/textures -@dirrm %%DATADIR%% -@dirrmtry share/icons/hicolor/16x16/apps -@dirrmtry share/icons/hicolor/16x16 -@dirrmtry share/icons/hicolor/22x22/apps -@dirrmtry share/icons/hicolor/22x22 -@dirrmtry share/icons/hicolor/24x24/apps -@dirrmtry share/icons/hicolor/24x24 -@dirrmtry share/icons/hicolor/32x32/apps -@dirrmtry share/icons/hicolor/32x32 +%%NLS%%share/locale/zh_TW/LC_MESSAGES/gnome-chess.mo +%%NLS%%@dirrmtry share/locale/zh_HK/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/zh_HK +%%NLS%%@dirrmtry share/locale/xh/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/xh +%%NLS%%@dirrmtry share/locale/ug/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ug +%%NLS%%@dirrmtry share/locale/te/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/te +%%NLS%%@dirrmtry share/locale/sr@latin/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/sr@latin +%%NLS%%@dirrmtry share/locale/si/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/si +%%NLS%%@dirrmtry share/locale/rw/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/rw +%%NLS%%@dirrmtry share/locale/oc/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/oc +%%NLS%%@dirrmtry share/locale/mr/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/mr +%%NLS%%@dirrmtry share/locale/mai/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/mai +%%NLS%%@dirrmtry share/locale/ku/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ku +%%NLS%%@dirrmtry share/locale/km/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/km +%%NLS%%@dirrmtry share/locale/kk/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/kk +%%NLS%%@dirrmtry share/locale/en@shaw/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/en@shaw +%%NLS%%@dirrmtry share/locale/dz/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/dz +%%NLS%%@dirrmtry share/locale/ca@valencia/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ca@valencia +%%NLS%%@dirrmtry share/locale/bn_IN/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/bn_IN +%%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ast +%%NLS%%@dirrmtry share/locale/as/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/as +@dirrmtry share/icons/hicolor/scalable/apps +@dirrmtry share/icons/hicolor/scalable @dirrmtry share/icons/hicolor/48x48/apps @dirrmtry share/icons/hicolor/48x48 +@dirrmtry share/icons/hicolor/32x32/apps +@dirrmtry share/icons/hicolor/32x32 +@dirrmtry share/icons/hicolor/256x256/apps +@dirrmtry share/icons/hicolor/256x256 +@dirrmtry share/icons/hicolor/24x24/apps +@dirrmtry share/icons/hicolor/24x24 +@dirrmtry share/icons/hicolor/22x22/apps +@dirrmtry share/icons/hicolor/22x22 +@dirrmtry share/icons/hicolor/16x16/apps +@dirrmtry share/icons/hicolor/16x16 @dirrmtry share/icons/hicolor @dirrmtry share/icons -@dirrm share/help/C/gnome-chess/figures -@dirrm share/help/C/gnome-chess -@dirrmtry share/help/C -@dirrm share/help/ca/gnome-chess/figures -@dirrm share/help/ca/gnome-chess -@dirrmtry share/help/ca -@dirrm share/help/cs/gnome-chess/figures -@dirrm share/help/cs/gnome-chess -@dirrmtry share/help/cs -@dirrm share/help/da/gnome-chess/figures -@dirrm share/help/da/gnome-chess -@dirrmtry share/help/da -@dirrm share/help/de/gnome-chess/figures -@dirrm share/help/de/gnome-chess -@dirrmtry share/help/de -@dirrm share/help/el/gnome-chess/figures -@dirrm share/help/el/gnome-chess -@dirrmtry share/help/el -@dirrm share/help/en_GB/gnome-chess/figures -@dirrm share/help/en_GB/gnome-chess -@dirrmtry share/help/en_GB -@dirrm share/help/es/gnome-chess/figures -@dirrm share/help/es/gnome-chess -@dirrmtry share/help/es -@dirrm share/help/eu/gnome-chess/figures -@dirrm share/help/eu/gnome-chess -@dirrmtry share/help/eu -@dirrm share/help/fr/gnome-chess/figures -@dirrm share/help/fr/gnome-chess -@dirrmtry share/help/fr -@dirrm share/help/gl/gnome-chess/figures -@dirrm share/help/gl/gnome-chess -@dirrmtry share/help/gl -@dirrm share/help/ja/gnome-chess/figures -@dirrm share/help/ja/gnome-chess -@dirrmtry share/help/ja -@dirrm share/help/ko/gnome-chess/figures -@dirrm share/help/ko/gnome-chess -@dirrmtry share/help/ko -@dirrm share/help/oc/gnome-chess/figures -@dirrm share/help/oc/gnome-chess -@dirrmtry share/help/oc -@dirrm share/help/pt_BR/gnome-chess/figures -@dirrm share/help/pt_BR/gnome-chess -@dirrmtry share/help/pt_BR -@dirrm share/help/ru/gnome-chess/figures -@dirrm share/help/ru/gnome-chess -@dirrmtry share/help/ru -@dirrm share/help/sl/gnome-chess/figures -@dirrm share/help/sl/gnome-chess -@dirrmtry share/help/sl -@dirrm share/help/sr/gnome-chess/figures -@dirrm share/help/sr/gnome-chess -@dirrmtry share/help/sr -@dirrm share/help/sr@latin/gnome-chess/figures -@dirrm share/help/sr@latin/gnome-chess -@dirrmtry share/help/sr@latin -@dirrm share/help/sv/gnome-chess/figures -@dirrm share/help/sv/gnome-chess -@dirrmtry share/help/sv @dirrm share/help/zh_CN/gnome-chess/figures @dirrm share/help/zh_CN/gnome-chess @dirrmtry share/help/zh_CN +@dirrm share/help/sv/gnome-chess/figures +@dirrm share/help/sv/gnome-chess +@dirrmtry share/help/sv +@dirrm share/help/sr@latin/gnome-chess/figures +@dirrm share/help/sr@latin/gnome-chess +@dirrmtry share/help/sr@latin +@dirrm share/help/sr/gnome-chess/figures +@dirrm share/help/sr/gnome-chess +@dirrmtry share/help/sr +@dirrm share/help/sl/gnome-chess/figures +@dirrm share/help/sl/gnome-chess +@dirrmtry share/help/sl +@dirrm share/help/ru/gnome-chess/figures +@dirrm share/help/ru/gnome-chess +@dirrmtry share/help/ru +@dirrm share/help/pt_BR/gnome-chess/figures +@dirrm share/help/pt_BR/gnome-chess +@dirrmtry share/help/pt_BR +@dirrm share/help/oc/gnome-chess/figures +@dirrm share/help/oc/gnome-chess +@dirrmtry share/help/oc +@dirrm share/help/ko/gnome-chess/figures +@dirrm share/help/ko/gnome-chess +@dirrmtry share/help/ko +@dirrm share/help/ja/gnome-chess/figures +@dirrm share/help/ja/gnome-chess +@dirrmtry share/help/ja +@dirrm share/help/gl/gnome-chess/figures +@dirrm share/help/gl/gnome-chess +@dirrmtry share/help/gl +@dirrm share/help/fr/gnome-chess/figures +@dirrm share/help/fr/gnome-chess +@dirrmtry share/help/fr +@dirrm share/help/eu/gnome-chess/figures +@dirrm share/help/eu/gnome-chess +@dirrmtry share/help/eu +@dirrm share/help/es/gnome-chess/figures +@dirrm share/help/es/gnome-chess +@dirrmtry share/help/es +@dirrm share/help/en_GB/gnome-chess/figures +@dirrm share/help/en_GB/gnome-chess +@dirrmtry share/help/en_GB +@dirrm share/help/el/gnome-chess/figures +@dirrm share/help/el/gnome-chess +@dirrmtry share/help/el +@dirrm share/help/de/gnome-chess/figures +@dirrm share/help/de/gnome-chess +@dirrmtry share/help/de +@dirrm share/help/da/gnome-chess/figures +@dirrm share/help/da/gnome-chess +@dirrmtry share/help/da +@dirrm share/help/cs/gnome-chess/figures +@dirrm share/help/cs/gnome-chess +@dirrmtry share/help/cs +@dirrm share/help/ca/gnome-chess/figures +@dirrm share/help/ca/gnome-chess +@dirrmtry share/help/ca +@dirrm share/help/C/gnome-chess/figures +@dirrm share/help/C/gnome-chess +@dirrmtry share/help/C @dirrmtry share/help +@dirrmtry %%DATADIR%%/textures +@dirrmtry %%DATADIR%%/pieces/simple +@dirrmtry %%DATADIR%%/pieces/fancy +@dirrmtry %%DATADIR%%/pieces/3d +@dirrmtry %%DATADIR%%/pieces +@dirrmtry %%DATADIR%% +@dirrmtry share/glib-2.0/schemas +@dirrmtry share/glib-2.0 +@dirrmtry share/applications +@dirrmtry share/appdata |