diff options
author | Juergen Daubert <juergen.daubert@t-online.de> | 2006-08-23 09:37:35 +0000 |
---|---|---|
committer | Juergen Daubert <juergen.daubert@t-online.de> | 2006-08-23 09:37:35 +0000 |
commit | 7a3ff6a25744c2bcf87c057253ac634b2f6a41a5 (patch) | |
tree | 62b3258a43eaf22f64fde001a7685510d0ee2593 | |
parent | 3971a33298f449d017a6d6e2a482d0b360ad810d (diff) | |
download | opt-7a3ff6a25744c2bcf87c057253ac634b2f6a41a5.tar.gz opt-7a3ff6a25744c2bcf87c057253ac634b2f6a41a5.tar.xz |
scite: update to 1.71
-rw-r--r-- | scite/.md5sum | 2 | ||||
-rw-r--r-- | scite/Pkgfile | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/scite/.md5sum b/scite/.md5sum index b51946ebf..8d166af5b 100644 --- a/scite/.md5sum +++ b/scite/.md5sum @@ -1 +1 @@ -7af8e6e588978c865fc0fb0a6c7b73d9 scite170.zip +b62946c770686909a4d4d0e42de3754c scite171.tgz diff --git a/scite/Pkgfile b/scite/Pkgfile index 0124a1a0e..336bd6642 100644 --- a/scite/Pkgfile +++ b/scite/Pkgfile @@ -4,15 +4,15 @@ # Depends on: gtk name=scite -version=170 +version=171 release=1 -source=(http://dl.sourceforge.net/sourceforge/scintilla/$name$version.zip) +source=(http://dl.sourceforge.net/sourceforge/scintilla/$name$version.tgz) build () { cd scintilla/gtk sed -i "/^CXXFLAGS/s/-Os/$CXXFLAGS/" makefile make GTK2=1 - + cd $SRC/$name/gtk sed -i "/^CXXTFLAGS/s/-Os/$CXXFLAGS/" makefile make GTK2=1 prefix=/usr |