diff options
-rw-r--r-- | graphics/gource/README | 2 | ||||
-rw-r--r-- | graphics/gource/gource.SlackBuild | 6 | ||||
-rw-r--r-- | graphics/gource/gource.info | 8 |
3 files changed, 6 insertions, 10 deletions
diff --git a/graphics/gource/README b/graphics/gource/README index 514018e305..f7754b2826 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 69ee2ab667..dac02816ab 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 0e1f1d2e0c..22702856e6 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" |