aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorZach Lewis <zacharylewis.usn@gmail.com>2024-07-05 09:43:05 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-07-06 12:16:38 +0700
commit1b7ec2804a043c454f2371dd30b43263f0352e93 (patch)
tree5a18b7067197d64a4c811ab39f488fda5a4ddc6f /games
parent9cba39b099acecb4e841631f189a375f3c715cad (diff)
games/tintin: Updated for version 2.02.41.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/tintin/tintin.SlackBuild9
-rw-r--r--games/tintin/tintin.info8
2 files changed, 7 insertions, 10 deletions
diff --git a/games/tintin/tintin.SlackBuild b/games/tintin/tintin.SlackBuild
index e31a5427217d3..e90fca0c17901 100644
--- a/games/tintin/tintin.SlackBuild
+++ b/games/tintin/tintin.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for tintin++
-# Written by Zach Lewis <koni[AT]archlinux.us>
+# Written by Zach Lewis <zacharylewis.usn[AT]gmail.com>
#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
@@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=tintin
-VERSION=${VERSION:-2.01.1}
+VERSION=${VERSION:-2.02.41}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -37,9 +37,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -99,7 +96,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cd $TMP/$PRGNAM-$VERSION
-cp -a FAQ INSTALL COPYING CREDITS README TODO docs/ $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a FAQ COPYING CREDITS README TODO docs/ $PKG/usr/doc/$PRGNAM-$VERSION
find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 644 {} \;
mkdir -p $PKG/install
diff --git a/games/tintin/tintin.info b/games/tintin/tintin.info
index b5888d3a11e76..c7dbfb89c167e 100644
--- a/games/tintin/tintin.info
+++ b/games/tintin/tintin.info
@@ -1,10 +1,10 @@
PRGNAM="tintin"
-VERSION="2.01.1"
+VERSION="2.02.41"
HOMEPAGE="http://tintin.sourceforge.net"
-DOWNLOAD="http://downloads.sourceforge.net/tintin/tintin-2.01.1.tar.gz"
-MD5SUM="4972a502b14456e145ee3fb75e3203bb"
+DOWNLOAD="http://downloads.sourceforge.net/tintin/tintin-2.02.41.tar.gz"
+MD5SUM="daae59ba91ae2b09ae7999ffca19a030"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Zach Lewis"
-EMAIL="koni@archlinux.us"
+EMAIL="zacharylewis.usn@gmail.com"