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

Alexander Rødseth arodseth at archlinux.org
Sat Feb 20 20:46:59 UTC 2016


    Date: Saturday, February 20, 2016 @ 21:46:58
  Author: arodseth
Revision: 162888

archrelease: copy trunk to community-any

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

-----------------+
 PKGBUILD        |   48 ++++++++++++++++++++++++------------------------
 pychess.install |   24 ++++++++++++------------
 2 files changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-20 20:46:51 UTC (rev 162887)
+++ PKGBUILD	2016-02-20 20:46:58 UTC (rev 162888)
@@ -1,24 +0,0 @@
-# $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:

Copied: pychess/repos/community-any/PKGBUILD (from rev 162887, pychess/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-02-20 20:46:58 UTC (rev 162888)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+
+pkgname=pychess
+pkgver=0.12.2
+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=('4d7ed37cf2cf1e451240ed90646a6f56')
+
+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	2016-02-20 20:46:51 UTC (rev 162887)
+++ pychess.install	2016-02-20 20:46:58 UTC (rev 162888)
@@ -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 162887, pychess/trunk/pychess.install)
===================================================================
--- pychess.install	                        (rev 0)
+++ pychess.install	2016-02-20 20:46:58 UTC (rev 162888)
@@ -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