[arch-commits] Commit in pychess/repos/community-any (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Fri May 31 18:49:20 UTC 2019
Date: Friday, May 31, 2019 @ 18:49:20
Author: arodseth
Revision: 476087
archrelease: copy trunk to community-any
Added:
pychess/repos/community-any/PKGBUILD
(from rev 476086, pychess/trunk/PKGBUILD)
Deleted:
pychess/repos/community-any/PKGBUILD
----------+
PKGBUILD | 61 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 30 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-31 18:48:39 UTC (rev 476086)
+++ PKGBUILD 2019-05-31 18:49:20 UTC (rev 476087)
@@ -1,31 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk at gmail.com>
-
-pkgname=pychess
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='Chess client'
-arch=(any)
-url='http://pychess.org/'
-license=(GPL)
-depends=(gst-plugins-base gtksourceview3 python-cairo python-gobject
- python-ptyprocess python-psutil python-sqlalchemy python-pexpect)
-# /usr/bin/fire and /usr/bin/gringo are mistaken for chess engines,
-# and launched when starting pychess...
-conflicts=(mesa-demos)
-makedepends=(git python-pexpect xorg-server-xvfb)
-source=("git+https://github.com/$pkgname/$pkgname#tag=$pkgver")
-sha256sums=('SKIP')
-
-package() {
- cd pychess
-
- xvfb-run python setup.py install --prefix=/usr --root="$pkgdir"
-
- # FS#59882
- find "$pkgdir" -wholename 'external/pexpect' -type d -delete
-}
-
-# getver: raw.githubusercontent.com/pychess/pychess/master/lib/pychess/__init__.py
-# vim: ts=2 sw=2 et:
Copied: pychess/repos/community-any/PKGBUILD (from rev 476086, pychess/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-31 18:49:20 UTC (rev 476087)
@@ -0,0 +1,30 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk at gmail.com>
+
+pkgname=pychess
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='Chess client'
+arch=(any)
+url='http://pychess.org/'
+license=(GPL)
+depends=(gst-plugins-base gtksourceview3 python-cairo python-gobject
+ python-ptyprocess python-psutil python-sqlalchemy python-pexpect)
+# /usr/bin/fire and /usr/bin/spike are/were mistaken for chess engines
+conflicts=(mesa-demos spike)
+makedepends=(git python-pexpect xorg-server-xvfb)
+source=("git+https://github.com/$pkgname/$pkgname#tag=$pkgver")
+sha256sums=('SKIP')
+
+package() {
+ cd pychess
+
+ xvfb-run python setup.py install --prefix=/usr --root="$pkgdir"
+
+ # FS#59882
+ find "$pkgdir" -wholename 'external/pexpect' -type d -delete
+}
+
+# getver: raw.githubusercontent.com/pychess/pychess/master/lib/pychess/__init__.py
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list