summaryrefslogtreecommitdiffstats
path: root/libraries/gtksourceview3/gtksourceview3.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2015-11-14 14:53:55 +0100
committer Willy Sudiarto Raharjo2016-01-17 03:40:16 +0100
commit7d4a93f2ccf5994316c44c77a8be0bae174cfa52 (patch)
treecb857e989c3ff4d955c51018044d5cb68e769876 /libraries/gtksourceview3/gtksourceview3.SlackBuild
parentfd7b56a69c4e0bebca868362186a08356556941f (diff)
downloadslackbuilds-7d4a93f2ccf5994316c44c77a8be0bae174cfa52.tar.gz
libraries/gtksourceview3: Updated for version 3.18.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/gtksourceview3/gtksourceview3.SlackBuild')
-rw-r--r--libraries/gtksourceview3/gtksourceview3.SlackBuild9
1 files changed, 2 insertions, 7 deletions
diff --git a/libraries/gtksourceview3/gtksourceview3.SlackBuild b/libraries/gtksourceview3/gtksourceview3.SlackBuild
index 919e1b9c83..f654cce84e 100644
--- a/libraries/gtksourceview3/gtksourceview3.SlackBuild
+++ b/libraries/gtksourceview3/gtksourceview3.SlackBuild
@@ -26,7 +26,7 @@
PRGNAM=gtksourceview3
SRCNAM=gtksourceview
-VERSION=${VERSION:-3.8.2}
+VERSION=${VERSION:-3.18.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -72,11 +72,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-# Code is still using G_CONST_RETURN which is deprecated in the
-# version of glib shipping with Slackware 14.0. Let's remove the
-# G_DISABLE_DEPRECATED from C preprocessor flags.
-patch -p0 <$CWD/allow-deprecated-glib-symbols.patch
-
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@@ -98,7 +93,7 @@ find $PKG | xargs 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
-cp -a AUTHORS COPYING* ChangeLog* HACKING INSTALL MAINTAINERS NEWS README \
+cp -a AUTHORS COPYING* HACKING MAINTAINERS NEWS README \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild