summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Albers2020-02-22 14:15:51 +0100
committerDaniel Albers2020-02-22 14:15:51 +0100
commit044ff96441e530c4c30edf917da916ab9fa96870 (patch)
treecb154179fdfce38359f5570c59d40d4fc39d5e41
parentf8e8628f52955a1e6945d3bf137dee5f165e2c33 (diff)
downloadaur-044ff96441e530c4c30edf917da916ab9fa96870.tar.gz
Removed outdated patch
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
-rw-r--r--pkgbuild-syntax-highlight.patch11
3 files changed, 6 insertions, 27 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 793aade89eb8..debe66c68ef0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Fri Jun 24 01:31:14 UTC 2016
pkgbase = ktexteditor-git
pkgdesc = KTextEditor framework
- pkgver = r1114.f3f4319
- pkgrel = 2
+ pkgver = r2330.8630da5f
+ pkgrel = 1
url = https://projects.kde.org/projects/frameworks/ktexteditor
arch = i686
arch = x86_64
@@ -15,9 +13,7 @@ pkgbase = ktexteditor-git
provides = ktexteditor
conflicts = ktexteditor
source = git://anongit.kde.org/ktexteditor.git
- source = pkgbuild-syntax-highlight.patch
md5sums = SKIP
- md5sums = 3a03efe92f1403991c51f2859ee092f6
pkgname = ktexteditor-git
diff --git a/PKGBUILD b/PKGBUILD
index 744080d43112..2716489df1c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,6 @@
-# Maintainer: Andrea Scarpino <andrea@archlinux.org>
-
pkgname=ktexteditor-git
-pkgver=r1114.f3f4319
-pkgrel=2
+pkgver=r2330.8630da5f
+pkgrel=1
pkgdesc='KTextEditor framework'
arch=(i686 x86_64)
url='https://projects.kde.org/projects/frameworks/ktexteditor'
@@ -11,9 +9,8 @@ depends=(kparts-git libgit2)
makedepends=(extra-cmake-modules-git git)
provides=(ktexteditor)
conflicts=(ktexteditor)
-source=('git://anongit.kde.org/ktexteditor.git' "pkgbuild-syntax-highlight.patch")
-md5sums=('SKIP'
- '3a03efe92f1403991c51f2859ee092f6')
+source=('git://anongit.kde.org/ktexteditor.git')
+md5sums=('SKIP')
pkgver() {
cd ktexteditor
@@ -22,9 +19,6 @@ pkgver() {
prepare() {
mkdir -p build
-
- cd ktexteditor
- 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 5105553f0a03..000000000000
--- 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_@.&#37;*?+-]|\\ )"> <!-- valid character in a file name -->
- ]>
--<language name="Bash" version="2.18" kateversion="5.0" 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.18" kateversion="5.0" 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)