summaryrefslogtreecommitdiff
path: root/staging/kdelibs/abs-syntax-highlight.patch
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-19 11:41:31 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-19 11:41:31 -0300
commit8a79dffbc1b5f55765698c420217bb06f67bb684 (patch)
tree8f8b0ee50fcd68c6572d7e7f8ce26150ac1dd430 /staging/kdelibs/abs-syntax-highlight.patch
parent35d3377392b5d0678453096f87df70faf87f72c6 (diff)
parent5457eacc747fc3f91e10a1f452230b1feac39eff (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/camlp5-transitional/PKGBUILD community/camlp5/PKGBUILD community/compizconfig-backend-kconfig/PKGBUILD community/libtrash/PKGBUILD community/mediastreamer/PKGBUILD community/python-pycurl/PKGBUILD extra/alpine/PKGBUILD extra/anjuta-extras/PKGBUILD extra/aufs2-util/PKGBUILD extra/bitlbee/PKGBUILD extra/cups/PKGBUILD extra/dotconf/PKGBUILD extra/fbida/PKGBUILD extra/fvwm-devel/PKGBUILD extra/libdmtx/PKGBUILD extra/libindi/PKGBUILD extra/mousepad/PKGBUILD extra/pysmbc/PKGBUILD extra/rcs/PKGBUILD extra/xfprint/PKGBUILD multilib-testing/lib32-mesa/PKGBUILD multilib/lib32-llvm/PKGBUILD multilib/lib32-llvm/cindexer-clang-path.patch multilib/lib32-llvm/clang-plugin-loader-registry.patch multilib/lib32-llvm/clang-pure64.patch multilib/lib32-llvm/clang-toolchains-gcc-versions.patch multilib/lib32-llvm/enable-lto.patch multilib/lib32-mesa/PKGBUILD testing/mesa/PKGBUILD testing/perl/ChangeLog testing/perl/PKGBUILD
Diffstat (limited to 'staging/kdelibs/abs-syntax-highlight.patch')
-rw-r--r--staging/kdelibs/abs-syntax-highlight.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/staging/kdelibs/abs-syntax-highlight.patch b/staging/kdelibs/abs-syntax-highlight.patch
deleted file mode 100644
index 477479a9b..000000000
--- a/staging/kdelibs/abs-syntax-highlight.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nura kdelibs-4.3.0.orig/kate/syntax/data/bash.xml kdelibs-4.3.0/kate/syntax/data/bash.xml
---- kdelibs-4.3.0.orig/kate/syntax/data/bash.xml 2009-04-15 12:26:37.000000000 +0200
-+++ kdelibs-4.3.0/kate/syntax/data/bash.xml 2009-07-30 13:24:01.000000000 +0200
-@@ -8,7 +8,7 @@
- <!ENTITY noword "(?![\w$+-])"> <!-- no word, $, + or - following -->
- <!ENTITY pathpart "([\w_@.&#37;*?+-]|\\ )"> <!-- 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 (wilbert@kde.nl)" 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;*.install" mimetype="application/x-shellscript" casesensitive="1" author="Wilbert Berendsen (wilbert@kde.nl)" license="LGPL">
-
- <!-- (c) 2004 by Wilbert Berendsen (wilbert@kde.nl)
- Changes by Matthew Woehlke (mw_triad@users.sourceforge.net)