diff options
author | Jens Weber <jens@tuxane.com> | 2013-02-24 00:12:01 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-02-24 10:23:08 -0600 |
commit | 5bdd556f03e3e9aabf6fe66f579c30f773be2bda (patch) | |
tree | b76463ea5cc62f4a5f5c236a118c26edd84ec5c0 /development | |
parent | 793c216f2415d34ea2a90272214a5d2834982b6a (diff) | |
download | slackbuilds-5bdd556f03e3e9aabf6fe66f579c30f773be2bda.tar.gz |
development/scite: Updated for version 3.24.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/scite/README | 4 | ||||
-rw-r--r-- | development/scite/doinst.sh | 6 | ||||
-rw-r--r-- | development/scite/scite.SlackBuild | 4 | ||||
-rw-r--r-- | development/scite/scite.info | 6 |
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="" |