diff options
author | Jens Weber <jens [a] [t] tuxane[ d o t ]com> | 2015-03-22 10:50:18 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-22 10:50:18 +0700 |
commit | 02f664c35b178dd60af0ff646d429a1c4c6edd3c (patch) | |
tree | 788454454a3ae50699c25546dd077ccae7b76e67 /development/scite/scite.SlackBuild | |
parent | 16235dacaaf5b79eea4965c48330452c7bd5f970 (diff) | |
download | slackbuilds-02f664c35b178dd60af0ff646d429a1c4c6edd3c.tar.gz |
development/scite: Updated for version 3.54.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/scite/scite.SlackBuild')
-rw-r--r-- | development/scite/scite.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/scite/scite.SlackBuild b/development/scite/scite.SlackBuild index 27667a3d69..1596cfdd7c 100644 --- a/development/scite/scite.SlackBuild +++ b/development/scite/scite.SlackBuild @@ -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) ; |