scite: update to 1.77
This commit is contained in:
parent
c38c39fb07
commit
fdb3060e2b
@ -1 +1 @@
|
|||||||
c33461643c62c80420376de37125092b scite176.tgz
|
ba016919190c12cfb712e1f004df4187 scite177.tgz
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# Depends on: gtk
|
# Depends on: gtk
|
||||||
|
|
||||||
name=scite
|
name=scite
|
||||||
version=176
|
version=177
|
||||||
release=1
|
release=1
|
||||||
source=(http://dl.sourceforge.net/sourceforge/scintilla/$name$version.tgz)
|
source=(http://dl.sourceforge.net/sourceforge/scintilla/$name$version.tgz)
|
||||||
|
|
||||||
@ -18,13 +18,14 @@ build () {
|
|||||||
make GTK2=1 prefix=/usr
|
make GTK2=1 prefix=/usr
|
||||||
mkdir -p $PKG/usr/{bin,share/pixmaps}
|
mkdir -p $PKG/usr/{bin,share/pixmaps}
|
||||||
make prefix=$PKG/usr install
|
make prefix=$PKG/usr install
|
||||||
|
|
||||||
sed -i '/^#buffers/s/#//
|
sed -i '/^#buffers/s/#//
|
||||||
/^#save.recent/s/#//
|
/^#save.recent/s/#//
|
||||||
/^#tabbar.hide.one/s/#//' \
|
/^#tabbar.hide.one/s/#//' \
|
||||||
$PKG/usr/share/scite/SciTEGlobal.properties
|
$PKG/usr/share/scite/SciTEGlobal.properties
|
||||||
|
|
||||||
chmod -x $PKG/usr/share/{applications,scite}/*
|
chmod -x $PKG/usr/share/{applications,scite}/*
|
||||||
|
sed -ri '/\[.+\]=/d' $PKG/usr/share/applications/*.desktop
|
||||||
rm -r $PKG/usr/share/scite/*.html
|
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/man/man1/scite.1
|
||||||
ln -s SciTE $PKG/usr/bin/scite
|
ln -s SciTE $PKG/usr/bin/scite
|
||||||
|
Loading…
x
Reference in New Issue
Block a user