development/scite: Updated for version 3.54.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jens Weber 2015-03-22 10:50:18 +07:00 committed by Willy Sudiarto Raharjo
parent 16235dacaa
commit 02f664c35b
5 changed files with 21 additions and 24 deletions

View File

@ -9,5 +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.52 after installation to find
Please look into /usr/doc/scite-3.54 after installation to find
the example configuration files and additional documentation.

View File

@ -7,20 +7,15 @@ The SciTE.SlackBuild is now also available from git: git://github.com/schiffsrat
For a detailed history go to http://www.scintilla.org/ScintillaHistory.html
Version 3.5.2 makes minor improvements and fixes bugs.
Version 3.5.1 fixes minor bugs.
Version 3.5.0 is more power efficient. It can display text with extreme ascenders and descenders without cutting them off.
Version 3.5.4 improves indicators to be able to change appearance on mouse-over and to use a wide variety of colours together.
Version 3.5.3 removes support for Windows 95, 98, and ME.
Version 3.5.2 only supports 64-bit builds for OS X 10.7+ Cocoa. Provisional support of C++11 <regex>.
Version 3.5.1 fixes minor bugs and includes a lexer for BibTeX.
Version 3.5.0 can share space vertically so that extreme ascenders and descenders are not cut off. Separate timers are used to minimize wake ups and thus power use.
Version 3.4.1 fixes a regression in 3.4.0 that stopped the caret moving when lines were wrapped.
Version 3.4.0 (not available from SBo) defaults to using strips for find and replace and allows incremental searching in the find and replace strips afer setting the find.strip.incremental or replace.strip.incremental settings. Set find.use.strip=0 and replace.use.strip=0 to return to using dialogs.
Version 3.3.9 (not available from SBo) fixes a bug in 3.3.8 that caused external lexers to fail.
Version 3.3.8 (not available from SBo) improves scaling for high resolutions, fixes bugs, and improves some lexers.
Version 3.3.7 (not available from SBo) enhances some lexers, with the C++ lexer adding user defined literals and digit grouping from C++11/14.

View File

@ -1,17 +1,18 @@
SciTE.SlackBuild changelog as of 04/Dec 2014
SciTE.SlackBuild changelog as of 21/March 2015
v2.21: 1): Initial? version written by Iskar Enev <iskar.enev[@]gmail.com>
v2.27: 1): Some modifications and new maintainer Jens Weber <jens@tuxane.com>
v2.21: 1): Initial? version written by Iskar Enev <iskar.enev[a t]gmail.com>
v2.27: 1): Some modifications and new maintainer Jens Weber <jens[ a t ]tuxane[ d o t ]com>
v3.02: 1): Changed the handling of the "properties" files to avoid to overwrite
the users settings. Thanks to Garry Iglesias.
2): The example files are now in /usr/doc/scite-VERSION
3): SciTEGlobal.properties changed browser to mozilla
4): The SlackBuild doesn't change the CFLAGS anymore .
v3.20 1): version update
v3.20 1): Version update
v3.21 1): Version 3.2.1 retrieves string properties from the Scintilla API using property notation in Lua scripts.
v3.22 1): Version 3.2.2 remains responsive by limiting highlight.current.word to 0.25 seconds.
v3.23 1): Version 3.2.3 defines PLAT_UNIX for all Unix variants and fixes minor problems.
v3.24 1): Version 3.2.4 does not truncate copies to clipboard at NULs.
v3.41 1): version update
v3.52 1): version update
v3.41 1): Version update
v3.52 1): Version update
v3.54 1): Version update and tested to build successfully on a Slackware14.1 multilib setup

View File

@ -7,10 +7,11 @@
# v3.23: (jw) version bump to 3.23
# v3.24: (jw) version bump to 3.24
# v3.41: (jw) version bump to 3.41
# v3.52: (jw) version bump to 3.52 2014-12-04
# v3.52: (jw) version bump to 3.52
# v3.54: (jw) version bump to 3.54
PRGNAM=scite
VERSION=${VERSION:-3.52}
VERSION=${VERSION:-3.54}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -74,7 +75,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,10 +1,11 @@
PRGNAM="scite"
VERSION="3.52"
VERSION="3.54"
HOMEPAGE="http://scintilla.org/SciTE.html"
DOWNLOAD="http://sourceforge.net/projects/scintilla/files/SciTE/3.5.2/scite352.tgz"
MD5SUM="2c1a313dc885033988cc98930586b270"
DOWNLOAD="http://downloads.sourceforge.net/project/scintilla/SciTE/3.5.4/scite354.tgz"
MD5SUM="5438237551c50a9d57fce80dc23a4494"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Jens Weber"
EMAIL="jens@tuxane.com"
EMAIL="jens [a] [t] tuxane[ d o t ]com"
APPROVED=""