[arch-commits] Commit in pychess/repos/community-any (4 files)
Alexander Rødseth
arodseth at archlinux.org
Sat Mar 12 07:59:14 UTC 2016
Date: Saturday, March 12, 2016 @ 08:59:13
Author: arodseth
Revision: 166205
archrelease: copy trunk to community-any
Added:
pychess/repos/community-any/PKGBUILD
(from rev 166204, pychess/trunk/PKGBUILD)
pychess/repos/community-any/pychess.install
(from rev 166204, pychess/trunk/pychess.install)
Deleted:
pychess/repos/community-any/PKGBUILD
pychess/repos/community-any/pychess.install
-----------------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
pychess.install | 26 ++++++++++++++------------
2 files changed, 38 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-03-12 07:59:06 UTC (rev 166204)
+++ PKGBUILD 2016-03-12 07:59:13 UTC (rev 166205)
@@ -1,24 +0,0 @@
-# $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:
Copied: pychess/repos/community-any/PKGBUILD (from rev 166204, pychess/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-03-12 07:59:13 UTC (rev 166205)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+
+pkgname=pychess
+pkgver=0.12.3
+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=('70035ee3523f7d1c182137a9e146050c')
+
+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-03-12 07:59:06 UTC (rev 166204)
+++ pychess.install 2016-03-12 07:59:13 UTC (rev 166205)
@@ -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 166204, pychess/trunk/pychess.install)
===================================================================
--- pychess.install (rev 0)
+++ pychess.install 2016-03-12 07:59:13 UTC (rev 166205)
@@ -0,0 +1,14 @@
+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
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list