graphics/gource: Updated for version 0.44, changed homepage.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2016-12-28 16:05:26 +01:00 committed by Willy Sudiarto Raharjo
parent 24eb8666a8
commit bf3b5be650
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 13 additions and 13 deletions

View File

@ -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" \

View File

@ -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"