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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun Sep 30 12:06:42 UTC 2018


    Date: Sunday, September 30, 2018 @ 12:06:42
  Author: jlichtblau
Revision: 388464

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   45 ++++++++++++++++++++-------------------------
 1 file changed, 20 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-30 12:06:29 UTC (rev 388463)
+++ PKGBUILD	2018-09-30 12:06:42 UTC (rev 388464)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=pysolfc-cardsets
-pkgver=2.0
-pkgrel=4
-pkgdesc="A collection of cardsets adapted for use with PySolFC"
-arch=('any')
-url="http://pysolfc.sourceforge.net/"
-license=('GPL3')
-depends=('pysolfc')
-source=(http://downloads.sourceforge.net/pysolfc/PySolFC-Cardsets-${pkgver}.tar.bz2)
-sha512sums=('24275cd3656024e268a49487ac75e1e67e61ec20e0a9f88e2d1c287f91314a1a9343856d1202ce468f8863f4e9a9bf27526fbb1979a7d765718b38e64ca0cfc8')
-
-package() {
-  cd "${srcdir}/PySolFC-Cardsets-${pkgver}"
-  install -d "${pkgdir}/usr/share/PySolFC"
-  cp -r * "${pkgdir}/usr/share/PySolFC"
-
-# removing cardsets included in pysolfc
-  rm -r "${pkgdir}"/usr/share/PySolFC/cardset-{2000,crystal-mahjongg,dashavatara-ganjifa}
-  rm -r "${pkgdir}"/usr/share/PySolFC/cardset-{dondorf,gnome-mahjongg-1,hexadeck,kintengu}
-  rm -r "${pkgdir}"/usr/share/PySolFC/cardset-{matrix,mughal-ganjifa,oxymoron,standard}
-  rm -r "${pkgdir}"/usr/share/PySolFC/cardset-{tuxedo,vienna-2k}
-}

Copied: pysolfc-cardsets/repos/community-any/PKGBUILD (from rev 388463, pysolfc-cardsets/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-30 12:06:42 UTC (rev 388464)
@@ -0,0 +1,20 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+
+pkgname=pysolfc-cardsets
+pkgver=2.0
+pkgrel=5
+pkgdesc="A collection of cardsets adapted for use with PySolFC"
+arch=('any')
+url="http://pysolfc.sourceforge.net/"
+license=('GPL3')
+depends=('pysolfc')
+source=(http://downloads.sourceforge.net/pysolfc/PySolFC-Cardsets-${pkgver}.tar.bz2)
+sha256sums=('c388d6360191b3b7e463d84e5a64260c4e3ed36e791a85227d7e8923f3f47ca7')
+
+package() {
+  cd "${srcdir}"/PySolFC-Cardsets-${pkgver}
+
+  install -d "${pkgdir}"/usr/share/PySolFC
+  cp -r * "${pkgdir}"/usr/share/PySolFC
+}



More information about the arch-commits mailing list