[arch-commits] Commit in pychess/repos/community-any (4 files)

Balló György bgyorgy at nymeria.archlinux.org
Sat Jan 11 10:44:14 UTC 2014


    Date: Saturday, January 11, 2014 @ 11:44:14
  Author: bgyorgy
Revision: 103750

archrelease: copy trunk to community-any

Added:
  pychess/repos/community-any/PKGBUILD
    (from rev 103749, pychess/trunk/PKGBUILD)
  pychess/repos/community-any/pychess.install
    (from rev 103749, pychess/trunk/pychess.install)
Deleted:
  pychess/repos/community-any/PKGBUILD
  pychess/repos/community-any/pychess.install

-----------------+
 PKGBUILD        |   56 ++++++++++++++++++++++++++++--------------------------
 pychess.install |   23 +++++++++++-----------
 2 files changed, 42 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-11 10:44:09 UTC (rev 103749)
+++ PKGBUILD	2014-01-11 10:44:14 UTC (rev 103750)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae <allan at archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-
-pkgname=pychess
-pkgver=0.10.1
-pkgrel=3
-pkgdesc="Chess client for the GNOME desktop"
-arch=('any')
-url="http://pychess.org/"
-license=('GPL')
-depends=('python2-pysqlite' 'gnome-icon-theme' 'python2-rsvg'
-         'pygtksourceview2' 'gstreamer0.10-python')
-install=pychess.install
-source=(http://pychess.googlecode.com/files/pychess-$pkgver.tar.gz)
-md5sums=('ee1893071823b3d41ecdb1ef314fb8ba')
-
-package() {
-  cd $srcdir/pychess-$pkgver
-
-  sed -i "s|#!/usr/bin/python$|#!/usr/bin/python2|" lib/pychess/Players/PyChess.py
-  sed -i "/vm binname/s|python|python2|" lib/pychess/Players/engineNest.py
-  sed -i "/binname ==/s|python|python2|" lib/pychess/widgets/newGameDialog.py
-
-  python2 setup.py install --prefix=/usr --root=$pkgdir
-}

Copied: pychess/repos/community-any/PKGBUILD (from rev 103749, pychess/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-01-11 10:44:14 UTC (rev 103750)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+
+pkgname=pychess
+pkgver=0.10.1
+pkgrel=4
+pkgdesc="Chess client for the GNOME desktop"
+arch=('any')
+url="http://pychess.org/"
+license=('GPL')
+depends=('gnome-icon-theme' 'python2-rsvg' 'pygtksourceview2' 'gstreamer0.10-python'
+         'desktop-file-utils')
+install=pychess.install
+source=(http://pychess.googlecode.com/files/pychess-$pkgver.tar.gz)
+md5sums=('ee1893071823b3d41ecdb1ef314fb8ba')
+
+prepare() {
+  cd $srcdir/pychess-$pkgver
+
+  sed -i "s|#!/usr/bin/python$|#!/usr/bin/python2|" lib/pychess/Players/PyChess.py
+  sed -i "/vm binname/s|python|python2|" lib/pychess/Players/engineNest.py
+  sed -i "/binname ==/s|python|python2|" lib/pychess/widgets/newGameDialog.py
+}
+
+package() {
+  cd $srcdir/pychess-$pkgver
+
+  python2 setup.py install --prefix=/usr --root=$pkgdir
+}

Deleted: pychess.install
===================================================================
--- pychess.install	2014-01-11 10:44:09 UTC (rev 103749)
+++ pychess.install	2014-01-11 10:44:14 UTC (rev 103750)
@@ -1,11 +0,0 @@
-post_install() {
-    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: pychess/repos/community-any/pychess.install (from rev 103749, pychess/trunk/pychess.install)
===================================================================
--- pychess.install	                        (rev 0)
+++ pychess.install	2014-01-11 10:44:14 UTC (rev 103750)
@@ -0,0 +1,12 @@
+post_install() {
+    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}




More information about the arch-commits mailing list