development/scite: Updated for version 3.4.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jens Weber 2014-04-10 08:22:38 +07:00 committed by Willy Sudiarto Raharjo
parent 6e06bff8ed
commit 0aa8088ccf
8 changed files with 29 additions and 16 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.3.9 after installation to find
Please look into /usr/doc/scite-3.4.1 after installation to find
the example configuration files and additional documentation.

View file

@ -4,8 +4,19 @@ SciTE.SlackBuild
The SciTE.SlackBuild is now also available from git: git://github.com/schiffsratte/scite.slackbuild.git
Changes in Version 3.3.9:
- version update, for details see http://www.scintilla.org/SciTE.html
For a detailed history go to http://www.scintilla.org/ScintillaHistory.html
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.
Changes in Version 3.2.0:
- allows Ctrl to be used with mouse double and triple clicks to add words and lines to the selection.

View file

@ -617,4 +617,3 @@ tacl tal txt2tags verilog vhdl
# Import all the language specific properties files in this directory
import *

View file

@ -94,4 +94,4 @@ CMake|cmake||\
# Import all the language specific properties files
import cmake
import nncrontab
lexer.*.SlackBuild=shell
lexer.*.SlackBuild=shell

View file

@ -1,4 +1,4 @@
SciTE.SlackBuild changelog as of 01/Feb 2014
SciTE.SlackBuild changelog as of 18/June 2012
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>
@ -8,5 +8,8 @@ v3.02: 1): Changed the handling of the "properties" files to avoid to overwrite
3): SciTEGlobal.properties changed browser to mozilla
4): The SlackBuild doesn't change the CFLAGS anymore .
v3.20 1): version update
v3.3.9 1): version update includes all versions since 3.2.0
2): Change SlackBuilds version numbering to reflect SciTE versions
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

View file

@ -7,4 +7,3 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
/usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
fi
fi

View file

@ -4,12 +4,12 @@
# v2.27: Some modifications by Jens Weber <jens@tuxane.com>
# 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
# v3.3.9: (jw) version bump to 3.3.9
# v3.2.3: (jw) version bump to 3.2.3
# v3.2.4: (jw) version bump to 3.2.4
# v3.4.1: (jw) version bump to 3.4.1
PRGNAM=scite
VERSION=${VERSION:-3.3.9}
VERSION=${VERSION:-3.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -73,6 +73,7 @@ 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.3.9"
VERSION="3.4.1"
HOMEPAGE="http://scintilla.org/SciTE.html"
DOWNLOAD="http://downloads.sourceforge.net/scintilla/scite339.tgz"
MD5SUM="ad96e8c4d53476f925ac10dda4d6f628"
DOWNLOAD="http://sourceforge.net/projects/scintilla/files/SciTE/3.4.1/scite341.tgz"
MD5SUM="72111d194adb182ec2398c2d03ffee52"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""