diff options
author | Juergen Daubert <jue@jue.li> | 2016-03-13 12:23:55 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2016-03-13 12:23:55 +0100 |
commit | e121344fc51fb270efb89649a6107429d47df244 (patch) | |
tree | dce978b3d2dc40a9d970ea8e5fb37d6918ddef3e /scite | |
parent | 7912c6e2f39b1484b68a386f0d9bc56942ce47f4 (diff) | |
download | opt-e121344fc51fb270efb89649a6107429d47df244.tar.gz opt-e121344fc51fb270efb89649a6107429d47df244.tar.xz |
scite: update to 3.6.4
Diffstat (limited to 'scite')
-rw-r--r-- | scite/.footprint | 6 | ||||
-rw-r--r-- | scite/.md5sum | 2 | ||||
-rw-r--r-- | scite/Pkgfile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/scite/.footprint b/scite/.footprint index 5942b8586..ea4a705a4 100644 --- a/scite/.footprint +++ b/scite/.footprint @@ -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/ diff --git a/scite/.md5sum b/scite/.md5sum index 73eb92be7..51c25d0bc 100644 --- a/scite/.md5sum +++ b/scite/.md5sum @@ -1 +1 @@ -b307a6e932510340d8ae1e0ec3e4dd44 scite363.tgz +eb1b38e2b46088baaaa395ace92eb1cd scite364.tgz diff --git a/scite/Pkgfile b/scite/Pkgfile index 0193d69e2..0a40783bf 100644 --- a/scite/Pkgfile +++ b/scite/Pkgfile @@ -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 } |