summaryrefslogtreecommitdiffstats
path: root/development/scite
diff options
context:
space:
mode:
author Jens Weber2013-02-24 07:12:01 +0100
committer Robby Workman2013-02-24 17:23:08 +0100
commit5bdd556f03e3e9aabf6fe66f579c30f773be2bda (patch)
treeb76463ea5cc62f4a5f5c236a118c26edd84ec5c0 /development/scite
parent793c216f2415d34ea2a90272214a5d2834982b6a (diff)
downloadslackbuilds-5bdd556f03e3e9aabf6fe66f579c30f773be2bda.tar.gz
development/scite: Updated for version 3.24.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/scite')
-rw-r--r--development/scite/README4
-rw-r--r--development/scite/doinst.sh6
-rw-r--r--development/scite/scite.SlackBuild4
-rw-r--r--development/scite/scite.info6
4 files changed, 12 insertions, 8 deletions
diff --git a/development/scite/README b/development/scite/README
index 91ea379d79..fe2c7d1377 100644
--- a/development/scite/README
+++ b/development/scite/README
@@ -9,7 +9,5 @@ see the different options at http://www.scintilla.org/SciTEDoc.html,
rename SciTEUser.properties.new to .SciTEUser.properties,
and place it in your user's homedir.
-Please look into /usr/doc/scite-3.23 after installation to find
+Please look into /usr/doc/scite-3.24 after installation to find
the example configuration files and additional documentation.
-
-
diff --git a/development/scite/doinst.sh b/development/scite/doinst.sh
index 4e8ba7071d..1f8ff67ded 100644
--- a/development/scite/doinst.sh
+++ b/development/scite/doinst.sh
@@ -2,3 +2,9 @@ if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi
+if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
+ if [ -x /usr/bin/gtk-update-icon-cache ]; then
+ /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
+ fi
+fi
+
diff --git a/development/scite/scite.SlackBuild b/development/scite/scite.SlackBuild
index 1ad5c73561..10c9c77767 100644
--- a/development/scite/scite.SlackBuild
+++ b/development/scite/scite.SlackBuild
@@ -5,9 +5,10 @@
# v3.02: (jw) Some more changes, see README.Slackware and changelog
# v3.20: (jw) little changes, see README.Slackware and changelog
# v3.23: (jw) version bump to 3.23
+# v3.24: (jw) version bump to 3.24
PRGNAM=scite
-VERSION=${VERSION:-3.23}
+VERSION=3.24
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -71,7 +72,6 @@ cat $CWD/config/SciTEUser.properties.new >> $PKG/usr/doc/$PRGNAM-$VERSION/SciTEU
cat $CWD/config/changelog >> $PKG/usr/doc/$PRGNAM-$VERSION/changelog
cat $CWD/config/README.Slackware >> $PKG/usr/doc/$PRGNAM-$VERSION/README.Slackware
-
for i in $PKG/usr/share/scite/*.html $PKG/usr/share/scite/*.png ; do
ln -s /usr/share/scite/$(basename $i) \
$PKG/usr/doc/$PRGNAM-$VERSION/html/$(basename $i) ;
diff --git a/development/scite/scite.info b/development/scite/scite.info
index a2110e9774..81c8d81dc0 100644
--- a/development/scite/scite.info
+++ b/development/scite/scite.info
@@ -1,8 +1,8 @@
PRGNAM="scite"
-VERSION="3.23"
+VERSION="3.24"
HOMEPAGE="http://scintilla.org/SciTE.html"
-DOWNLOAD="http://downloads.sourceforge.net/scintilla/scite323.tgz"
-MD5SUM="1d02734ea2fcc3551ac62c5ae6a274b2"
+DOWNLOAD="http://downloads.sourceforge.net/scintilla/scite324.tgz"
+MD5SUM="e27332abd4a6b5b551b1bc0f21b73667"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""