summaryrefslogtreecommitdiff
path: root/extra/kdesdk-kate
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-01-30 12:51:06 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-01-30 12:51:06 +0100
commite8a18157bce8e0b0cbde5bd52aaf5ae0940297d3 (patch)
tree89fc1343a6302c7ee5d72774fde0f5b67d0b1927 /extra/kdesdk-kate
parent6d4537b67f90b1decadcf8434e1a5bdcb6694f7f (diff)
parent39711f3264d3b9de2ff6392649274d6333932457 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/arpack/PKGBUILD extra/gtk2/PKGBUILD extra/kdeadmin/PKGBUILD extra/kdelibs/PKGBUILD extra/kdeplasma-addons/PKGBUILD staging/digikam/PKGBUILD testing/curl/PKGBUILD
Diffstat (limited to 'extra/kdesdk-kate')
-rw-r--r--extra/kdesdk-kate/PKGBUILD10
-rw-r--r--extra/kdesdk-kate/kdesdk-kate.install7
-rw-r--r--extra/kdesdk-kate/pkgbuild-syntax-highlight.patch8
3 files changed, 14 insertions, 11 deletions
diff --git a/extra/kdesdk-kate/PKGBUILD b/extra/kdesdk-kate/PKGBUILD
index aea73b6b5..9b10b1771 100644
--- a/extra/kdesdk-kate/PKGBUILD
+++ b/extra/kdesdk-kate/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 144748 2011-12-08 09:52:57Z andrea $
+# $Id: PKGBUILD 147774 2012-01-28 10:32:36Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgbase=kdesdk-kate
pkgname=('kdebase-kwrite'
'kdesdk-kate')
-pkgver=4.7.4
+pkgver=4.8.0
pkgrel=1
arch=('i686' 'x86_64' 'mips64el')
license=('GPL' 'LGPL' 'FDL')
makedepends=('kdelibs ''cmake' 'automoc4')
source=("http://download.kde.org/stable/${pkgver}/src/kate-${pkgver}.tar.bz2"
'pkgbuild-syntax-highlight.patch')
-sha1sums=('b808f01213e0e44607e8f2577f9d1b4f88e14388'
- 'ab0c5d2a796b0f283154799add161c99f48ffcd5')
+sha1sums=('01cfffa6e905103c1b23d4006ba5a26844cc97aa'
+ '0a928253bd2077f0264d96a6c8823c69c47b6a8d')
build() {
cd "${srcdir}"/kate-${pkgver}
@@ -32,6 +32,7 @@ package_kdebase-kwrite() {
pkgdesc="Text Editor"
depends=('kdebase-runtime')
groups=('kde' 'kdebase')
+ url="http://www.kde.org/applications/utilities/kwrite/"
install='kdebase-kwrite.install'
cd "${srcdir}"/build/kwrite
@@ -48,6 +49,7 @@ package_kdesdk-kate() {
pkgdesc="Advanced Text Editor"
depends=('kdebase-kwrite')
groups=('kde' 'kdesdk')
+ url="http://www.kde.org/applications/utilities/kate/"
install='kdesdk-kate.install'
cd "${srcdir}"/build/kate
diff --git a/extra/kdesdk-kate/kdesdk-kate.install b/extra/kdesdk-kate/kdesdk-kate.install
index 81ce5c4b0..0446d161b 100644
--- a/extra/kdesdk-kate/kdesdk-kate.install
+++ b/extra/kdesdk-kate/kdesdk-kate.install
@@ -1,12 +1,13 @@
post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
update-desktop-database -q
+ update-mime-database usr/share/mime &> /dev/null
}
post_upgrade() {
- post_install
+ post_install
}
post_remove() {
- post_install
+ post_install
}
diff --git a/extra/kdesdk-kate/pkgbuild-syntax-highlight.patch b/extra/kdesdk-kate/pkgbuild-syntax-highlight.patch
index 3c43eca0f..27729d1ad 100644
--- a/extra/kdesdk-kate/pkgbuild-syntax-highlight.patch
+++ b/extra/kdesdk-kate/pkgbuild-syntax-highlight.patch
@@ -1,11 +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
+--- kate-4.7.80/part/syntax/data/bash.xml~ 2011-11-20 06:14:30.581097154 +0000
++++ kate-4.7.80/part/syntax/data/bash.xml 2011-11-20 06:14:45.494553146 +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.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" mimetype="application/x-shellscript" casesensitive="1" author="Wilbert Berendsen (wilbert@kde.nl)" license="LGPL">
+-<language name="Bash" version="2.14" 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.14" 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)