summaryrefslogtreecommitdiffstats
path: root/libraries/gtksourceview3
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2016-04-14 19:28:48 +0200
committer Willy Sudiarto Raharjo2016-04-14 19:28:48 +0200
commit222c65e02c96260291b5483aee9908f6d5018ecf (patch)
tree52e8adee944be266c25346269cf1af8387d3ba28 /libraries/gtksourceview3
parente5c9a5ccafbd4e18b044c707930605a3adc9ea9d (diff)
downloadslackbuilds-222c65e02c96260291b5483aee9908f6d5018ecf.tar.gz
libraries/gtksourceview3: Updated for version 3.18.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/gtksourceview3')
-rw-r--r--libraries/gtksourceview3/gtksourceview3.SlackBuild12
-rw-r--r--libraries/gtksourceview3/gtksourceview3.info6
2 files changed, 9 insertions, 9 deletions
diff --git a/libraries/gtksourceview3/gtksourceview3.SlackBuild b/libraries/gtksourceview3/gtksourceview3.SlackBuild
index f654cce84e..8665fe98aa 100644
--- a/libraries/gtksourceview3/gtksourceview3.SlackBuild
+++ b/libraries/gtksourceview3/gtksourceview3.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for gtksourceview
-# Copyright 2012-2013 Willy Sudiarto Raharjo <willysr@slackware-id.org>
+# Copyright 2012-2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -26,7 +26,7 @@
PRGNAM=gtksourceview3
SRCNAM=gtksourceview
-VERSION=${VERSION:-3.18.1}
+VERSION=${VERSION:-3.18.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -67,10 +67,10 @@ tar xvf $CWD/$SRCNAM-$VERSION.tar.xz
cd $SRCNAM-$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 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 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
@@ -89,7 +89,7 @@ CXXFLAGS="$SLKCFLAGS" \
PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$TMP/$PRGNAM-$VERSION make
make install-strip DESTDIR=$PKG
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/libraries/gtksourceview3/gtksourceview3.info b/libraries/gtksourceview3/gtksourceview3.info
index 809795d999..ce271c0a09 100644
--- a/libraries/gtksourceview3/gtksourceview3.info
+++ b/libraries/gtksourceview3/gtksourceview3.info
@@ -1,8 +1,8 @@
PRGNAM="gtksourceview3"
-VERSION="3.18.1"
+VERSION="3.18.2"
HOMEPAGE="http://projects.gnome.org/gtksourceview/"
-DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/3.18/gtksourceview-3.18.1.tar.xz"
-MD5SUM="b7600b6cc06ec96ce1d028bf7a44d14b"
+DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/3.18/gtksourceview-3.18.2.tar.xz"
+MD5SUM="c5d2b1dfafbdbff2fde530361fba46f9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="glade"