ports/opt (3.5): scite: update to 4.2.0, new dependency gtk3
commit 778ec503c57060360ac3f04f269bbe73f0ccfc10 Author: Juergen Daubert <jue@jue.li> Date: Sat Jul 6 11:51:34 2019 +0200 scite: update to 4.2.0, new dependency gtk3 diff --git a/scite/.footprint b/scite/.footprint index 348bbd7cb..2cc25c9b3 100644 --- a/scite/.footprint +++ b/scite/.footprint @@ -39,6 +39,7 @@ drwxr-xr-x root/root usr/share/scite/ -rw-r--r-- root/root usr/share/scite/csound.properties -rw-r--r-- root/root usr/share/scite/css.properties -rw-r--r-- root/root usr/share/scite/d.properties +-rw-r--r-- root/root usr/share/scite/dataflex.properties -rw-r--r-- root/root usr/share/scite/ecl.properties -rw-r--r-- root/root usr/share/scite/eiffel.properties -rw-r--r-- root/root usr/share/scite/erlang.properties diff --git a/scite/.signature b/scite/.signature index 29f439bf0..0ded9dd80 100644 --- a/scite/.signature +++ b/scite/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/T762CbAiJpsHWVVz8UlQ5WfvGPJnY7iAJVtFYKHeu8CW4FDEYud1UYQMw5xslC8AZ4XxCbt+NyoN0nOKC0NGQ8= -SHA256 (Pkgfile) = 432f848f2a7827bdf1fc6b1af19ab76618c38687287ed6b57eec57ab49a89752 -SHA256 (.footprint) = 08cf98030de64943f300c568760e2ab802447de7dddbd6d0c2b74945a2fb463d -SHA256 (scite417.tgz) = 8fc0a4c615056440df553db00f9a20926935c4c5e5ce6d4671def20753834c96 +RWSE3ohX2g5d/Sjk30k+tuCZWIHRjQHFwcCAzDfzn57MoWHZQgRvsNQFNQffHGvCd2YMl1+pQpRCFGXgZvp78cJeOwLDlKjBIwQ= +SHA256 (Pkgfile) = dbb1293380a2e786724bf59db28471d3e4481875cf991f4f2e1b36e8ed21532d +SHA256 (.footprint) = 2ba562584b4fb84ff59651eece68a7033a28045b6405a19cde578fb4307a3ebe +SHA256 (scite420.tgz) = 2e0b95842bbc875a9224416fad3a9179ec329b3af2ca1abdd8e64c008068bb99 diff --git a/scite/Pkgfile b/scite/Pkgfile index 77d0171dc..3bb1b96d6 100644 --- a/scite/Pkgfile +++ b/scite/Pkgfile @@ -1,14 +1,16 @@ # Description: Editor based on the Scintilla editing component # URL: http://www.scintilla.org/ # Maintainer: Juergen Daubert, jue at crux dot nu -# Depends on: gtk +# Depends on: gtk3 name=scite -version=4.1.7 +version=4.2.0 release=1 source=(http://downloads.sourceforge.net/project/scintilla/SciTE/$version/$name${version//./}.tgz) build () { + export GTK3=1 + cd scintilla/gtk sed -i "s/-Os/$CXXFLAGS/" makefile make
participants (1)
-
crux@crux.nu