diff options
author | B. Watson <urchlay@slackware.uk> | 2024-08-24 16:50:00 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-31 07:56:37 +0700 |
commit | 7a4d769d6449f507eddcac07500f054c63a844de (patch) | |
tree | 807621d8013c7fd23d7ba958a12e30bb9d3bcfe6 /games | |
parent | a2e719afe7b1a793acaacf284a5997e98aef5eae (diff) |
games/pysolfc-extra-cardsets: Updated for version 3.0.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/pysolfc-extra-cardsets/README | 2 | ||||
-rw-r--r-- | games/pysolfc-extra-cardsets/pysolfc-extra-cardsets.SlackBuild | 30 | ||||
-rw-r--r-- | games/pysolfc-extra-cardsets/pysolfc-extra-cardsets.info | 6 | ||||
-rw-r--r-- | games/pysolfc-extra-cardsets/slack-desc | 2 |
4 files changed, 28 insertions, 12 deletions
diff --git a/games/pysolfc-extra-cardsets/README b/games/pysolfc-extra-cardsets/README index 60b9b04ba26b5..41b1399fbca43 100644 --- a/games/pysolfc-extra-cardsets/README +++ b/games/pysolfc-extra-cardsets/README @@ -1,6 +1,6 @@ pysolfc-extra-cardsets (extra card graphics for pysolfc) -Almost 90MB of extra cardsets for use with pysolfc, including large +Over 100MB of extra cardsets for use with pysolfc, including large cards for high resolution displays (or for the vision impaired). Most of the cardsets come from the PySolFC sourceforge download page. diff --git a/games/pysolfc-extra-cardsets/pysolfc-extra-cardsets.SlackBuild b/games/pysolfc-extra-cardsets/pysolfc-extra-cardsets.SlackBuild index 2c6b58633ba92..8feb95269554a 100644 --- a/games/pysolfc-extra-cardsets/pysolfc-extra-cardsets.SlackBuild +++ b/games/pysolfc-extra-cardsets/pysolfc-extra-cardsets.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20240824 bkw: updated for v3.0. # 20231217 bkw: updated for v2.2. # 20230111 bkw: updated for v2.1. @@ -13,7 +14,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pysolfc-extra-cardsets SRCNAM=PySolFC-Cardsets -VERSION=${VERSION:-2.2} +VERSION=${VERSION:-3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -36,38 +37,53 @@ cd $PKG/usr/share/PySolFC tar xvf $CWD/$SRCNAM-$VERSION.tar.bz2 --strip-components=1 tar xvf $CWD/pysolfc-cardsets-bknoll.tar.xz --strip-components=1 +# 20240824 bkw: 3.0.0 release tarball includes a hidden dir full of +# duplicates. Don't need. +rm -rf .fr-KuTbSg + # Don't include cardsets that are already in the main pysolfc package. # 20231217 bkw: matching and matching-xl moved to the main pkg in 2.20.0. +# 20240824 bkw: quite a few added to the list in 3.0. rm -rf \ cardset-2000 \ + cardset-blaren-7x7 \ cardset-crystal-mahjongg \ - cardset-dashavatara-ganjifa \ cardset-dashavatara-ganjifa-xl \ + cardset-dashavatara-ganjifa \ + cardset-dojouji-3x3 \ cardset-dondorf \ cardset-gnome-mahjongg-1 \ cardset-hanafuda-200-years \ cardset-hexadeck \ + cardset-hokusai-6x6 \ + cardset-knave-of-hearts-4x4 \ cardset-louie-mantia-hanafuda \ - cardset-matching \ cardset-matching-xl \ + cardset-matching \ cardset-matrix \ - cardset-mughal-ganjifa \ + cardset-mid-winter-eve-8x8 \ cardset-mughal-ganjifa-xl \ - cardset-neo \ + cardset-mughal-ganjifa \ cardset-neo-hex \ cardset-neo-tarock \ + cardset-neo \ cardset-next-matrix \ cardset-oxymoron \ + cardset-players-trumps-10x10 \ + cardset-simple-ishido-xl \ + cardset-simple-ishido \ cardset-standard \ + cardset-the-card-players-9x9 \ cardset-tuxedo \ cardset-uni-mahjongg \ + cardset-victoria-falls-5x5 \ cardset-vienna-2k chown -R root:root . # No executables, all files should be 644 here. -find -L . -type d -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ - -type f -a \! -perm 644 -a -exec chmod 644 {} \+ +find -L . -type d -a \! -perm 755 -a -exec chmod 755 {} + -o \ + -type f -a \! -perm 644 -a -exec chmod 644 {} + # No docs, include our own README. mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/games/pysolfc-extra-cardsets/pysolfc-extra-cardsets.info b/games/pysolfc-extra-cardsets/pysolfc-extra-cardsets.info index b00d09b1df089..67d11a450ac3f 100644 --- a/games/pysolfc-extra-cardsets/pysolfc-extra-cardsets.info +++ b/games/pysolfc-extra-cardsets/pysolfc-extra-cardsets.info @@ -1,9 +1,9 @@ PRGNAM="pysolfc-extra-cardsets" -VERSION="2.2" +VERSION="3.0" HOMEPAGE="https://pysolfc.sourceforge.net" -DOWNLOAD="https://downloads.sourceforge.net/project/pysolfc/PySolFC-Cardsets/PySolFC-Cardsets-2.2/PySolFC-Cardsets-2.2.tar.bz2 \ +DOWNLOAD="https://downloads.sourceforge.net/project/pysolfc/PySolFC-Cardsets/PySolFC-Cardsets-3.0/PySolFC-Cardsets-3.0.tar.bz2 \ https://slackware.uk/~urchlay/src/pysolfc-cardsets-bknoll.tar.xz" -MD5SUM="a44b410e2a3c9939fc03c298aabd8eb6 \ +MD5SUM="a9ac0984c127fc88e7d94d014ff1c6a3 \ 35e3df2c464019167377dc35d5d8354e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" diff --git a/games/pysolfc-extra-cardsets/slack-desc b/games/pysolfc-extra-cardsets/slack-desc index 4b8dd2056146b..bbac74d72fe37 100644 --- a/games/pysolfc-extra-cardsets/slack-desc +++ b/games/pysolfc-extra-cardsets/slack-desc @@ -8,7 +8,7 @@ |-----handy-ruler------------------------------------------------------| pysolfc-extra-cardsets: pysolfc-extra-cardsets (extra card graphics for pysolfc) pysolfc-extra-cardsets: -pysolfc-extra-cardsets: Almost 90MB of extra cardsets for use with pysolfc, including large +pysolfc-extra-cardsets: Over 100MB of extra cardsets for use with pysolfc, including large pysolfc-extra-cardsets: cards for high resolution displays (or for the vision impaired). pysolfc-extra-cardsets: pysolfc-extra-cardsets: |