author | Antonio Rojas
<arojas@archlinux.org> 2016-12-14 12:08:53 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2016-12-14 12:08:53 UTC |
parent | a7b5763cdef2579b34db9ab0be65114fab1a4d6f |
PKGBUILD | +5 | -10 |
pkgbuild-syntax-highlight.patch | +0 | -11 |
diff --git a/PKGBUILD b/PKGBUILD index 418f179..20c78b9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,27 +2,22 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=ktexteditor -pkgver=5.28.0 +pkgver=5.29.0 pkgrel=1 pkgdesc='Advanced embeddable text editor' arch=('i686' 'x86_64') url='https://community.kde.org/Frameworks' license=('LGPL') -depends=('kparts' 'libgit2') +depends=('kparts' 'libgit2' 'syntax-highlighting') makedepends=('extra-cmake-modules' 'python') groups=('kf5') -source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig} - 'pkgbuild-syntax-highlight.patch') -md5sums=('7d524ba30f518a0937c3912475a59a13' - 'SKIP' - '6b11febc2766f2613cf29339a3dedf83') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}) +md5sums=('0368aad4f1dc63dd9a5360d1761979a1' + 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org> prepare() { mkdir -p build - - cd ${pkgname}-${pkgver} - patch -p0 -i "${srcdir}"/pkgbuild-syntax-highlight.patch } build() { diff --git a/pkgbuild-syntax-highlight.patch b/pkgbuild-syntax-highlight.patch deleted file mode 100644 index 128cf51..0000000 --- a/pkgbuild-syntax-highlight.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/syntax/data/bash.xml~ 2013-06-13 09:46:51.569245577 +0000 -+++ src/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_@.%*?+-]|\\ )"> <!-- valid character in a file name --> - ]> --<language name="Bash" version="3" kateversion="5.0" section="Scripts" extensions="*.sh;*.bash;*.ebuild;*.eclass;*.nix;.bashrc;.bash_profile;.bash_login;.profile" mimetype="application/x-shellscript" casesensitive="1" author="Wilbert Berendsen (wilbert@kde.nl)" license="LGPL"> -+<language name="Bash" version="3" kateversion="5.0" section="Scripts" extensions="*.sh;*.bash;*.ebuild;*.eclass;*.nix;.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)