[arch-commits] Commit in pychess/repos/community-any (4 files)
Alexander Rødseth
arodseth at archlinux.org
Sun Dec 20 17:08:06 UTC 2015
Date: Sunday, December 20, 2015 @ 18:08:06
Author: arodseth
Revision: 153788
archrelease: copy trunk to community-any
Added:
pychess/repos/community-any/PKGBUILD
(from rev 153787, pychess/trunk/PKGBUILD)
pychess/repos/community-any/pychess.install
(from rev 153787, pychess/trunk/pychess.install)
Deleted:
pychess/repos/community-any/PKGBUILD
pychess/repos/community-any/pychess.install
-----------------+
PKGBUILD | 56 +++++++++++++++++++++++-------------------------------
pychess.install | 24 +++++++++++------------
2 files changed, 36 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-12-20 17:07:59 UTC (rev 153787)
+++ PKGBUILD 2015-12-20 17:08:06 UTC (rev 153788)
@@ -1,32 +0,0 @@
-# $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:
Copied: pychess/repos/community-any/PKGBUILD (from rev 153787, pychess/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-12-20 17:08:06 UTC (rev 153788)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+
+pkgname=pychess
+pkgver=0.12.1
+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=('886d1b9514f8ed3c7a94ce75a09265bc')
+
+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-12-20 17:07:59 UTC (rev 153787)
+++ pychess.install 2015-12-20 17:08:06 UTC (rev 153788)
@@ -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 153787, pychess/trunk/pychess.install)
===================================================================
--- pychess.install (rev 0)
+++ pychess.install 2015-12-20 17:08:06 UTC (rev 153788)
@@ -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