desktop/tint2: Updated for version 0.12.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Eugene Wissner 2015-09-30 08:01:32 +07:00 committed by Willy Sudiarto Raharjo
parent 078db85ff8
commit e914f46217
2 changed files with 9 additions and 9 deletions

View File

@ -2,12 +2,12 @@
# Slackware build script for tint2
# Written by Eugene Wissner <eugen@flevum.de>
# Written by Eugene Wissner <belka@caraus.de>
# You are free to modify or redistribute this in any way you wish.
PRGNAM=tint2
VERSION=${VERSION:-0.11}
BUILD=${BUILD:-2}
VERSION=${VERSION:-0.12.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -46,7 +46,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View File

@ -1,10 +1,10 @@
PRGNAM="tint2"
VERSION="0.11"
HOMEPAGE="http://code.google.com/p/tint2/"
DOWNLOAD="http://tint2.googlecode.com/files/tint2-0.11.tar.bz2"
MD5SUM="6fc5731e7425125fa84a2add5cef4bff"
VERSION="0.12.2"
HOMEPAGE="https://gitlab.com/o9000/tint2"
DOWNLOAD="http://download.dlackware.com/hosted-sources/tint2/tint2-0.12.2.tar.xz"
MD5SUM="25230ff2a13d9debe246f67253a0864b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="imlib2"
MAINTAINER="Eugene Wissner"
EMAIL="eugen@flevum.de"
EMAIL="belka@caraus.de"