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

Alexander Rødseth arodseth at archlinux.org
Sun Nov 1 13:32:52 UTC 2015


    Date: Sunday, November 1, 2015 @ 14:32:52
  Author: arodseth
Revision: 145444

archrelease: copy trunk to community-any

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

-----------------+
 PKGBUILD        |   61 ++++++++++++++++++++++++++++--------------------------
 pychess.install |   24 ++++++++++-----------
 2 files changed, 44 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-01 13:32:44 UTC (rev 145443)
+++ PKGBUILD	2015-11-01 13:32:52 UTC (rev 145444)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae <allan at archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-
-pkgname=pychess
-pkgver=0.10.1
-pkgrel=5
-pkgdesc="Chess client for the GNOME desktop"
-arch=('any')
-url="http://pychess.org/"
-license=('GPL')
-depends=('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
-}

Copied: pychess/repos/community-any/PKGBUILD (from rev 145443, pychess/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-11-01 13:32:52 UTC (rev 145444)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+
+pkgname=pychess
+pkgver=0.12
+pkgrel=1
+pkgdesc='Chess client'
+arch=('any')
+url='http://pychess.org/'
+license=('GPL')
+depends=('python' 'python-gobject' 'python-cairo' 'gobject-introspection' 'glib2' 'gtk3' 'pango' 'gdk-pixbuf2' 'gtksourceview3' 'gstreamer' 'gst-plugins-base' 'pygtksourceview2' 'gstreamer0.10-python' 'desktop-file-utils')
+install=pychess.install
+source=("http://www.pychess.org/download/pychess-$pkgver.tar.gz")
+md5sums=('922065f8ec62582d6431cb73c8564fce')
+
+prepare() {
+  cd "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 "pychess-$pkgver"
+
+  python setup.py install --prefix=/usr --root=$pkgdir
+}
+
+# getver: raw.githubusercontent.com/pychess/pychess/master/lib/pychess/__init__.py
+# vim:set ts=2 sw=2 et:

Deleted: pychess.install
===================================================================
--- pychess.install	2015-11-01 13:32:44 UTC (rev 145443)
+++ pychess.install	2015-11-01 13:32:52 UTC (rev 145444)
@@ -1,12 +0,0 @@
-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
-}

Copied: pychess/repos/community-any/pychess.install (from rev 145443, pychess/trunk/pychess.install)
===================================================================
--- pychess.install	                        (rev 0)
+++ pychess.install	2015-11-01 13:32:52 UTC (rev 145444)
@@ -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