diff options
author | Heiko Rosemann <heiko.rosemann@web.de> | 2015-04-16 23:54:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-17 00:38:51 +0700 |
commit | f2a0f39bd59dd1bad14b2226ebb03c99dfa59197 (patch) | |
tree | 251a1d8dc88f863a940f004d41757dfff53a10c6 /libraries/lgi | |
parent | 9a668770eef72ed9861eced40a124a31f661a421 (diff) |
libraries/lgi: Updated for version 0.9.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/lgi')
-rw-r--r-- | libraries/lgi/lgi.SlackBuild | 20 | ||||
-rw-r--r-- | libraries/lgi/lgi.info | 6 |
2 files changed, 12 insertions, 14 deletions
diff --git a/libraries/lgi/lgi.SlackBuild b/libraries/lgi/lgi.SlackBuild index 2c51f22271b0..997c3112035e 100644 --- a/libraries/lgi/lgi.SlackBuild +++ b/libraries/lgi/lgi.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for lgi -# Copyright 2013 Heiko Rosemann Germany +# Copyright 2013-2015 Heiko Rosemann Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ # Modified by the SlackBuilds.org project PRGNAM=lgi -VERSION=${VERSION:-0.7.1} +VERSION=${VERSION:-0.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -56,20 +56,20 @@ else LIBDIRSUFFIX="" fi -set -e +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$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 {} \; # Fix this stuff with sed sed -i \ @@ -84,9 +84,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - docs/* LICENSE README.md \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a docs/* LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/libraries/lgi/lgi.info b/libraries/lgi/lgi.info index 351fbd9362d3..1c3045c05708 100644 --- a/libraries/lgi/lgi.info +++ b/libraries/lgi/lgi.info @@ -1,8 +1,8 @@ PRGNAM="lgi" -VERSION="0.7.1" +VERSION="0.9.0" HOMEPAGE="https://github.com/pavouk/lgi/" -DOWNLOAD="http://harrier.slackbuilds.org/misc/lgi-0.7.1.tar.gz" -MD5SUM="de7367aee8e39f7df7c2229675c5ff2d" +DOWNLOAD="https://github.com/pavouk/lgi/archive/0.9.0.tar.gz" +MD5SUM="cc433a597f23cfabdfc905c6c2cd3d7c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lua" |