[arch-commits] Commit in pysolfc/repos/community-any (PKGBUILD PKGBUILD)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun Mar 8 11:10:53 UTC 2020


    Date: Sunday, March 8, 2020 @ 11:10:52
  Author: jlichtblau
Revision: 591812

archrelease: copy trunk to community-any

Added:
  pysolfc/repos/community-any/PKGBUILD
    (from rev 591811, pysolfc/trunk/PKGBUILD)
Deleted:
  pysolfc/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   57 +++++++++++++++++++++++++++++----------------------------
 1 file changed, 29 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-08 11:10:43 UTC (rev 591811)
+++ PKGBUILD	2020-03-08 11:10:52 UTC (rev 591812)
@@ -1,28 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Eric Bélanger <eric at archlinux.org>
-
-pkgname=pysolfc
-pkgver=2.8.0
-pkgrel=1
-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=('tk' 'python-pillow' 'python-random2' 'python-six' 'pysolfc-cardsets' 'python-pysol_cards')
-makedepends=('python-setuptools')
-source=(https://downloads.sourceforge.net/$pkgname/PySolFC-$pkgver.tar.xz)
-sha256sums=('2b09a076f544f299155cbb8d0d455bfbf9be082bff76a6f9758959697cc07844')
-
-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
-}

Copied: pysolfc/repos/community-any/PKGBUILD (from rev 591811, pysolfc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-08 11:10:52 UTC (rev 591812)
@@ -0,0 +1,29 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+
+pkgname=pysolfc
+pkgver=2.8.0
+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=('2b09a076f544f299155cbb8d0d455bfbf9be082bff76a6f9758959697cc07844')
+
+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