summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Michiel2010-04-09 03:05:07 +0200
committer David Somero2010-05-15 10:26:46 +0200
commitc3014a57e5633bcff6874cfd241f67991e39a47e (patch)
treed443a86fb21dfcdb1621067eb7e91580e69b95ce
parent5d023d2f54de9c4b21c597d637e7e42a6e9ea144 (diff)
downloadslackbuilds-c3014a57e5633bcff6874cfd241f67991e39a47e.tar.gz
libraries/gtksourceview: Updated for version 2.8.2.
-rw-r--r--libraries/gtksourceview/README1
-rw-r--r--libraries/gtksourceview/gtksourceview.SlackBuild12
-rw-r--r--libraries/gtksourceview/gtksourceview.info8
3 files changed, 11 insertions, 10 deletions
diff --git a/libraries/gtksourceview/README b/libraries/gtksourceview/README
index 50bc5ddb9c..0a8ec30be4 100644
--- a/libraries/gtksourceview/README
+++ b/libraries/gtksourceview/README
@@ -2,3 +2,4 @@ GtkSourceView is a portable C library that extends the standard GTK+
framework for multiline text editing with support for configurable
syntax highlighting, unlimited undo/redo, UTF-8 compliant caseless
searching, printing and other features typical of a source code editor.
+
diff --git a/libraries/gtksourceview/gtksourceview.SlackBuild b/libraries/gtksourceview/gtksourceview.SlackBuild
index b6d94b602f..9553a156b6 100644
--- a/libraries/gtksourceview/gtksourceview.SlackBuild
+++ b/libraries/gtksourceview/gtksourceview.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for gtksourceview
-# Copyright 2007-2009 Michiel van Wessem, Manchester, United Kingdom
+# Copyright 2007-2010 Michiel van Wessem, Manchester, United Kingdom
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -24,7 +24,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gtksourceview
-VERSION=${VERSION:-2.6.0}
+VERSION=2.8.2
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -75,14 +75,14 @@ make
make install-strip DESTDIR=$PKG
( cd $PKG
- find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
+ find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : |\
xargs strip --strip-unneeded 2> /dev/null || true
- find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
- xargs strip --strip-unneeded 2> /dev/null
+ find . | xargs file | grep "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* ChangeLog* HACKING INSTALL MAINTAINERS NEWS README \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/libraries/gtksourceview/gtksourceview.info b/libraries/gtksourceview/gtksourceview.info
index e1f2670652..52972c78f1 100644
--- a/libraries/gtksourceview/gtksourceview.info
+++ b/libraries/gtksourceview/gtksourceview.info
@@ -1,10 +1,10 @@
PRGNAM="gtksourceview"
-VERSION="2.6.0"
+VERSION="2.8.2"
HOMEPAGE="http://projects.gnome.org/gtksourceview/"
-DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/gtksourceview/2.6/gtksourceview-2.6.0.tar.gz"
+DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/gtksourceview/2.8/gtksourceview-2.8.2.tar.gz"
+MD5SUM="56ea9a934f6066217d77f779353892cd"
DOWNLOAD_x86_64=""
-MD5SUM="7d3be2c9463c10dc2ce74b716ffd6400"
MD5SUM_x86_64=""
MAINTAINER="Michiel"
EMAIL="michiel@slackbuilds.org"
-APPROVED="dsomero,rworkman"
+APPROVED="dsomero"