From c3518a4bf12646c342d9df1d9a201426250196cc Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Wed, 18 Jun 2014 12:56:17 -0500 Subject: libraries/rest: Updated for version 0.7.91. Signed-off-by: Robby Workman --- libraries/rest/rest.SlackBuild | 11 ++++------- libraries/rest/rest.info | 6 +++--- 2 files changed, 7 insertions(+), 10 deletions(-) (limited to 'libraries') diff --git a/libraries/rest/rest.SlackBuild b/libraries/rest/rest.SlackBuild index 8d031e8c74..b3fdccfed0 100644 --- a/libraries/rest/rest.SlackBuild +++ b/libraries/rest/rest.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for rest -# Copyright 2013 Willy Sudiarto Raharjo +# Copyright 2013-2014 Willy Sudiarto Raharjo # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=rest -VERSION=${VERSION:-0.7.90} +VERSION=${VERSION:-0.7.91} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -65,7 +65,7 @@ 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 \ + -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 {} \; @@ -87,11 +87,8 @@ 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 \ - AUTHORS COPYING ChangeLog INSTALL README \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS COPYING INSTALL README docs/reference/rest/html/ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -mv $PKG/usr/share/gtk-doc/html/rest-0.7/* $PKG/usr/doc/$PRGNAM-$VERSION/ rm -rf $PKG/usr/share/gtk-doc/ mkdir -p $PKG/install diff --git a/libraries/rest/rest.info b/libraries/rest/rest.info index 36e586497c..ccfef591c5 100644 --- a/libraries/rest/rest.info +++ b/libraries/rest/rest.info @@ -1,8 +1,8 @@ PRGNAM="rest" -VERSION="0.7.90" +VERSION="0.7.91" HOMEPAGE="http://www.gtk.org/" -DOWNLOAD="http://ftp.acc.umu.se/pub/GNOME/sources/rest/0.7/rest-0.7.90.tar.xz" -MD5SUM="639d51e9e9276726db93b1b4c46887f2" +DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/rest/0.7/rest-0.7.91.tar.xz" +MD5SUM="abd6211788b9b8dac432a26767099a27" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3