From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- extra/gnome-games/03_missing_icons.patch | 38 ++++++++ extra/gnome-games/PKGBUILD | 53 +++++++++++ extra/gnome-games/gnome-games.install | 151 +++++++++++++++++++++++++++++++ extra/gnome-games/scores.png | Bin 0 -> 462 bytes 4 files changed, 242 insertions(+) create mode 100644 extra/gnome-games/03_missing_icons.patch create mode 100644 extra/gnome-games/PKGBUILD create mode 100644 extra/gnome-games/gnome-games.install create mode 100644 extra/gnome-games/scores.png (limited to 'extra/gnome-games') diff --git a/extra/gnome-games/03_missing_icons.patch b/extra/gnome-games/03_missing_icons.patch new file mode 100644 index 000000000..c9bfe9be5 --- /dev/null +++ b/extra/gnome-games/03_missing_icons.patch @@ -0,0 +1,38 @@ +Index: gnome-games-2.30.2/libgames-support/games-stock.c +=================================================================== +--- gnome-games-2.30.2.orig/libgames-support/games-stock.c 2010-07-04 11:33:16.880062363 +0200 ++++ gnome-games-2.30.2/libgames-support/games-stock.c 2010-07-04 12:23:59.035567621 +0200 +@@ -282,15 +282,14 @@ games_stock_init (void) + #ifdef HAVE_GTK_ICON_FACTORY_ADD_ALIAS + { GAMES_STOCK_REDO_MOVE, GTK_STOCK_REDO }, + { GAMES_STOCK_UNDO_MOVE, GTK_STOCK_UNDO }, ++ { GAMES_STOCK_RESUME_GAME, GTK_STOCK_MEDIA_PLAY }, + #endif + #ifndef HAVE_HILDON + { GAMES_STOCK_NETWORK_GAME, GTK_STOCK_NETWORK }, + { GAMES_STOCK_NETWORK_LEAVE, GTK_STOCK_STOP }, + { GAMES_STOCK_PLAYER_LIST, GTK_STOCK_INFO }, + +- { GAMES_STOCK_PAUSE_GAME, "stock_timer_stopped" }, +- { GAMES_STOCK_RESUME_GAME, "stock_timer" }, +- { GAMES_STOCK_SCORES, "stock_scores" }, ++ { GAMES_STOCK_PAUSE_GAME, GTK_STOCK_MEDIA_PAUSE }, + #endif /* !HAVE_HILDON */ + }; + +@@ -298,6 +297,7 @@ games_stock_init (void) + const char *stock_icon_aliases_bidi[][3] = { + { GAMES_STOCK_REDO_MOVE, GTK_STOCK_REDO "-ltr", GTK_STOCK_REDO "-rtl" }, + { GAMES_STOCK_UNDO_MOVE, GTK_STOCK_UNDO "-ltr", GTK_STOCK_UNDO "-rtl" }, ++ { GAMES_STOCK_RESUME_GAME, GTK_STOCK_MEDIA_PLAY "-ltr", GTK_STOCK_MEDIA_PLAY "-rtl" }, + }; + #endif + +@@ -306,6 +306,7 @@ games_stock_init (void) + #ifndef HAVE_HILDON + { GAMES_STOCK_TELEPORT, "teleport" }, + { GAMES_STOCK_RTELEPORT, "teleport-random" }, ++ { GAMES_STOCK_SCORES, "scores" }, + #endif /* !HAVE_HILDON */ + { GAMES_STOCK_DEAL_CARDS, "cards-deal" } + }; diff --git a/extra/gnome-games/PKGBUILD b/extra/gnome-games/PKGBUILD new file mode 100644 index 000000000..82a3b0221 --- /dev/null +++ b/extra/gnome-games/PKGBUILD @@ -0,0 +1,53 @@ +# $Id: PKGBUILD 105513 2011-01-10 10:03:28Z jgc $ +# Maintainer: Jan de Groot + +pkgname=gnome-games +pkgver=2.32.1 +pkgrel=2 +pkgdesc="Some Games for GNOME" +arch=('i686' 'x86_64') +license=('GPL') +depends=('pygtk' 'libsm' 'gconf>=2.32.0' 'guile>=1.8.7' 'filesystem>=2010.09' 'desktop-file-utils' 'libcanberra>=0.25' 'clutter-gtk>=0.10.8' 'hicolor-icon-theme' 'librsvg>=2.32.0' 'python-rsvg>=2.32.0' 'python2-gconf') +makedepends=('gnome-doc-utils>=0.20.1' 'intltool' 'glproto' 'gobject-introspection') +optdepends=('python-gtkglext: glchess 3D mode') +provides=('glchess' 'gnome-sudoku') +conflicts=('glchess' 'gnome-sudoku') +options=('!emptydirs' '!libtool') +install=gnome-games.install +url="http://www.gnome.org" +groups=('gnome-extra') +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2 + 03_missing_icons.patch + scores.png) +sha256sums=('1a3b2e82102eed3780f05db4378111c475456678deed82fd4ca379da1c5593d9' + '05d63319773e5389b87672a20b03c4c1e91a33fd1678b5e76335bf7e4daa46a6' + '2f818741bbf20fc83a68d71908de76f5f1b2b9e27691a4767aebf0e4a39fee85') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + patch -Np1 -i "${srcdir}/03_missing_icons.patch" + PYTHON=python2 ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var --disable-scrollkeeper \ + --disable-static \ + --with-scores-user=root --with-scores-group=games \ + --enable-introspection=yes \ + --enable-omitgames=swell-foop,lightsoff + make + make -j1 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install + + # Remove all scores, we generate them from postinstall + rm -rf "${pkgdir}/var" + + sed -i "s|#!/usr/bin/python$|#!/usr/bin/python2|" \ + $pkgdir/usr/lib/python2.7/site-packages/gnome_sudoku/{tracker_info,number_box}.py + + sed -i "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \ + $pkgdir/usr/bin/{gnome-sudoku,glchess} + + install -m755 -d "${pkgdir}/usr/share/icons/hicolor/24x24/actions" + install -m644 "${srcdir}/scores.png" "${pkgdir}/usr/share/icons/hicolor/24x24/actions/" + + install -m755 -d "${pkgdir}/usr/share/gconf/schemas" + gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" --domain gnome-games ${pkgdir}/etc/gconf/schemas/*.schemas + rm -f ${pkgdir}/etc/gconf/schemas/*.schemas +} diff --git a/extra/gnome-games/gnome-games.install b/extra/gnome-games/gnome-games.install new file mode 100644 index 000000000..ac7091f45 --- /dev/null +++ b/extra/gnome-games/gnome-games.install @@ -0,0 +1,151 @@ +pkgname=gnome-games +scores=(glines.Large.scores + glines.Medium.scores + glines.Small.scores + gnibbles.1.0.scores + gnibbles.1.1.scores + gnibbles.2.0.scores + gnibbles.2.1.scores + gnibbles.3.0.scores + gnibbles.3.1.scores + gnibbles.4.0.scores + gnibbles.4.1.scores + gnobots2.classic_robots-safe.scores + gnobots2.classic_robots-super-safe.scores + gnobots2.classic_robots.scores + gnobots2.nightmare-safe.scores + gnobots2.nightmare-super-safe.scores + gnobots2.nightmare.scores + gnobots2.robots2-safe.scores + gnobots2.robots2-super-safe.scores + gnobots2.robots2.scores + gnobots2.robots2_easy-safe.scores + gnobots2.robots2_easy-super-safe.scores + gnobots2.robots2_easy.scores + gnobots2.robots_with_safe_teleport-safe.scores + gnobots2.robots_with_safe_teleport-super-safe.scores + gnobots2.robots_with_safe_teleport.scores + gnomine.Custom.scores + gnomine.Large.scores + gnomine.Medium.scores + gnomine.Small.scores + gnotravex.2x2.scores + gnotravex.3x3.scores + gnotravex.4x4.scores + gnotravex.5x5.scores + gnotravex.6x6.scores + gnotski.1.scores + gnotski.10.scores + gnotski.11.scores + gnotski.12.scores + gnotski.13.scores + gnotski.14.scores + gnotski.15.scores + gnotski.16.scores + gnotski.17.scores + gnotski.18.scores + gnotski.19.scores + gnotski.2.scores + gnotski.20.scores + gnotski.21.scores + gnotski.22.scores + gnotski.23.scores + gnotski.24.scores + gnotski.25.scores + gnotski.26.scores + gnotski.27.scores + gnotski.28.scores + gnotski.29.scores + gnotski.3.scores + gnotski.30.scores + gnotski.31.scores + gnotski.32.scores + gnotski.33.scores + gnotski.34.scores + gnotski.35.scores + gnotski.36.scores + gnotski.37.scores + gnotski.4.scores + gnotski.5.scores + gnotski.6.scores + gnotski.7.scores + gnotski.8.scores + gnotski.9.scores + gtali.Colors.scores + gtali.Regular.scores + mahjongg.bridges.scores + mahjongg.cloud.scores + mahjongg.confounding.scores + mahjongg.difficult.scores + mahjongg.dragon.scores + mahjongg.easy.scores + mahjongg.pyramid.scores + mahjongg.tictactoe.scores + mahjongg.ziggurat.scores + swell-foop.Large.scores + swell-foop.Medium.scores + swell-foop.Small.scores + quadrapassel.scores) + +post_install() { + usr/sbin/gconfpkg --install ${pkgname} + update-desktop-database -q + gtk-update-icon-cache -q -f -t usr/share/icons/hicolor + + for sz in Large Medium Small; do + if [ -e "opt/gnome/var/games/same-gnome.${sz}.scores" ]; then + mv "opt/gnome/var/games/same-gnome.${sz}.scores" \ + "var/games/swell-foop.${sz}.scores" + elif [ -e "var/games/same-gnome.${sz}.scores" ]; then + mv "var/games/same-gnome.${sz}.scores" \ + "var/games/swell-foop.${sz}.scores" + fi + done + if [ -e "opt/gnome/var/games/gnometris.scores" ]; then + mv "opt/gnome/var/games/gnometris.scores" \ + "var/games/quadrapassel.scores" + elif [ -e "var/games/gnometris.scores" ]; then + mv "var/games/gnometris.scores" \ + "var/games/quadrapassel.scores" + fi + + for score in "${scores[@]}" ; do + if [ -e "var/games/${score}" ]; then + continue + fi + if [ -e "opt/gnome/var/games/${score}" ]; then + mv "opt/gnome/var/games/${score}" var/games/ + else + touch "var/games/${score}" + fi + chown root:games "var/games/${score}" + chmod 664 "var/games/${score}" + done +} + +pre_upgrade() { + pre_remove $1 +} + +post_upgrade() { + post_install $1 +} + +pre_remove() { + usr/sbin/gconfpkg --uninstall ${pkgname} + + if [ -f usr/share/ggz/gnect-client.dsc ]; then + ggz-config -r -m usr/share/ggz/gnect-client.dsc >& /dev/null + ggz-config -r -m usr/share/ggz/gnibbles-client.dsc >& /dev/null + ggz-config -r -m usr/share/ggz/iagno-client.dsc >& /dev/null + fi +} + +post_remove() { + update-desktop-database -q + gtk-update-icon-cache -q -f -t usr/share/icons/hicolor + + for score in "${scores[@]}" ; do + rm -f "var/games/${score}" + done +} diff --git a/extra/gnome-games/scores.png b/extra/gnome-games/scores.png new file mode 100644 index 000000000..fb8ea036f Binary files /dev/null and b/extra/gnome-games/scores.png differ -- cgit v1.2.3-54-g00ecf