summaryrefslogtreecommitdiff
path: root/extra/kdesdk-kate
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-20 02:15:20 -0700
committerroot <root@rshg054.dnsready.net>2013-08-20 02:15:20 -0700
commit1ae31a85e191bbf7313077b472a66d1c24af1f74 (patch)
tree91f021858c2e33e1a6633c12b80e54105fd7500b /extra/kdesdk-kate
parent26606f981048ee9efcda690b619d3c53501a7a58 (diff)
Tue Aug 20 02:14:51 PDT 2013
Diffstat (limited to 'extra/kdesdk-kate')
-rw-r--r--extra/kdesdk-kate/PKGBUILD11
-rw-r--r--extra/kdesdk-kate/pkgbuild-syntax-highlight.patch8
2 files changed, 11 insertions, 8 deletions
diff --git a/extra/kdesdk-kate/PKGBUILD b/extra/kdesdk-kate/PKGBUILD
index 02038f6f7..6191405b1 100644
--- a/extra/kdesdk-kate/PKGBUILD
+++ b/extra/kdesdk-kate/PKGBUILD
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD 189497 2013-07-03 17:00:42Z andrea $
+# $Id: PKGBUILD 193228 2013-08-19 09:54:21Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgbase=kdesdk-kate
pkgname=('kdebase-katepart'
'kdebase-kwrite'
'kdesdk-kate')
-pkgver=4.10.5
+pkgver=4.11.0
pkgrel=1
arch=('i686' 'x86_64')
license=('GPL' 'LGPL' 'FDL')
makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python')
source=("http://download.kde.org/stable/${pkgver}/src/kate-${pkgver}.tar.xz"
'pkgbuild-syntax-highlight.patch')
-sha1sums=('39cca1dad490ba9ec36b43967afc0159d7343185'
- 'dc70306c507083cf9b4bb1c536858742292fa1bf')
+sha1sums=('0032f388618fa3d035ee206e3014c362d419b965'
+ '80c324c9db81c07a02374e7a092d75e0bdd6b4ea')
prepare() {
cd kate-${pkgver}
@@ -38,6 +38,9 @@ package_kdebase-katepart() {
cd build/part
make DESTDIR="${pkgdir}" install
+
+ cd ../../build/addons
+ make DESTDIR="${pkgdir}" install
}
package_kdebase-kwrite() {
diff --git a/extra/kdesdk-kate/pkgbuild-syntax-highlight.patch b/extra/kdesdk-kate/pkgbuild-syntax-highlight.patch
index d6b37b95f..b189b9113 100644
--- a/extra/kdesdk-kate/pkgbuild-syntax-highlight.patch
+++ b/extra/kdesdk-kate/pkgbuild-syntax-highlight.patch
@@ -1,11 +1,11 @@
---- kate-4.9.97/part/syntax/data/bash.xml~ 2013-01-04 08:47:46.157286867 +0000
-+++ kate-4.9.97/part/syntax/data/bash.xml 2013-01-04 08:48:06.097144127 +0000
+--- kate-4.10.80/part/syntax/data/bash.xml~ 2013-06-13 09:46:51.569245577 +0000
++++ kate-4.10.80/part/syntax/data/bash.xml 2013-06-13 09:47:31.745637790 +0000
@@ -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.16" 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.16" 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 (wilbert@kde.nl)" license="LGPL">
+-<language name="Bash" version="2.17" 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.17" 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 (wilbert@kde.nl)" license="LGPL">
<!-- (c) 2004 by Wilbert Berendsen (wilbert@kde.nl)
Changes by Matthew Woehlke (mw_triad@users.sourceforge.net)