summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2021-12-19 17:23:27 +0100
committer Willy Sudiarto Raharjo2021-12-27 10:20:27 +0100
commit1641c798ba5327f1e30e57728c1ef4f9ad1a89c3 (patch)
tree182a357b1118ef5f464bf912d159cb0bd265d556
parent67defd630c841a5e92d31f373a87298f0e7c8a52 (diff)
downloadslackbuilds-1641c798ba5327f1e30e57728c1ef4f9ad1a89c3.tar.gz
games/tkgames: Added (a collection of card and puzzle games).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--games/tkgames/README13
-rw-r--r--games/tkgames/desktop/polypuzzle.desktop8
-rw-r--r--games/tkgames/desktop/tkhangman.desktop8
-rw-r--r--games/tkgames/desktop/tkhearts.desktop8
-rw-r--r--games/tkgames/desktop/tksol.desktop8
-rw-r--r--games/tkgames/desktop/tkspider.desktop8
-rw-r--r--games/tkgames/desktop/tktk.desktop8
-rw-r--r--games/tkgames/desktop/tktp.desktop8
-rw-r--r--games/tkgames/desktop/tkyahtzee.desktop8
-rw-r--r--games/tkgames/doinst.sh9
-rw-r--r--games/tkgames/icons/polypuzzle.pngbin0 -> 1941 bytes
-rw-r--r--games/tkgames/icons/tkgames-cards.pngbin0 -> 2466 bytes
-rw-r--r--games/tkgames/icons/tkhangman.pngbin0 -> 4258 bytes
-rw-r--r--games/tkgames/icons/tkyahtzee.pngbin0 -> 4884 bytes
-rw-r--r--games/tkgames/slack-desc19
-rwxr-xr-xgames/tkgames/tkgames.SlackBuild100
-rw-r--r--games/tkgames/tkgames.info10
17 files changed, 215 insertions, 0 deletions
diff --git a/games/tkgames/README b/games/tkgames/README
new file mode 100644
index 0000000000..b8a49030b2
--- /dev/null
+++ b/games/tkgames/README
@@ -0,0 +1,13 @@
+tkgames (a collection of card and puzzle games)
+
+tkgames is a small collection of simple games written in Tcl, using Tk
+for the user interface. Included games:
+
+- polypuzzle, a rather difficult geometric puzzle game.
+- tkhangman, word game.
+- tkhearts, Hearts card game, play against computer.
+- tksol (TkSolitaire), classic Patience solitaire card game.
+- tkspider, solitaire card game.
+- tktk (TkTimeKiller), pyramid solitaire card game.
+- tktp (TkTripeaks), a simpler pyramid solitaire card game.
+- tkyahtzee, dice game.
diff --git a/games/tkgames/desktop/polypuzzle.desktop b/games/tkgames/desktop/polypuzzle.desktop
new file mode 100644
index 0000000000..b06831904c
--- /dev/null
+++ b/games/tkgames/desktop/polypuzzle.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=PolyPuzzle
+Comment=Geometric puzzle game
+Exec=polypuzzle
+Icon=polypuzzle
+Type=Application
+Terminal=false
+Categories=Game;LogicGame;
diff --git a/games/tkgames/desktop/tkhangman.desktop b/games/tkgames/desktop/tkhangman.desktop
new file mode 100644
index 0000000000..d664a49c9b
--- /dev/null
+++ b/games/tkgames/desktop/tkhangman.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=TkHangMan
+Comment=Word puzzle game
+Exec=tkhangman
+Icon=tkhangman
+Type=Application
+Terminal=false
+Categories=Game;LogicGame;
diff --git a/games/tkgames/desktop/tkhearts.desktop b/games/tkgames/desktop/tkhearts.desktop
new file mode 100644
index 0000000000..f8d66012fa
--- /dev/null
+++ b/games/tkgames/desktop/tkhearts.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=TkHearts
+Comment=Hearts card game
+Exec=tkhearts
+Icon=tkgames-cards
+Type=Application
+Terminal=false
+Categories=Game;CardGame;
diff --git a/games/tkgames/desktop/tksol.desktop b/games/tkgames/desktop/tksol.desktop
new file mode 100644
index 0000000000..ee07b7e14d
--- /dev/null
+++ b/games/tkgames/desktop/tksol.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=TkSolitaire
+Comment=Patience solitaire card game
+Exec=tksol
+Icon=tkgames-cards
+Type=Application
+Terminal=false
+Categories=Game;CardGame;
diff --git a/games/tkgames/desktop/tkspider.desktop b/games/tkgames/desktop/tkspider.desktop
new file mode 100644
index 0000000000..1c2abcf64f
--- /dev/null
+++ b/games/tkgames/desktop/tkspider.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=TkSpider
+Comment=Solitaire card game
+Exec=tkspider
+Icon=tkgames-cards
+Type=Application
+Terminal=false
+Categories=Game;CardGame;
diff --git a/games/tkgames/desktop/tktk.desktop b/games/tkgames/desktop/tktk.desktop
new file mode 100644
index 0000000000..ddca5b66af
--- /dev/null
+++ b/games/tkgames/desktop/tktk.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=TkTimeKiller
+Comment=Pyramid solitaire card game
+Exec=tktk
+Icon=tkgames-cards
+Type=Application
+Terminal=false
+Categories=Game;CardGame;
diff --git a/games/tkgames/desktop/tktp.desktop b/games/tkgames/desktop/tktp.desktop
new file mode 100644
index 0000000000..ef43623631
--- /dev/null
+++ b/games/tkgames/desktop/tktp.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=TkTriPeaks
+Comment=Pyramid solitaire card game
+Exec=tktp
+Icon=tkgames-cards
+Type=Application
+Terminal=false
+Categories=Game;CardGame;
diff --git a/games/tkgames/desktop/tkyahtzee.desktop b/games/tkgames/desktop/tkyahtzee.desktop
new file mode 100644
index 0000000000..7e9ad43624
--- /dev/null
+++ b/games/tkgames/desktop/tkyahtzee.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=TkYahtzee
+Comment=Dice game
+Exec=tkyahtzee
+Icon=tkyahtzee
+Type=Application
+Terminal=false
+Categories=Game;LogicGame;
diff --git a/games/tkgames/doinst.sh b/games/tkgames/doinst.sh
new file mode 100644
index 0000000000..3e5691a052
--- /dev/null
+++ b/games/tkgames/doinst.sh
@@ -0,0 +1,9 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi
+
+if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
+ if [ -x /usr/bin/gtk-update-icon-cache ]; then
+ /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
+ fi
+fi
diff --git a/games/tkgames/icons/polypuzzle.png b/games/tkgames/icons/polypuzzle.png
new file mode 100644
index 0000000000..828bae586f
--- /dev/null
+++ b/games/tkgames/icons/polypuzzle.png
Binary files differ
diff --git a/games/tkgames/icons/tkgames-cards.png b/games/tkgames/icons/tkgames-cards.png
new file mode 100644
index 0000000000..9ce7550fd2
--- /dev/null
+++ b/games/tkgames/icons/tkgames-cards.png
Binary files differ
diff --git a/games/tkgames/icons/tkhangman.png b/games/tkgames/icons/tkhangman.png
new file mode 100644
index 0000000000..123e8d9e7a
--- /dev/null
+++ b/games/tkgames/icons/tkhangman.png
Binary files differ
diff --git a/games/tkgames/icons/tkyahtzee.png b/games/tkgames/icons/tkyahtzee.png
new file mode 100644
index 0000000000..a1ad54b92d
--- /dev/null
+++ b/games/tkgames/icons/tkyahtzee.png
Binary files differ
diff --git a/games/tkgames/slack-desc b/games/tkgames/slack-desc
new file mode 100644
index 0000000000..fb360b8430
--- /dev/null
+++ b/games/tkgames/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+tkgames: tkgames (a collection of card and puzzle games)
+tkgames:
+tkgames: tkgames is a small collection of simple games written in Tcl, using Tk
+tkgames: for the user interface. Included games: polypuzzle tkhangman tkhearts
+tkgames: tksol tkspider tktk tktp tkyahtzee.
+tkgames:
+tkgames:
+tkgames:
+tkgames:
+tkgames:
+tkgames:
diff --git a/games/tkgames/tkgames.SlackBuild b/games/tkgames/tkgames.SlackBuild
new file mode 100755
index 0000000000..40e95dcf92
--- /dev/null
+++ b/games/tkgames/tkgames.SlackBuild
@@ -0,0 +1,100 @@
+#!/bin/bash
+
+# Slackware build script for tkgames
+
+# Written by B. Watson (yalhcru@gmail.com)
+
+# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+
+# Note: I'm only packaging the games. The other stuff is:
+# - alert, basically xmessage rewritten in tcl/tk.
+# - tkexe, a "run command" dialog (we have plenty of those already).
+# - mamex and sdlmamex, outdated frontends for outdated MAME ports.
+# modern MAME has its own frontend anyway.
+# - the docs mention "Scid vs. PC" and "TkTimidity++", but these aren't
+# in the tarball.
+# - also not packaging tksol/tksol_green (same game, different background).
+
+# If I'm being 100% honest, I really only care about tkhearts. There
+# aren't a lot of choices for playing Hearts on Linux, unless you want
+# to play in a browser and look at ads.
+
+cd $(dirname $0) ; CWD=$(pwd)
+
+PRGNAM=tkgames
+VERSION=${VERSION:-1.3}
+BUILD=${BUILD:-1}
+TAG=${TAG:-_SBo}
+PKGTYPE=${PKGTYPE:-tgz}
+ARCH=noarch
+
+if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
+ echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
+ exit 0
+fi
+
+CWD=$(pwd)
+TMP=${TMP:-/tmp/SBo}
+PKG=$TMP/package-$PRGNAM
+OUTPUT=${OUTPUT:-/tmp}
+
+set -e
+
+rm -rf $PKG
+mkdir -p $TMP $PKG $OUTPUT
+cd $TMP
+rm -rf $PRGNAM-$VERSION
+tar xvf $CWD/$PRGNAM-$VERSION.tgz
+cd $PRGNAM-$VERSION
+chown -R root:root .
+find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
+ \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
+
+PKGDOC=$PKG/usr/doc/$PRGNAM-$VERSION
+mkdir -p $PKG/usr/games $PKG/usr/share/games $PKG/usr/man/man6 $PKGDOC
+
+# cruft and hidden docs.
+cp -a tksol/readme $PKGDOC/tksol.txt
+cp -a tkhangman/README $PKGDOC/tkhangman.txt
+gzip -9c < tksol/tksol.6 > $PKG/usr/man/man6/tksol.6.gz
+rm -rf */.menus.swp tksol/{tksol.6,readme,install,tksol_green} \
+ tkhangman/{extras,hangman,README,INSTALL}
+
+# tkhearts logs too much to stdout, including spoilers (e.g. if one of
+# the AIs decides to shoot the moon). squelch.
+sed -i '/^[\t ]*puts *"/s,^,#,' tkhearts-*
+
+# These are self-contained executables, run from anywhere, no external files.
+for i in tkhearts tkspider tktk tktp tkyahtzee; do
+ cp -a $i-* $PKG/usr/games/$i
+done
+
+# These need external files, and have an install directory.
+for i in polypuzzle tkhangman tksol; do
+ sed -i 's,/usr/local/lib,/usr/share/games,' $i/$i
+ mv $i/$i $PKG/usr/games/$i
+ cp -a $i $PKG/usr/share/games/$i
+done
+
+# Some icons extracted from the tcl code (where they appear as
+# base64'ed gifs), some were already external files. Tweaked them with
+# the gimp to look good as 64x64.
+mkdir -p $PKG/usr/share/icons/hicolor/64x64/apps $PKG/usr/share/pixmaps
+install -oroot -groot -m0644 $CWD/icons/* $PKG/usr/share/icons/hicolor/64x64/apps
+for i in $CWD/icons/*; do
+ ln -s ../icons/hicolor/64x64/apps/$(basename $i) $PKG/usr/share/pixmaps
+done
+
+# .desktop files written for this SlackBuild.
+mkdir -p $PKG/usr/share/applications
+install -oroot -groot -m0644 $CWD/desktop/*.desktop $PKG/usr/share/applications
+
+cp -a docs/index.{html,txt} docs/images $PKGDOC
+cat $CWD/$PRGNAM.SlackBuild > $PKGDOC/$PRGNAM.SlackBuild
+
+mkdir -p $PKG/install
+cat $CWD/slack-desc > $PKG/install/slack-desc
+cat $CWD/doinst.sh > $PKG/install/doinst.sh
+
+cd $PKG
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
diff --git a/games/tkgames/tkgames.info b/games/tkgames/tkgames.info
new file mode 100644
index 0000000000..6474c033be
--- /dev/null
+++ b/games/tkgames/tkgames.info
@@ -0,0 +1,10 @@
+PRGNAM="tkgames"
+VERSION="1.3"
+HOMEPAGE="https://sourceforge.net/projects/tkgames/"
+DOWNLOAD="https://downloads.sourceforge.net/project/tkgames/tarballs/main/tkgames-1.3.tgz"
+MD5SUM="74f07b039b3f2ea6d4790478fe9f76e7"
+DOWNLOAD_x86_64=""
+MD5SUM_x86_64=""
+REQUIRES=""
+MAINTAINER="B. Watson"
+EMAIL="yalhcru@gmail.com"