From 9024845e600561728673a67d51f3904109b211ec Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Wed, 6 Nov 2013 07:28:07 +0700 Subject: academic/tuxtype2: Updated for version 1.8.1. Signed-off-by: Willy Sudiarto Raharjo Signed-off-by: Robby Workman --- academic/tuxtype2/tuxtype2.SlackBuild | 10 +++++----- academic/tuxtype2/tuxtype2.info | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'academic/tuxtype2') diff --git a/academic/tuxtype2/tuxtype2.SlackBuild b/academic/tuxtype2/tuxtype2.SlackBuild index 85746bda29..c62276d78d 100644 --- a/academic/tuxtype2/tuxtype2.SlackBuild +++ b/academic/tuxtype2/tuxtype2.SlackBuild @@ -23,9 +23,9 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=tuxtype2 -VERSION=${VERSION:-1.8.0} +VERSION=${VERSION:-1.8.1} SRCPATH=tuxtype_w_fonts -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -62,11 +62,11 @@ rm -rf $SRCPATH-$VERSION tar xvf $CWD/$SRCPATH-$VERSION.tar.?z* || exit 1 cd $SRCPATH-$VERSION || exit 1 chown -R root:root . -find . \ +find -L . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ diff --git a/academic/tuxtype2/tuxtype2.info b/academic/tuxtype2/tuxtype2.info index 335de7e6bf..35f099b65b 100644 --- a/academic/tuxtype2/tuxtype2.info +++ b/academic/tuxtype2/tuxtype2.info @@ -1,8 +1,8 @@ PRGNAM="tuxtype2" -VERSION="1.8.0" +VERSION="1.8.1" HOMEPAGE="http://tuxtype.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/tuxtype/tuxtype_w_fonts-1.8.0.tar.gz" -MD5SUM="7294fc19db32a3134bd4112e9cb604c4" +DOWNLOAD="https://alioth.debian.org/frs/download.php/file/3270/tuxtype_w_fonts-1.8.1.tar.gz" +MD5SUM="ce96616ba0c9e619ce0071a528301e94" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="SDL_Pango" -- cgit v1.2.3-65-gdbad