aboutsummaryrefslogtreecommitdiff
path: root/graphics/gource
diff options
context:
space:
mode:
authorponce <matteo.bernardini@gmail.com>2012-08-12 09:32:13 +0200
committerRobby Workman <rworkman@slackbuilds.org>2012-08-21 08:55:30 -0500
commitc018cefa57865b541a47464ee9ab64b29d82df65 (patch)
tree6ac9c3d1508b74dfad3135e89b232dfd412a3016 /graphics/gource
parented83ed881eaf6054b707e36dac5f84d80f35dcca (diff)
downloadslackbuilds-c018cefa57865b541a47464ee9ab64b29d82df65.tar.xz
graphics/gource: Updated for version 0.38
Also noted changed dependency Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'graphics/gource')
-rw-r--r--graphics/gource/README2
-rw-r--r--graphics/gource/gource.SlackBuild6
-rw-r--r--graphics/gource/gource.info8
3 files changed, 6 insertions, 10 deletions
diff --git a/graphics/gource/README b/graphics/gource/README
index 514018e305b2..f7754b282658 100644
--- a/graphics/gource/README
+++ b/graphics/gource/README
@@ -6,5 +6,3 @@ branches with files as leaves; developers can be seen working on the
tree at the times they contributed to the project. Currently there
is first party support for Git, Mercurial and Bazaar, and third party
(using additional steps) for CVS and SVN.
-
-This requires ftgl, available at slackbuilds.org.
diff --git a/graphics/gource/gource.SlackBuild b/graphics/gource/gource.SlackBuild
index 69ee2ab6670c..dac02816ab59 100644
--- a/graphics/gource/gource.SlackBuild
+++ b/graphics/gource/gource.SlackBuild
@@ -6,7 +6,7 @@
# generated by grissiom's sbo-dev-helper
PRGNAM=gource
-VERSION=${VERSION:-0.28}
+VERSION=${VERSION:-0.38}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -71,9 +71,7 @@ make
make install-strip DESTDIR=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a \
- $DOCS \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/graphics/gource/gource.info b/graphics/gource/gource.info
index 0e1f1d2e0c7a..22702856e616 100644
--- a/graphics/gource/gource.info
+++ b/graphics/gource/gource.info
@@ -1,10 +1,10 @@
PRGNAM="gource"
-VERSION="0.28"
+VERSION="0.38"
HOMEPAGE="http://code.google.com/p/gource/"
-DOWNLOAD="http://gource.googlecode.com/files/gource-0.28.tar.gz"
-MD5SUM="82cadbd7791cff913970a63d63d894ff"
+DOWNLOAD="http://gource.googlecode.com/files/gource-0.38.tar.gz"
+MD5SUM="6584241879dbb6dfaecc6ae6b58ad38c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="ftgl"
+REQUIRES="glm"
MAINTAINER="ponce"
EMAIL="matteo.bernardini@gmail.com"