diff options
author | B. Watson <urchlay@slackware.uk> | 2023-01-11 16:31:36 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-14 08:50:30 +0700 |
commit | 43bace7fd78005f3b8bd1f2039d22f21161e2666 (patch) | |
tree | d47ed3b2b15198d72b9c6c2940d5ecf49f533d8c /games/pysolfc-extra-cardsets/pysolfc-extra-cardsets.SlackBuild | |
parent | 836802a29faebc350c010124e1d00166e44af7ce (diff) |
games/pysolfc-extra-cardsets: Updated for version 2.1.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/pysolfc-extra-cardsets/pysolfc-extra-cardsets.SlackBuild')
-rw-r--r-- | games/pysolfc-extra-cardsets/pysolfc-extra-cardsets.SlackBuild | 38 |
1 files changed, 24 insertions, 14 deletions
diff --git a/games/pysolfc-extra-cardsets/pysolfc-extra-cardsets.SlackBuild b/games/pysolfc-extra-cardsets/pysolfc-extra-cardsets.SlackBuild index c10c9a3a69fc6..e775682de65e1 100644 --- a/games/pysolfc-extra-cardsets/pysolfc-extra-cardsets.SlackBuild +++ b/games/pysolfc-extra-cardsets/pysolfc-extra-cardsets.SlackBuild @@ -6,11 +6,13 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20230111 bkw: updated for v2.1. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pysolfc-extra-cardsets SRCNAM=PySolFC-Cardsets -VERSION=${VERSION:-2.0} +VERSION=${VERSION:-2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -35,19 +37,27 @@ tar xvf $CWD/pysolfc-cardsets-bknoll.tar.xz --strip-components=1 # Don't include cardsets that are already in the main pysolfc package. rm -rf \ - cardset-2000 \ - cardset-crystal-mahjongg \ - cardset-dashavatara-ganjifa \ - cardset-dondorf \ - cardset-gnome-mahjongg-1 \ - cardset-hanafuda-200-years \ - cardset-hexadeck \ - cardset-matrix \ - cardset-mughal-ganjifa \ - cardset-oxymoron \ - cardset-standard \ - cardset-tuxedo \ - cardset-vienna-2k + cardset-2000 \ + cardset-crystal-mahjongg \ + cardset-dashavatara-ganjifa \ + cardset-dashavatara-ganjifa-xl \ + cardset-dondorf \ + cardset-gnome-mahjongg-1 \ + cardset-hanafuda-200-years \ + cardset-hexadeck \ + cardset-louie-mantia-hanafuda \ + cardset-matrix \ + cardset-mughal-ganjifa \ + cardset-mughal-ganjifa-xl \ + cardset-neo \ + cardset-neo-hex \ + cardset-neo-tarock \ + cardset-next-matrix \ + cardset-oxymoron \ + cardset-standard \ + cardset-tuxedo \ + cardset-uni-mahjongg \ + cardset-vienna-2k chown -R root:root . |