Date: Monday, May 23, 2016 @ 20:38:18 Author: arodseth Revision: 176154
archrelease: copy trunk to community-any Added: pychess/repos/community-any/PKGBUILD (from rev 176153, pychess/trunk/PKGBUILD) Deleted: pychess/repos/community-any/PKGBUILD pychess/repos/community-any/pychess.install -----------------+ PKGBUILD | 46 ++++++++++++++++++++++------------------------ pychess.install | 14 -------------- 2 files changed, 22 insertions(+), 38 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2016-05-23 18:38:09 UTC (rev 176153) +++ PKGBUILD 2016-05-23 18:38:18 UTC (rev 176154) @@ -1,24 +0,0 @@ -# $Id$ -# Maintainer: Allan McRae <al...@archlinux.org> -# Contributor: Alexander Fehr <pizzapunk gmail com> - -pkgname=pychess -pkgver=0.12.3 -pkgrel=2 -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 -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: Copied: pychess/repos/community-any/PKGBUILD (from rev 176153, pychess/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2016-05-23 18:38:18 UTC (rev 176154) @@ -0,0 +1,22 @@ +# $Id$ +# Maintainer: Alexander F Rødseth <xypr...@archlinux.org> +# Contributor: Allan McRae <al...@archlinux.org> +# Contributor: Alexander Fehr <pizzapunk gmail com> + +pkgname=pychess +pkgver=0.12.3 +pkgrel=3 +pkgdesc='Chess client' +arch=('any') +url='http://pychess.org/' +license=('GPL') +depends=('python-gobject' 'python-cairo' 'gtksourceview3' 'gst-plugins-base') +source=("http://www.pychess.org/download/pychess-$pkgver.tar.gz") +sha256sums=('11d5e2d447bb945283f0239a407d8069b13afd77d3a2d491c9c352f1b7862e67') + +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-05-23 18:38:09 UTC (rev 176153) +++ pychess.install 2016-05-23 18:38:18 UTC (rev 176154) @@ -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: