[arch-commits] Commit in pychess/trunk (PKGBUILD pychess.install)

Alexander Rødseth arodseth at archlinux.org
Mon May 23 18:38:09 UTC 2016


    Date: Monday, May 23, 2016 @ 20:38:09
  Author: arodseth
Revision: 176153

upgpkg: pychess 0.12.3-3

Modified:
  pychess/trunk/PKGBUILD
Deleted:
  pychess/trunk/pychess.install

-----------------+
 PKGBUILD        |   14 ++++++--------
 pychess.install |   14 --------------
 2 files changed, 6 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-23 18:27:31 UTC (rev 176152)
+++ PKGBUILD	2016-05-23 18:38:09 UTC (rev 176153)
@@ -1,23 +1,21 @@
 # $Id$
-# Maintainer: Allan McRae <allan at archlinux.org>
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
 # Contributor: Alexander Fehr <pizzapunk gmail com>
 
 pkgname=pychess
 pkgver=0.12.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Chess client'
 arch=('any')
 url='http://pychess.org/'
 license=('GPL')
-depends=('python-gobject' 'python-cairo' 'gtksourceview3' 'gst-plugins-base' 'desktop-file-utils')
-install=pychess.install
+depends=('python-gobject' 'python-cairo' 'gtksourceview3' 'gst-plugins-base')
 source=("http://www.pychess.org/download/pychess-$pkgver.tar.gz")
-md5sums=('70035ee3523f7d1c182137a9e146050c')
+sha256sums=('11d5e2d447bb945283f0239a407d8069b13afd77d3a2d491c9c352f1b7862e67')
 
 package() {
-  cd "pychess-$pkgver"
-
-  python setup.py install --prefix=/usr --root="$pkgdir"
+  cd "pychess-$pkgver"; python setup.py install --prefix=/usr --root="$pkgdir"
 }
 
 # getver: raw.githubusercontent.com/pychess/pychess/master/lib/pychess/__init__.py

Deleted: pychess.install
===================================================================
--- pychess.install	2016-05-23 18:27:31 UTC (rev 176152)
+++ pychess.install	2016-05-23 18:38:09 UTC (rev 176153)
@@ -1,14 +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
-}
-
-# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list