scite: update to 2.10

This commit is contained in:
Juergen Daubert 2010-04-08 11:32:20 +02:00
parent e1a3998f3c
commit d167ca8aac
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
f70f237180a556e287c17423b6c45a24 scite203.tgz
91644ec613dafa3e2a0add01c42d716d scite210.tgz

View File

@ -4,18 +4,18 @@
# Depends on: gtk
name=scite
version=203
version=210
release=1
source=(http://dl.sourceforge.net/sourceforge/scintilla/$name$version.tgz)
build () {
cd scintilla/gtk
sed -i "s/-Os/$CXXFLAGS/" makefile
make GTK2=1
make
cd $SRC/$name/gtk
sed -i "s/-Os/$CXXFLAGS/" makefile
make GTK2=1 prefix=/usr
make prefix=/usr
make DESTDIR=$PKG install
sed -i '/^#buffers/s/#//