diff options
author | Jens Weber <jens@tuxane.com> | 2014-02-02 09:18:08 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-02-02 02:09:44 -0600 |
commit | 4e438e797789e7fab6e6a3f608bd680914c860b0 (patch) | |
tree | eea2244bce9d16a56822f7370a5384502808ae75 /development/scite | |
parent | 9755dbe237c7f100db884241889f857fe441af18 (diff) | |
download | slackbuilds-4e438e797789e7fab6e6a3f608bd680914c860b0.tar.gz |
development/scite: Updated for version 3.3.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/scite')
-rw-r--r-- | development/scite/README | 2 | ||||
-rw-r--r-- | development/scite/config/README.Slackware | 3 | ||||
-rw-r--r-- | development/scite/config/changelog | 4 | ||||
-rw-r--r-- | development/scite/scite.SlackBuild | 3 | ||||
-rw-r--r-- | development/scite/scite.info | 6 |
5 files changed, 12 insertions, 6 deletions
diff --git a/development/scite/README b/development/scite/README index fe2c7d1377..23d0296b15 100644 --- a/development/scite/README +++ b/development/scite/README @@ -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.24 after installation to find +Please look into /usr/doc/scite-3.3.9 after installation to find the example configuration files and additional documentation. diff --git a/development/scite/config/README.Slackware b/development/scite/config/README.Slackware index 79ad458843..3314761c94 100644 --- a/development/scite/config/README.Slackware +++ b/development/scite/config/README.Slackware @@ -4,6 +4,9 @@ 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 + 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. - can define a button as the default in strips. diff --git a/development/scite/config/changelog b/development/scite/config/changelog index 50e49e2626..6abb98bdf3 100644 --- a/development/scite/config/changelog +++ b/development/scite/config/changelog @@ -1,4 +1,4 @@ -SciTE.SlackBuild changelog as of 18/June 2012 +SciTE.SlackBuild changelog as of 01/Feb 2014 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,3 +8,5 @@ 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
\ No newline at end of file diff --git a/development/scite/scite.SlackBuild b/development/scite/scite.SlackBuild index 10c9c77767..9c74cb8fab 100644 --- a/development/scite/scite.SlackBuild +++ b/development/scite/scite.SlackBuild @@ -6,9 +6,10 @@ # 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 PRGNAM=scite -VERSION=3.24 +VERSION=${VERSION:-3.3.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/scite/scite.info b/development/scite/scite.info index 81c8d81dc0..13c7f54829 100644 --- a/development/scite/scite.info +++ b/development/scite/scite.info @@ -1,8 +1,8 @@ PRGNAM="scite" -VERSION="3.24" +VERSION="3.3.9" HOMEPAGE="http://scintilla.org/SciTE.html" -DOWNLOAD="http://downloads.sourceforge.net/scintilla/scite324.tgz" -MD5SUM="e27332abd4a6b5b551b1bc0f21b73667" +DOWNLOAD="http://downloads.sourceforge.net/scintilla/scite339.tgz" +MD5SUM="ad96e8c4d53476f925ac10dda4d6f628" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |