[arch-commits] Commit in pysolfc/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 18:55:51 UTC 2020
Date: Thursday, November 12, 2020 @ 18:55:50
Author: foutrelis
Revision: 753265
archrelease: copy trunk to community-staging-any
Added:
pysolfc/repos/community-staging-any/
pysolfc/repos/community-staging-any/PKGBUILD
(from rev 753264, pysolfc/trunk/PKGBUILD)
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Copied: pysolfc/repos/community-staging-any/PKGBUILD (from rev 753264, pysolfc/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-11-12 18:55:50 UTC (rev 753265)
@@ -0,0 +1,29 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+
+pkgname=pysolfc
+pkgver=2.10.1
+pkgrel=2
+pkgdesc="PySol (Fan Club edition) is an exciting collection of more than 1000 solitaire games"
+arch=('any')
+url="http://pysolfc.sourceforge.net/"
+license=('GPL3')
+depends=('python-attrs' 'pysolfc-cardsets' 'python-configobj' 'python-pillow'
+ 'python-pysol_cards' 'python-random2' 'python-six' 'tk')
+makedepends=('python-setuptools')
+source=(https://downloads.sourceforge.net/$pkgname/PySolFC-$pkgver.tar.xz)
+sha256sums=('f09724f2fdef3f16d8ba5cf834872e31f559bb389f6b5226ff9aa2edbf17d319')
+
+prepare() {
+ cd PySolFC-$pkgver
+
+ sed -i 's/pysol.py/pysol/' data/pysol.desktop
+}
+
+
+package() {
+ cd PySolFC-$pkgver
+
+ python setup.py install --root="${pkgdir}"
+ mv "${pkgdir}"/usr/bin/pysol.py "${pkgdir}"/usr/bin/pysol
+}
More information about the arch-commits
mailing list