Date: Tuesday, May 24, 2011 @ 09:41:25 Author: andrea Revision: 124801
KDE 4.7beta1 - rename PKGBUILD highlight patch Added: kdesdk-kate/kde-unstable/pkgbuild-syntax-highlight.patch Deleted: kdesdk-kate/kde-unstable/pkgbuild-highlight.patch ---------------------------------+ pkgbuild-highlight.patch | 11 ----------- pkgbuild-syntax-highlight.patch | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) Deleted: pkgbuild-highlight.patch =================================================================== --- pkgbuild-highlight.patch 2011-05-24 13:26:15 UTC (rev 124800) +++ pkgbuild-highlight.patch 2011-05-24 13:41:25 UTC (rev 124801) @@ -1,11 +0,0 @@ ---- kate-4.6.80/part/syntax/data/bash.xml~ 2011-05-23 21:20:34.295137123 +0000 -+++ kate-4.6.80/part/syntax/data/bash.xml 2011-05-23 21:20:54.581993368 +0000 -@@ -8,7 +8,7 @@ - <!ENTITY noword "(?![\w$+-])"> <!-- no word, $, + or - following --> - <!ENTITY pathpart "([\w_@.%*?+-]|\\ )"> <!-- valid character in a file name --> - ]> --<language name="Bash" version="2.12" kateversion="2.4" section="Scripts" extensions="*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile" mimetype="application/x-shellscript" casesensitive="1" author="Wilbert Berendsen ([email protected])" license="LGPL"> -+<language name="Bash" version="2.12" kateversion="2.4" section="Scripts" extensions="*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile;PKGBUILD" mimetype="application/x-shellscript" casesensitive="1" author="Wilbert Berendsen ([email protected])" license="LGPL"> - - <!-- (c) 2004 by Wilbert Berendsen ([email protected]) - Changes by Matthew Woehlke ([email protected]) Added: pkgbuild-syntax-highlight.patch =================================================================== --- pkgbuild-syntax-highlight.patch (rev 0) +++ pkgbuild-syntax-highlight.patch 2011-05-24 13:41:25 UTC (rev 124801) @@ -0,0 +1,11 @@ +--- kate-4.6.80/part/syntax/data/bash.xml~ 2011-05-23 21:20:34.295137123 +0000 ++++ kate-4.6.80/part/syntax/data/bash.xml 2011-05-23 21:20:54.581993368 +0000 +@@ -8,7 +8,7 @@ + <!ENTITY noword "(?![\w$+-])"> <!-- no word, $, + or - following --> + <!ENTITY pathpart "([\w_@.%*?+-]|\\ )"> <!-- valid character in a file name --> + ]> +-<language name="Bash" version="2.12" kateversion="2.4" section="Scripts" extensions="*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile" mimetype="application/x-shellscript" casesensitive="1" author="Wilbert Berendsen ([email protected])" license="LGPL"> ++<language name="Bash" version="2.12" kateversion="2.4" section="Scripts" extensions="*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile;PKGBUILD" mimetype="application/x-shellscript" casesensitive="1" author="Wilbert Berendsen ([email protected])" license="LGPL"> + + <!-- (c) 2004 by Wilbert Berendsen ([email protected]) + Changes by Matthew Woehlke ([email protected])
