scite: update to 3.6.4

This commit is contained in:
Juergen Daubert 2016-03-13 12:23:55 +01:00
parent 7912c6e2f3
commit e121344fc5
3 changed files with 6 additions and 6 deletions

View File

@ -2,12 +2,12 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/SciTE
lrwxrwxrwx root/root usr/bin/scite -> SciTE
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/scite.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/SciTE.desktop
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/scite.1.gz
drwxr-xr-x root/root usr/share/pixmaps/
-rw-r--r-- root/root usr/share/pixmaps/Sci48M.png
drwxr-xr-x root/root usr/share/scite/

View File

@ -1 +1 @@
b307a6e932510340d8ae1e0ec3e4dd44 scite363.tgz
eb1b38e2b46088baaaa395ace92eb1cd scite364.tgz

View File

@ -4,7 +4,7 @@
# Depends on: gtk
name=scite
version=3.6.3
version=3.6.4
release=1
source=(http://downloads.sourceforge.net/project/scintilla/SciTE/$version/$name${version//./}.tgz)
@ -26,6 +26,6 @@ build () {
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
install -D -m 644 ../doc/scite.1 $PKG/usr/share/man/man1/scite.1
ln -s SciTE $PKG/usr/bin/scite
}