wok rev 21737
updated qedit (2.6.8 -> 2.8.3)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jun 13 16:10:34 2019 +0100 (2019-06-13) |
parents | 1377136ab0ff |
children | 91a2be18a32b |
files | qedit/receipt qedit/stuff/strvar_color_slitaz |
line diff
1.1 --- a/qedit/receipt Thu Jun 13 16:11:30 2019 +0200 1.2 +++ b/qedit/receipt Thu Jun 13 16:10:34 2019 +0100 1.3 @@ -1,25 +1,32 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="qedit" 1.7 -VERSION="2.6.8" 1.8 +VERSION="2.8.3" 1.9 CATEGORY="editors" 1.10 -SHORT_DESC="Code editor" 1.11 +TAGS="text-editor" 1.12 +SHORT_DESC="Code editor." 1.13 MAINTAINER="psychomaniak@xakep.ru" 1.14 LICENSE="GPL2" 1.15 WEB_SITE="http://hugo.pereira.free.fr/software" 1.16 + 1.17 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.18 WGET_URL="$WEB_SITE/tgz/$TARBALL" 1.19 -TAGS="text-editor" 1.20 1.21 -DEPENDS="libQtGui libQtDBus libQtNetwork xcb-util-keysyms" 1.22 -BUILD_DEPENDS="Qt4-dev cmake qmake xcb-util-keysyms-dev" 1.23 +DEPENDS="gcc83-lib-base libQtDBus libQtGui libQtNetwork xcb-util-keysyms" 1.24 +BUILD_DEPENDS="cmake gcc83 qmake Qt4-dev xcb-util-keysyms-dev" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 { 1.29 - patch $src/patterns/shell_patterns.xml $stuff/strvar_color_slitaz 1.30 - cd $src && cmake -DCMAKE_INSTALL_PREFIX=/usr . && 1.31 - make && make DESTDIR=$DESTDIR install 1.32 + patch $src/patterns/shell_patterns.xml \ 1.33 + $stuff/strvar_color_slitaz 1.34 + 1.35 + export CC=gcc-83 1.36 + export CXX=g++-83 1.37 + 1.38 + cmake -DCMAKE_INSTALL_PREFIX=/usr . && 1.39 + make && 1.40 + make DESTDIR=$DESTDIR install 1.41 } 1.42 1.43 # Rules to gen a SliTaz package suitable for Tazpkg.
2.1 --- a/qedit/stuff/strvar_color_slitaz Thu Jun 13 16:11:30 2019 +0200 2.2 +++ b/qedit/stuff/strvar_color_slitaz Thu Jun 13 16:10:34 2019 +0100 2.3 @@ -45,11 +45,11 @@ 2.4 </keyword_pattern> 2.5 <keyword_pattern style="Keyword" parent="" name="Braces" > 2.6 <comments></comments> 2.7 -@@ -86,7 +90,7 @@ 2.8 +@@ -90,7 +90,7 @@ 2.9 </keyword_pattern> 2.10 <keyword_pattern style="Function" parent="" name="Function" > 2.11 <comments></comments> 2.12 -- <keyword>(\b|XML_AND)([^\s]+)\s*(?=\()</keyword> 2.13 +- <keyword>(\b|&)([^\s]+)\s*(?=\()</keyword> 2.14 + <keyword>(\b|XML_AND)([^\s]+)\s*(?=\()|sed|patch|(end)?if|fi|case|esac|for(each)?|do(ne)?|break|end|EOT</keyword> 2.15 </keyword_pattern> 2.16