summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2014-06-18 19:56:17 +0200
committer Erik Hanson2014-06-18 23:19:16 +0200
commitc3518a4bf12646c342d9df1d9a201426250196cc (patch)
tree3be103a985d9f0d6b735c6f49723add599999b74 /libraries
parent300c0fef4b96c2aea902e4d067bc12b86fb8bdf9 (diff)
downloadslackbuilds-c3518a4bf12646c342d9df1d9a201426250196cc.tar.gz
libraries/rest: Updated for version 0.7.91.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/rest/rest.SlackBuild11
-rw-r--r--libraries/rest/rest.info6
2 files changed, 7 insertions, 10 deletions
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 <willysr@slackbuilds.org>
+# Copyright 2013-2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# 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=""