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

Balló György bgyorgy at archlinux.org
Sat Jul 18 09:19:57 UTC 2015


    Date: Saturday, July 18, 2015 @ 11:19:57
  Author: bgyorgy
Revision: 137091

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-18 09:19:52 UTC (rev 137090)
+++ PKGBUILD	2015-07-18 09:19:57 UTC (rev 137091)
@@ -1,30 +0,0 @@
-# $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
-}

Copied: pychess/repos/community-any/PKGBUILD (from rev 137090, pychess/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-07-18 09:19:57 UTC (rev 137091)
@@ -0,0 +1,29 @@
+# $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
+}

Deleted: pychess.install
===================================================================
--- pychess.install	2015-07-18 09:19:52 UTC (rev 137090)
+++ pychess.install	2015-07-18 09:19:57 UTC (rev 137091)
@@ -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 137090, pychess/trunk/pychess.install)
===================================================================
--- pychess.install	                        (rev 0)
+++ pychess.install	2015-07-18 09:19:57 UTC (rev 137091)
@@ -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