summaryrefslogtreecommitdiffstats
path: root/libraries/gtksourceview3
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
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')
-rw-r--r--libraries/gtksourceview3/allow-deprecated-glib-symbols.patch10
-rw-r--r--libraries/gtksourceview3/gtksourceview3.SlackBuild9
-rw-r--r--libraries/gtksourceview3/gtksourceview3.info8
3 files changed, 6 insertions, 21 deletions
diff --git a/libraries/gtksourceview3/allow-deprecated-glib-symbols.patch b/libraries/gtksourceview3/allow-deprecated-glib-symbols.patch
deleted file mode 100644
index 6191aadd17..0000000000
--- a/libraries/gtksourceview3/allow-deprecated-glib-symbols.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig 2012-09-11 11:07:07.750998010 +0300
-+++ configure 2012-09-11 11:07:25.848998458 +0300
-@@ -10955,7 +10955,6 @@
-
- if test "$enable_deprecations" = "yes"; then
- DISABLE_DEPRECATED_CFLAGS="\
---DG_DISABLE_DEPRECATED \
- -DGDK_DISABLE_DEPRECATED \
- -DGTK_DISABLE_DEPRECATED \
- -DGDK_PIXBUF_DISABLE_DEPRECATED \
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
diff --git a/libraries/gtksourceview3/gtksourceview3.info b/libraries/gtksourceview3/gtksourceview3.info
index 22896d7b53..809795d999 100644
--- a/libraries/gtksourceview3/gtksourceview3.info
+++ b/libraries/gtksourceview3/gtksourceview3.info
@@ -1,10 +1,10 @@
PRGNAM="gtksourceview3"
-VERSION="3.8.2"
+VERSION="3.18.1"
HOMEPAGE="http://projects.gnome.org/gtksourceview/"
-DOWNLOAD="ftp://ftp.gnome.org/pub/gnome/sources/gtksourceview/3.8/gtksourceview-3.8.2.tar.xz"
-MD5SUM="fa8a252f811b6042cfc2eb47e580609f"
+DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/3.18/gtksourceview-3.18.1.tar.xz"
+MD5SUM="b7600b6cc06ec96ce1d028bf7a44d14b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="glade"
MAINTAINER="Willy Sudiarto Raharjo"
EMAIL="willysr@slackbuilds.org"