summaryrefslogtreecommitdiffstats
path: root/graphics/gource
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2016-12-28 16:05:26 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-12-31 08:22:28 +0700
commitbf3b5be65036f1017ef723bdf9c44ac2ae4a4783 (patch)
tree79499f456d23f1c85e11b8803eafc32b15e7b41f /graphics/gource
parent24eb8666a81a697f12d3e4b11463e8d37e27e28f (diff)
downloadslackbuilds-bf3b5be65036f1017ef723bdf9c44ac2ae4a4783.tar.gz
slackbuilds-bf3b5be65036f1017ef723bdf9c44ac2ae4a4783.tar.xz
graphics/gource: Updated for version 0.44, changed homepage.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'graphics/gource')
-rw-r--r--graphics/gource/gource.SlackBuild18
-rw-r--r--graphics/gource/gource.info8
2 files changed, 13 insertions, 13 deletions
diff --git a/graphics/gource/gource.SlackBuild b/graphics/gource/gource.SlackBuild
index 184a1e79ff..d964aab0e9 100644
--- a/graphics/gource/gource.SlackBuild
+++ b/graphics/gource/gource.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for gource
-# Copyright 2013-2015 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
+# Copyright 2013-2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,13 +25,13 @@
# generated by grissiom's sbo-dev-helper
PRGNAM=gource
-VERSION=${VERSION:-0.43}
+VERSION=${VERSION:-0.44}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -42,8 +42,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@@ -68,10 +68,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -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 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -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/graphics/gource/gource.info b/graphics/gource/gource.info
index de1437692b..5fea42eed0 100644
--- a/graphics/gource/gource.info
+++ b/graphics/gource/gource.info
@@ -1,8 +1,8 @@
PRGNAM="gource"
-VERSION="0.43"
-HOMEPAGE="http://code.google.com/p/gource/"
-DOWNLOAD="https://github.com/acaudwell/Gource/releases/download/gource-0.43/gource-0.43.tar.gz"
-MD5SUM="d2b601782692301f6d8ecc97dc85d3f7"
+VERSION="0.44"
+HOMEPAGE="http://gource.io"
+DOWNLOAD="https://github.com/acaudwell/Gource/releases/download/gource-0.44/gource-0.44.tar.gz"
+MD5SUM="b0f13a524e3391bfc41f12c624da1e00"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="glm"