ports/opt (2.3): scite: update to 1.73
commit 5c8ec276980583fd2a24c78b74ddb1a40fd55982 Author: Juergen Daubert <jue@jue.li> Date: Sun Apr 1 11:45:11 2007 +0200 scite: update to 1.73 diff --git a/scite/.footprint b/scite/.footprint index 9fda05d..cbd5e16 100644 --- a/scite/.footprint +++ b/scite/.footprint @@ -6,6 +6,8 @@ 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/pixmaps/ -rw-r--r-- root/root usr/share/pixmaps/Sci48M.png drwxr-xr-x root/root usr/share/scite/ @@ -24,6 +26,7 @@ drwxr-xr-x root/root usr/share/scite/ -rw-r--r-- root/root usr/share/scite/blitzbasic.properties -rw-r--r-- root/root usr/share/scite/bullant.properties -rw-r--r-- root/root usr/share/scite/caml.properties +-rw-r--r-- root/root usr/share/scite/cmake.properties -rw-r--r-- root/root usr/share/scite/conf.properties -rw-r--r-- root/root usr/share/scite/cpp.properties -rw-r--r-- root/root usr/share/scite/csound.properties diff --git a/scite/.md5sum b/scite/.md5sum index 51962e6..39aadc2 100644 --- a/scite/.md5sum +++ b/scite/.md5sum @@ -1 +1 @@ -da4e059117dbd69fb76d87739a98581d scite172.tgz +0e8e4139b5f5db445b3da9ff070d9d3a scite173.tgz diff --git a/scite/Pkgfile b/scite/Pkgfile index a723401..cae25e8 100644 --- a/scite/Pkgfile +++ b/scite/Pkgfile @@ -4,17 +4,17 @@ # Depends on: gtk name=scite -version=172 +version=173 release=1 source=(http://dl.sourceforge.net/sourceforge/scintilla/$name$version.tgz) build () { cd scintilla/gtk - sed -i "/^CXXFLAGS/s/-Os/$CXXFLAGS/" makefile + sed -i "s/-Os/$CXXFLAGS/" makefile make GTK2=1 cd $SRC/$name/gtk - sed -i "/^CXXTFLAGS/s/-Os/$CXXFLAGS/" makefile + sed -i "s/-Os/$CXXFLAGS/" makefile make GTK2=1 prefix=/usr mkdir -p $PKG/usr/{bin,share/pixmaps} make prefix=$PKG/usr install @@ -24,8 +24,8 @@ build () { /^#tabbar.hide.one/s/#//' \ $PKG/usr/share/scite/SciTEGlobal.properties - chmod -x $PKG/usr/share/scite/* - rm -r $PKG/usr/share/{applications,scite/*.html} + chmod -x $PKG/usr/share/{applications,scite}/* + rm -r $PKG/usr/share/scite/*.html install -D -m 644 ../doc/scite.1 $PKG/usr/man/man1/scite.1 ln -s SciTE $PKG/usr/bin/scite }
participants (1)
-
crux@crux.nu