development/scite: Updated for version 3.24.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Jens Weber 2013-02-24 00:12:01 -06:00 committed by Robby Workman
parent 793c216f24
commit 5bdd556f03
4 changed files with 12 additions and 8 deletions

View file

@ -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.

View file

@ -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

View file

@ -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) ;

View file

@ -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=""