aboutsummaryrefslogtreecommitdiff
path: root/games/gnome-chess
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-11-19 11:49:04 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-11-19 11:49:04 +0000
commitaf3811313c14afb06fe2d1f6158e3e431bbfc2b6 (patch)
tree1ad98a4e8faecd0e2fa9ac2c18e65da4cf89c236 /games/gnome-chess
parentc7d4d6bd7ef6ff4955eab2863a5c6e2feb14b839 (diff)
downloadports-af3811313c14afb06fe2d1f6158e3e431bbfc2b6.tar.gz
ports-af3811313c14afb06fe2d1f6158e3e431bbfc2b6.zip
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
Notes
Notes: svn path=/head/; revision=372768
Diffstat (limited to 'games/gnome-chess')
-rw-r--r--games/gnome-chess/Makefile40
-rw-r--r--games/gnome-chess/distinfo4
-rw-r--r--games/gnome-chess/pkg-descr7
-rw-r--r--games/gnome-chess/pkg-plist520
4 files changed, 202 insertions, 369 deletions
diff --git a/games/gnome-chess/Makefile b/games/gnome-chess/Makefile
index b099c6d78f11..f03f3262cc16 100644
--- a/games/gnome-chess/Makefile
+++ b/games/gnome-chess/Makefile
@@ -1,41 +1,33 @@
-# Created by: Jeremy Lea <reg@shale.csir.co.za>
+# Created by: FreeBSD GNOME Team <gnome@freebsd.org>
# $FreeBSD$
+# $MCom: ports/trunk/games/gnome-chess/Makefile 19989 2014-10-18 09:53:56Z gusi $
PORTNAME= gnome-chess
-PORTVERSION= 3.10.2
-PORTREVISION= 2
+PORTVERSION= 3.14.0
CATEGORIES= games gnome
MASTER_SITES= GNOME
+DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
-COMMENT= GUI chess front-end to crafy, for the GNOME Desktop Environment
+COMMENT= Gnome chess
-RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty
-BUILD_DEPENDS= crafty:${PORTSDIR}/games/crafty \
- itstool:${PORTSDIR}/textproc/itstool \
- xmllint:${PORTSDIR}/textproc/libxml2 \
- p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
+BUILD_DEPENDS= vala:${PORTSDIR}/lang/vala \
+ itstool:${PORTSDIR}/textproc/itstool
-USES= gmake pkgconfig desktop-file-utils shared-mime-info tar:xz
-USE_GL= gl glu
-USE_GNOME= gtk30 intlhack librsvg2
-INSTALLS_OMF= yes
+USES= desktop-file-utils gettext gmake pkgconfig tar:xz
+USE_GNOME= gtk30 intlhack librsvg2 libxml2:build
INSTALLS_ICONS= yes
+USE_XORG= x11
+USE_GL= gl glu
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
-MAKE_ARGS= XML_I18N_UPDATE="${TRUE}" XML_I18N_EXTRACT="${TRUE}"
-DATADIR= ${PREFIX}/share/gnome-chess
-
-OPTIONS_DEFINE= NLS
-.include <bsd.port.options.mk>
+GLIB_SCHEMAS= org.gnome.chess.gschema.xml
-.if ${PORT_OPTIONS:MNLS}
-PLIST_SUB+= NLS=""
-USES+= gettext
-.else
-PLIST_SUB+= NLS="@comment "
-.endif
+OPTIONS_DEFINE= GNUCHESS
+OPTIONS_DEFAULT=GNUCHESS
+GNUCHESS_DESC= Use gnuchess engine for computer player
+GNUCHESS_RUN_DEPENDS= gnuchess:${PORTSDIR}/games/gnuchess
.include <bsd.port.mk>
diff --git a/games/gnome-chess/distinfo b/games/gnome-chess/distinfo
index 1418b01a116e..7687aa53a140 100644
--- a/games/gnome-chess/distinfo
+++ b/games/gnome-chess/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome-chess-3.10.2.tar.xz) = 3aae8d501fce8ffd30bee6740e61bfbd7c48336f4ca254912f2646c8486324b1
-SIZE (gnome-chess-3.10.2.tar.xz) = 3496464
+SHA256 (gnome3/gnome-chess-3.14.0.tar.xz) = 686e80dc172dad82891e6a8f2de15816fadf2f0ab9522eb354318baaa5764e67
+SIZE (gnome3/gnome-chess-3.14.0.tar.xz) = 2780820
diff --git a/games/gnome-chess/pkg-descr b/games/gnome-chess/pkg-descr
index 242c7d922ba3..0472a21b0481 100644
--- a/games/gnome-chess/pkg-descr
+++ b/games/gnome-chess/pkg-descr
@@ -1,6 +1,3 @@
-A GUI chess front-end to crafty, for the GNOME Desktop Environment
+Gnome chess game with optional 3D graphics.
-It works with chess programs and chess servers - it is also a PGN viewer.
-For chess programs, it works best with the chess engine crafty
-(ftp://ftp.cis.uab.edu/pub/hyatt) but most features should also work with
-GNU Chess (ftp://ftp.gnu.org).
+WWW: https://wiki.gnome.org/Apps/Chess
diff --git a/games/gnome-chess/pkg-plist b/games/gnome-chess/pkg-plist
index 1b2c17785aef..03d3c4e7eb6a 100644
--- a/games/gnome-chess/pkg-plist
+++ b/games/gnome-chess/pkg-plist
@@ -1,389 +1,233 @@
bin/gnome-chess
-etc/chess-engines.conf
+%%ETCDIR%%/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/blackBishop.svg
-%%DATADIR%%/pieces/fancy/blackKing.svg
-%%DATADIR%%/pieces/fancy/blackKnight.svg
-%%DATADIR%%/pieces/fancy/blackPawn.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/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/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%%/pieces/simple/whiteQueen.svg
-%%DATADIR%%/pieces/simple/whiteRook.svg
-%%DATADIR%%/preferences.ui
-%%DATADIR%%/promotion-type-selector.ui
-%%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/applications/gnome-chess.desktop
+share/gnome-chess/gnome-chess.ui
+share/gnome-chess/menu.ui
+share/gnome-chess/pieces/fancy/blackBishop.svg
+share/gnome-chess/pieces/fancy/blackKing.svg
+share/gnome-chess/pieces/fancy/blackKnight.svg
+share/gnome-chess/pieces/fancy/blackPawn.svg
+share/gnome-chess/pieces/fancy/blackQueen.svg
+share/gnome-chess/pieces/fancy/blackRook.svg
+share/gnome-chess/pieces/fancy/whiteBishop.svg
+share/gnome-chess/pieces/fancy/whiteKing.svg
+share/gnome-chess/pieces/fancy/whiteKnight.svg
+share/gnome-chess/pieces/fancy/whitePawn.svg
+share/gnome-chess/pieces/fancy/whiteQueen.svg
+share/gnome-chess/pieces/fancy/whiteRook.svg
+share/gnome-chess/pieces/simple/blackBishop.svg
+share/gnome-chess/pieces/simple/blackKing.svg
+share/gnome-chess/pieces/simple/blackKnight.svg
+share/gnome-chess/pieces/simple/blackPawn.svg
+share/gnome-chess/pieces/simple/blackQueen.svg
+share/gnome-chess/pieces/simple/blackRook.svg
+share/gnome-chess/pieces/simple/whiteBishop.svg
+share/gnome-chess/pieces/simple/whiteKing.svg
+share/gnome-chess/pieces/simple/whiteKnight.svg
+share/gnome-chess/pieces/simple/whitePawn.svg
+share/gnome-chess/pieces/simple/whiteQueen.svg
+share/gnome-chess/pieces/simple/whiteRook.svg
+share/gnome-chess/preferences.ui
+share/gnome-chess/promotion-type-selector.ui
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
-share/help/ca/gnome-chess/figures/preferences_view.png
+share/help/C/gnome-chess/figures/game-3-12.png
+share/help/C/gnome-chess/figures/preferences-appearance-3-12.png
+share/help/C/gnome-chess/figures/preferences-game-3-12.png
share/help/ca/gnome-chess/index.docbook
share/help/ca/gnome-chess/legal.xml
-share/help/cs/gnome-chess/figures/game.png
-share/help/cs/gnome-chess/figures/new_game.png
-share/help/cs/gnome-chess/figures/preferences_game.png
-share/help/cs/gnome-chess/figures/preferences_view.png
+share/help/ca/gnome-chess/figures/game-3-12.png
+share/help/ca/gnome-chess/figures/preferences-appearance-3-12.png
+share/help/ca/gnome-chess/figures/preferences-game-3-12.png
share/help/cs/gnome-chess/index.docbook
share/help/cs/gnome-chess/legal.xml
-share/help/da/gnome-chess/figures/game.png
-share/help/da/gnome-chess/figures/new_game.png
-share/help/da/gnome-chess/figures/preferences_game.png
-share/help/da/gnome-chess/figures/preferences_view.png
+share/help/cs/gnome-chess/figures/game-3-12.png
+share/help/cs/gnome-chess/figures/preferences-appearance-3-12.png
+share/help/cs/gnome-chess/figures/preferences-game-3-12.png
share/help/da/gnome-chess/index.docbook
share/help/da/gnome-chess/legal.xml
-share/help/de/gnome-chess/figures/game.png
-share/help/de/gnome-chess/figures/new_game.png
-share/help/de/gnome-chess/figures/preferences_game.png
-share/help/de/gnome-chess/figures/preferences_view.png
+share/help/da/gnome-chess/figures/game-3-12.png
+share/help/da/gnome-chess/figures/preferences-appearance-3-12.png
+share/help/da/gnome-chess/figures/preferences-game-3-12.png
share/help/de/gnome-chess/index.docbook
share/help/de/gnome-chess/legal.xml
-share/help/el/gnome-chess/figures/game.png
-share/help/el/gnome-chess/figures/new_game.png
-share/help/el/gnome-chess/figures/preferences_game.png
-share/help/el/gnome-chess/figures/preferences_view.png
+share/help/de/gnome-chess/figures/game-3-12.png
+share/help/de/gnome-chess/figures/preferences-appearance-3-12.png
+share/help/de/gnome-chess/figures/preferences-game-3-12.png
share/help/el/gnome-chess/index.docbook
share/help/el/gnome-chess/legal.xml
-share/help/en_GB/gnome-chess/figures/game.png
-share/help/en_GB/gnome-chess/figures/new_game.png
-share/help/en_GB/gnome-chess/figures/preferences_game.png
-share/help/en_GB/gnome-chess/figures/preferences_view.png
+share/help/el/gnome-chess/figures/game-3-12.png
+share/help/el/gnome-chess/figures/preferences-appearance-3-12.png
+share/help/el/gnome-chess/figures/preferences-game-3-12.png
share/help/en_GB/gnome-chess/index.docbook
share/help/en_GB/gnome-chess/legal.xml
-share/help/es/gnome-chess/figures/game.png
-share/help/es/gnome-chess/figures/new_game.png
-share/help/es/gnome-chess/figures/preferences_game.png
-share/help/es/gnome-chess/figures/preferences_view.png
+share/help/en_GB/gnome-chess/figures/game-3-12.png
+share/help/en_GB/gnome-chess/figures/preferences-appearance-3-12.png
+share/help/en_GB/gnome-chess/figures/preferences-game-3-12.png
share/help/es/gnome-chess/index.docbook
share/help/es/gnome-chess/legal.xml
-share/help/eu/gnome-chess/figures/game.png
-share/help/eu/gnome-chess/figures/new_game.png
-share/help/eu/gnome-chess/figures/preferences_game.png
-share/help/eu/gnome-chess/figures/preferences_view.png
+share/help/es/gnome-chess/figures/game-3-12.png
+share/help/es/gnome-chess/figures/preferences-appearance-3-12.png
+share/help/es/gnome-chess/figures/preferences-game-3-12.png
share/help/eu/gnome-chess/index.docbook
share/help/eu/gnome-chess/legal.xml
-share/help/fr/gnome-chess/figures/game.png
-share/help/fr/gnome-chess/figures/new_game.png
-share/help/fr/gnome-chess/figures/preferences_game.png
-share/help/fr/gnome-chess/figures/preferences_view.png
+share/help/eu/gnome-chess/figures/game-3-12.png
+share/help/eu/gnome-chess/figures/preferences-appearance-3-12.png
+share/help/eu/gnome-chess/figures/preferences-game-3-12.png
share/help/fr/gnome-chess/index.docbook
share/help/fr/gnome-chess/legal.xml
-share/help/gl/gnome-chess/figures/game.png
-share/help/gl/gnome-chess/figures/new_game.png
-share/help/gl/gnome-chess/figures/preferences_game.png
-share/help/gl/gnome-chess/figures/preferences_view.png
+share/help/fr/gnome-chess/figures/game-3-12.png
+share/help/fr/gnome-chess/figures/preferences-appearance-3-12.png
+share/help/fr/gnome-chess/figures/preferences-game-3-12.png
share/help/gl/gnome-chess/index.docbook
share/help/gl/gnome-chess/legal.xml
-share/help/ja/gnome-chess/figures/game.png
-share/help/ja/gnome-chess/figures/new_game.png
-share/help/ja/gnome-chess/figures/preferences_game.png
-share/help/ja/gnome-chess/figures/preferences_view.png
+share/help/gl/gnome-chess/figures/game-3-12.png
+share/help/gl/gnome-chess/figures/preferences-appearance-3-12.png
+share/help/gl/gnome-chess/figures/preferences-game-3-12.png
share/help/ja/gnome-chess/index.docbook
share/help/ja/gnome-chess/legal.xml
-share/help/ko/gnome-chess/figures/game.png
-share/help/ko/gnome-chess/figures/new_game.png
-share/help/ko/gnome-chess/figures/preferences_game.png
-share/help/ko/gnome-chess/figures/preferences_view.png
+share/help/ja/gnome-chess/figures/game-3-12.png
+share/help/ja/gnome-chess/figures/preferences-appearance-3-12.png
+share/help/ja/gnome-chess/figures/preferences-game-3-12.png
share/help/ko/gnome-chess/index.docbook
share/help/ko/gnome-chess/legal.xml
-share/help/oc/gnome-chess/figures/game.png
-share/help/oc/gnome-chess/figures/new_game.png
-share/help/oc/gnome-chess/figures/preferences_game.png
-share/help/oc/gnome-chess/figures/preferences_view.png
+share/help/ko/gnome-chess/figures/game-3-12.png
+share/help/ko/gnome-chess/figures/preferences-appearance-3-12.png
+share/help/ko/gnome-chess/figures/preferences-game-3-12.png
share/help/oc/gnome-chess/index.docbook
share/help/oc/gnome-chess/legal.xml
-share/help/pt_BR/gnome-chess/figures/game.png
-share/help/pt_BR/gnome-chess/figures/new_game.png
-share/help/pt_BR/gnome-chess/figures/preferences_game.png
-share/help/pt_BR/gnome-chess/figures/preferences_view.png
+share/help/oc/gnome-chess/figures/game-3-12.png
+share/help/oc/gnome-chess/figures/preferences-appearance-3-12.png
+share/help/oc/gnome-chess/figures/preferences-game-3-12.png
share/help/pt_BR/gnome-chess/index.docbook
share/help/pt_BR/gnome-chess/legal.xml
-share/help/ru/gnome-chess/figures/game.png
-share/help/ru/gnome-chess/figures/new_game.png
-share/help/ru/gnome-chess/figures/preferences_game.png
-share/help/ru/gnome-chess/figures/preferences_view.png
+share/help/pt_BR/gnome-chess/figures/game-3-12.png
+share/help/pt_BR/gnome-chess/figures/preferences-appearance-3-12.png
+share/help/pt_BR/gnome-chess/figures/preferences-game-3-12.png
share/help/ru/gnome-chess/index.docbook
share/help/ru/gnome-chess/legal.xml
-share/help/sl/gnome-chess/figures/game.png
-share/help/sl/gnome-chess/figures/new_game.png
-share/help/sl/gnome-chess/figures/preferences_game.png
-share/help/sl/gnome-chess/figures/preferences_view.png
+share/help/ru/gnome-chess/figures/game-3-12.png
+share/help/ru/gnome-chess/figures/preferences-appearance-3-12.png
+share/help/ru/gnome-chess/figures/preferences-game-3-12.png
share/help/sl/gnome-chess/index.docbook
share/help/sl/gnome-chess/legal.xml
-share/help/sr/gnome-chess/figures/game.png
-share/help/sr/gnome-chess/figures/new_game.png
-share/help/sr/gnome-chess/figures/preferences_game.png
-share/help/sr/gnome-chess/figures/preferences_view.png
+share/help/sl/gnome-chess/figures/game-3-12.png
+share/help/sl/gnome-chess/figures/preferences-appearance-3-12.png
+share/help/sl/gnome-chess/figures/preferences-game-3-12.png
share/help/sr/gnome-chess/index.docbook
share/help/sr/gnome-chess/legal.xml
-share/help/sr@latin/gnome-chess/figures/game.png
-share/help/sr@latin/gnome-chess/figures/new_game.png
-share/help/sr@latin/gnome-chess/figures/preferences_game.png
-share/help/sr@latin/gnome-chess/figures/preferences_view.png
+share/help/sr/gnome-chess/figures/game-3-12.png
+share/help/sr/gnome-chess/figures/preferences-appearance-3-12.png
+share/help/sr/gnome-chess/figures/preferences-game-3-12.png
share/help/sr@latin/gnome-chess/index.docbook
share/help/sr@latin/gnome-chess/legal.xml
-share/help/sv/gnome-chess/figures/game.png
-share/help/sv/gnome-chess/figures/new_game.png
-share/help/sv/gnome-chess/figures/preferences_game.png
-share/help/sv/gnome-chess/figures/preferences_view.png
+share/help/sr@latin/gnome-chess/figures/game-3-12.png
+share/help/sr@latin/gnome-chess/figures/preferences-appearance-3-12.png
+share/help/sr@latin/gnome-chess/figures/preferences-game-3-12.png
share/help/sv/gnome-chess/index.docbook
share/help/sv/gnome-chess/legal.xml
-share/help/zh_CN/gnome-chess/figures/game.png
-share/help/zh_CN/gnome-chess/figures/new_game.png
-share/help/zh_CN/gnome-chess/figures/preferences_game.png
-share/help/zh_CN/gnome-chess/figures/preferences_view.png
+share/help/sv/gnome-chess/figures/game-3-12.png
+share/help/sv/gnome-chess/figures/preferences-appearance-3-12.png
+share/help/sv/gnome-chess/figures/preferences-game-3-12.png
share/help/zh_CN/gnome-chess/index.docbook
share/help/zh_CN/gnome-chess/legal.xml
+share/help/zh_CN/gnome-chess/figures/game-3-12.png
+share/help/zh_CN/gnome-chess/figures/preferences-appearance-3-12.png
+share/help/zh_CN/gnome-chess/figures/preferences-game-3-12.png
+share/icons/HighContrast/scalable/apps/gnome-chess.svg
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/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/sl/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/wa/LC_MESSAGES/gnome-chess.mo
-%%NLS%%share/locale/xh/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/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/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/appdata
+share/icons/hicolor/512x512/apps/gnome-chess.png
+share/locale/af/LC_MESSAGES/gnome-chess.mo
+share/locale/am/LC_MESSAGES/gnome-chess.mo
+share/locale/ar/LC_MESSAGES/gnome-chess.mo
+share/locale/as/LC_MESSAGES/gnome-chess.mo
+share/locale/ast/LC_MESSAGES/gnome-chess.mo
+share/locale/az/LC_MESSAGES/gnome-chess.mo
+share/locale/be/LC_MESSAGES/gnome-chess.mo
+share/locale/bg/LC_MESSAGES/gnome-chess.mo
+share/locale/bn/LC_MESSAGES/gnome-chess.mo
+share/locale/bn_IN/LC_MESSAGES/gnome-chess.mo
+share/locale/br/LC_MESSAGES/gnome-chess.mo
+share/locale/ca/LC_MESSAGES/gnome-chess.mo
+share/locale/ca@valencia/LC_MESSAGES/gnome-chess.mo
+share/locale/cs/LC_MESSAGES/gnome-chess.mo
+share/locale/cy/LC_MESSAGES/gnome-chess.mo
+share/locale/da/LC_MESSAGES/gnome-chess.mo
+share/locale/de/LC_MESSAGES/gnome-chess.mo
+share/locale/dz/LC_MESSAGES/gnome-chess.mo
+share/locale/el/LC_MESSAGES/gnome-chess.mo
+share/locale/en@shaw/LC_MESSAGES/gnome-chess.mo
+share/locale/en_CA/LC_MESSAGES/gnome-chess.mo
+share/locale/en_GB/LC_MESSAGES/gnome-chess.mo
+share/locale/eo/LC_MESSAGES/gnome-chess.mo
+share/locale/es/LC_MESSAGES/gnome-chess.mo
+share/locale/et/LC_MESSAGES/gnome-chess.mo
+share/locale/eu/LC_MESSAGES/gnome-chess.mo
+share/locale/fa/LC_MESSAGES/gnome-chess.mo
+share/locale/fi/LC_MESSAGES/gnome-chess.mo
+share/locale/fr/LC_MESSAGES/gnome-chess.mo
+share/locale/ga/LC_MESSAGES/gnome-chess.mo
+share/locale/gl/LC_MESSAGES/gnome-chess.mo
+share/locale/gu/LC_MESSAGES/gnome-chess.mo
+share/locale/he/LC_MESSAGES/gnome-chess.mo
+share/locale/hi/LC_MESSAGES/gnome-chess.mo
+share/locale/hr/LC_MESSAGES/gnome-chess.mo
+share/locale/hu/LC_MESSAGES/gnome-chess.mo
+share/locale/id/LC_MESSAGES/gnome-chess.mo
+share/locale/is/LC_MESSAGES/gnome-chess.mo
+share/locale/it/LC_MESSAGES/gnome-chess.mo
+share/locale/ja/LC_MESSAGES/gnome-chess.mo
+share/locale/ka/LC_MESSAGES/gnome-chess.mo
+share/locale/kk/LC_MESSAGES/gnome-chess.mo
+share/locale/km/LC_MESSAGES/gnome-chess.mo
+share/locale/kn/LC_MESSAGES/gnome-chess.mo
+share/locale/ko/LC_MESSAGES/gnome-chess.mo
+share/locale/ku/LC_MESSAGES/gnome-chess.mo
+share/locale/lt/LC_MESSAGES/gnome-chess.mo
+share/locale/lv/LC_MESSAGES/gnome-chess.mo
+share/locale/mai/LC_MESSAGES/gnome-chess.mo
+share/locale/mk/LC_MESSAGES/gnome-chess.mo
+share/locale/ml/LC_MESSAGES/gnome-chess.mo
+share/locale/mn/LC_MESSAGES/gnome-chess.mo
+share/locale/mr/LC_MESSAGES/gnome-chess.mo
+share/locale/ms/LC_MESSAGES/gnome-chess.mo
+share/locale/nb/LC_MESSAGES/gnome-chess.mo
+share/locale/ne/LC_MESSAGES/gnome-chess.mo
+share/locale/nl/LC_MESSAGES/gnome-chess.mo
+share/locale/nn/LC_MESSAGES/gnome-chess.mo
+share/locale/oc/LC_MESSAGES/gnome-chess.mo
+share/locale/or/LC_MESSAGES/gnome-chess.mo
+share/locale/pa/LC_MESSAGES/gnome-chess.mo
+share/locale/pl/LC_MESSAGES/gnome-chess.mo
+share/locale/pt/LC_MESSAGES/gnome-chess.mo
+share/locale/pt_BR/LC_MESSAGES/gnome-chess.mo
+share/locale/ro/LC_MESSAGES/gnome-chess.mo
+share/locale/ru/LC_MESSAGES/gnome-chess.mo
+share/locale/rw/LC_MESSAGES/gnome-chess.mo
+share/locale/si/LC_MESSAGES/gnome-chess.mo
+share/locale/sk/LC_MESSAGES/gnome-chess.mo
+share/locale/sl/LC_MESSAGES/gnome-chess.mo
+share/locale/sq/LC_MESSAGES/gnome-chess.mo
+share/locale/sr/LC_MESSAGES/gnome-chess.mo
+share/locale/sr@latin/LC_MESSAGES/gnome-chess.mo
+share/locale/sv/LC_MESSAGES/gnome-chess.mo
+share/locale/ta/LC_MESSAGES/gnome-chess.mo
+share/locale/te/LC_MESSAGES/gnome-chess.mo
+share/locale/tg/LC_MESSAGES/gnome-chess.mo
+share/locale/th/LC_MESSAGES/gnome-chess.mo
+share/locale/tr/LC_MESSAGES/gnome-chess.mo
+share/locale/ug/LC_MESSAGES/gnome-chess.mo
+share/locale/uk/LC_MESSAGES/gnome-chess.mo
+share/locale/vi/LC_MESSAGES/gnome-chess.mo
+share/locale/wa/LC_MESSAGES/gnome-chess.mo
+share/locale/xh/LC_MESSAGES/gnome-chess.mo
+share/locale/zh_CN/LC_MESSAGES/gnome-chess.mo
+share/locale/zh_HK/LC_MESSAGES/gnome-chess.mo
+share/locale/zh_TW/LC_MESSAGES/gnome-chess.mo