Date: Friday, January 4, 2013 @ 09:35:27
Author: andrea
Revision: 174317
KDE 4.10 RC2
Modified:
kdesdk-kate/kde-unstable/PKGBUILD
kdesdk-kate/kde-unstable/pkgbuild-syntax-highlight.patch
---------------------------------+
PKGBUILD | 22 ++++++++++++----------
pkgbuild-syntax-highlight.patch | 8 ++++----
2 files changed, 16 insertions(+), 14 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-01-04 14:35:23 UTC (rev 174316)
+++ PKGBUILD 2013-01-04 14:35:27 UTC (rev 174317)
@@ -5,21 +5,21 @@
pkgname=('kdebase-katepart'
'kdebase-kwrite'
'kdesdk-kate')
-pkgver=4.9.95
+pkgver=4.9.97
pkgrel=1
arch=('i686' 'x86_64')
license=('GPL' 'LGPL' 'FDL')
makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python2')
source=("http://download.kde.org/unstable/${pkgver}/src/kate-${pkgver}.tar.xz"
'pkgbuild-syntax-highlight.patch')
-sha1sums=('ba1a90474b3f7239cf264537c8b35cac8a64d3b4'
- '5b45d0df8f340105633eba9ef7c58086e6c2e750')
+sha1sums=('d0577bef64b09eadd4792c4371c127c7c4db5fff'
+ 'dc70306c507083cf9b4bb1c536858742292fa1bf')
build() {
- cd "${srcdir}"/kate-${pkgver}
+ cd kate-${pkgver}
patch -p1 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
+ cd ../
- cd "${srcdir}"
mkdir build
cd build
cmake ../kate-${pkgver} \
@@ -36,7 +36,7 @@
url="http://kate-editor.org/about-katepart/"
install='kdebase-katepart.install'
- cd "${srcdir}"/build/part
+ cd build/part
make DESTDIR="${pkgdir}" install
}
@@ -47,10 +47,11 @@
url="http://www.kde.org/applications/utilities/kwrite/"
install='kdebase-kwrite.install'
- cd "${srcdir}"/build/kwrite
+ cd build/kwrite
make DESTDIR="${pkgdir}" install
+ cd ../../
- cd "${srcdir}"/build/doc/kwrite
+ cd build/doc/kwrite
make DESTDIR="${pkgdir}" install
}
@@ -63,9 +64,10 @@
optdepends=('kdebase-konsole: open a terminal in Kate'
'kdebindings-python2: python bindings')
- cd "${srcdir}"/build/kate
+ cd build/kate
make DESTDIR="${pkgdir}" install
+ cd ../../
- cd "${srcdir}"/build/doc/kate
+ cd build/doc/kate
make DESTDIR="${pkgdir}" install
}
Modified: pkgbuild-syntax-highlight.patch
===================================================================
--- pkgbuild-syntax-highlight.patch 2013-01-04 14:35:23 UTC (rev 174316)
+++ pkgbuild-syntax-highlight.patch 2013-01-04 14:35:27 UTC (rev 174317)
@@ -1,11 +1,11 @@
---- kate-4.9.80/part/syntax/data/bash.xml~ 2012-11-16 16:53:27.599718819
+0000
-+++ kate-4.9.80/part/syntax/data/bash.xml 2012-11-16 16:54:27.549287684
+0000
+--- 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
@@ -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.15" 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.15" 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">
+-<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 ([email protected])" 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 ([email protected])" license="LGPL">
<!-- (c) 2004 by Wilbert Berendsen ([email protected])
Changes by Matthew Woehlke ([email protected])