scite: update to 1.77

This commit is contained in:
Juergen Daubert 2008-10-20 17:07:10 +02:00
parent c38c39fb07
commit fdb3060e2b
2 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
c33461643c62c80420376de37125092b scite176.tgz
ba016919190c12cfb712e1f004df4187 scite177.tgz

View File

@ -4,7 +4,7 @@
# Depends on: gtk
name=scite
version=176
version=177
release=1
source=(http://dl.sourceforge.net/sourceforge/scintilla/$name$version.tgz)
@ -18,13 +18,14 @@ build () {
make GTK2=1 prefix=/usr
mkdir -p $PKG/usr/{bin,share/pixmaps}
make prefix=$PKG/usr install
sed -i '/^#buffers/s/#//
/^#save.recent/s/#//
/^#tabbar.hide.one/s/#//' \
$PKG/usr/share/scite/SciTEGlobal.properties
chmod -x $PKG/usr/share/{applications,scite}/*
sed -ri '/\[.+\]=/d' $PKG/usr/share/applications/*.desktop
rm -r $PKG/usr/share/scite/*.html
install -D -m 644 ../doc/scite.1 $PKG/usr/man/man1/scite.1
ln -s SciTE $PKG/usr/bin/scite