[arch-commits] Commit in ktexteditor/repos (8 files)

2016-03-28 Thread Antonio Rojas
Date: Monday, March 28, 2016 @ 11:03:38
  Author: arojas
Revision: 263197

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  ktexteditor/repos/extra-i686/PKGBUILD
(from rev 263196, ktexteditor/trunk/PKGBUILD)
  ktexteditor/repos/extra-i686/pkgbuild-syntax-highlight.patch
(from rev 263196, ktexteditor/trunk/pkgbuild-syntax-highlight.patch)
  ktexteditor/repos/extra-x86_64/PKGBUILD
(from rev 263196, ktexteditor/trunk/PKGBUILD)
  ktexteditor/repos/extra-x86_64/pkgbuild-syntax-highlight.patch
(from rev 263196, ktexteditor/trunk/pkgbuild-syntax-highlight.patch)
Deleted:
  ktexteditor/repos/extra-i686/PKGBUILD
  ktexteditor/repos/extra-i686/pkgbuild-syntax-highlight.patch
  ktexteditor/repos/extra-x86_64/PKGBUILD
  ktexteditor/repos/extra-x86_64/pkgbuild-syntax-highlight.patch

--+
 /PKGBUILD|   90 +
 /pkgbuild-syntax-highlight.patch |   22 ++
 extra-i686/PKGBUILD  |   41 ---
 extra-i686/pkgbuild-syntax-highlight.patch   |   11 ---
 extra-x86_64/PKGBUILD|   41 ---
 extra-x86_64/pkgbuild-syntax-highlight.patch |   11 ---
 6 files changed, 112 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-28 09:02:45 UTC (rev 263196)
+++ extra-i686/PKGBUILD 2016-03-28 09:03:38 UTC (rev 263197)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ktexteditor
-pkgver=5.20.0
-pkgrel=1
-pkgdesc='Advanced embeddable text editor'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/ktexteditor'
-license=('LGPL')
-depends=('kparts' 'libgit2')
-makedepends=('extra-cmake-modules')
-groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
-'pkgbuild-syntax-highlight.patch')
-md5sums=('4e4cdc9d49dd3a3a865d91ffaec392ba'
- '3a03efe92f1403991c51f2859ee092f6')
-
-prepare() {
-  mkdir -p build
-
-  cd ${pkgname}-${pkgver}
-  patch -p0 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ktexteditor/repos/extra-i686/PKGBUILD (from rev 263196, 
ktexteditor/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-28 09:03:38 UTC (rev 263197)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktexteditor
+pkgver=5.20.0
+pkgrel=2
+pkgdesc='Advanced embeddable text editor'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/ktexteditor'
+license=('LGPL')
+depends=('kparts' 'libgit2')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+'pkgbuild-syntax-highlight.patch'
+   
ktexteditor-selection.patch::"https://quickgit.kde.org/?p=ktexteditor.git=commitdiff=f7f330b2=plain;)
+md5sums=('4e4cdc9d49dd3a3a865d91ffaec392ba'
+ '3a03efe92f1403991c51f2859ee092f6'
+ '4ddfd71ab48c7e1a7f25333c8bdd0f39')
+
+prepare() {
+  mkdir -p build
+
+  cd ${pkgname}-${pkgver}
+  patch -p0 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
+# Fix text selection
+  patch -p1 -i ../ktexteditor-selection.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/pkgbuild-syntax-highlight.patch
===
--- extra-i686/pkgbuild-syntax-highlight.patch  2016-03-28 09:02:45 UTC (rev 
263196)
+++ extra-i686/pkgbuild-syntax-highlight.patch  2016-03-28 09:03:38 UTC (rev 
263197)
@@ -1,11 +0,0 @@
 src/syntax/data/bash.xml~  2013-06-13 09:46:51.569245577 +
-+++ src/syntax/data/bash.xml   2013-06-13 09:47:31.745637790 +
-@@ -8,7 +8,7 @@
- 
-  
- ]>
--
-+
- 
- 
+  
+ ]>
+-
++
+ 
+ 
-  
- ]>
--
-+
- 
- 
+  
+ ]>
+-
++
+ 
+ 

[arch-commits] Commit in ktexteditor/repos (8 files)

2015-08-31 Thread Gaetan Bisson
Date: Monday, August 31, 2015 @ 21:56:42
  Author: bisson
Revision: 245117

db-move: moved ktexteditor from [staging] to [testing] (i686, x86_64)

Added:
  ktexteditor/repos/testing-i686/
  ktexteditor/repos/testing-i686/PKGBUILD
(from rev 245112, ktexteditor/repos/staging-i686/PKGBUILD)
  ktexteditor/repos/testing-i686/pkgbuild-syntax-highlight.patch
(from rev 245112, 
ktexteditor/repos/staging-i686/pkgbuild-syntax-highlight.patch)
  ktexteditor/repos/testing-x86_64/
  ktexteditor/repos/testing-x86_64/PKGBUILD
(from rev 245112, ktexteditor/repos/staging-x86_64/PKGBUILD)
  ktexteditor/repos/testing-x86_64/pkgbuild-syntax-highlight.patch
(from rev 245112, 
ktexteditor/repos/staging-x86_64/pkgbuild-syntax-highlight.patch)
Deleted:
  ktexteditor/repos/staging-i686/
  ktexteditor/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   41 +++
 testing-i686/pkgbuild-syntax-highlight.patch   |   11 ++
 testing-x86_64/PKGBUILD|   41 +++
 testing-x86_64/pkgbuild-syntax-highlight.patch |   11 ++
 4 files changed, 104 insertions(+)

Copied: ktexteditor/repos/testing-i686/PKGBUILD (from rev 245112, 
ktexteditor/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-31 19:56:42 UTC (rev 245117)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktexteditor
+pkgver=5.13.0
+pkgrel=2
+pkgdesc='Advanced embeddable text editor'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/ktexteditor'
+license=('LGPL')
+depends=('kparts' 'libgit2')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+'pkgbuild-syntax-highlight.patch')
+md5sums=('8d7b4487743292ce2a21a84867f5d519'
+ 'cc66f75c967dd7ac7c97375875772d69')
+
+prepare() {
+  mkdir -p build
+
+  cd ${pkgname}-${pkgver}
+  patch -p0 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: ktexteditor/repos/testing-i686/pkgbuild-syntax-highlight.patch (from 
rev 245112, ktexteditor/repos/staging-i686/pkgbuild-syntax-highlight.patch)
===
--- testing-i686/pkgbuild-syntax-highlight.patch
(rev 0)
+++ testing-i686/pkgbuild-syntax-highlight.patch2015-08-31 19:56:42 UTC 
(rev 245117)
@@ -0,0 +1,11 @@
+--- src/syntax/data/bash.xml~  2013-06-13 09:46:51.569245577 +
 src/syntax/data/bash.xml   2013-06-13 09:47:31.745637790 +
+@@ -8,7 +8,7 @@
+ 
+  
+ ]>
+-
++
+ 
+ 
+  
+ ]>
+-
++
+ 
+ 

[arch-commits] Commit in ktexteditor/repos (8 files)

2015-03-04 Thread Felix Yan
Date: Wednesday, March 4, 2015 @ 15:52:14
  Author: fyan
Revision: 232649

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  ktexteditor/repos/extra-i686/PKGBUILD
(from rev 232648, ktexteditor/trunk/PKGBUILD)
  ktexteditor/repos/extra-i686/pkgbuild-syntax-highlight.patch
(from rev 232648, ktexteditor/trunk/pkgbuild-syntax-highlight.patch)
  ktexteditor/repos/extra-x86_64/PKGBUILD
(from rev 232648, ktexteditor/trunk/PKGBUILD)
  ktexteditor/repos/extra-x86_64/pkgbuild-syntax-highlight.patch
(from rev 232648, ktexteditor/trunk/pkgbuild-syntax-highlight.patch)
Deleted:
  ktexteditor/repos/extra-i686/PKGBUILD
  ktexteditor/repos/extra-i686/pkgbuild-syntax-highlight.patch
  ktexteditor/repos/extra-x86_64/PKGBUILD
  ktexteditor/repos/extra-x86_64/pkgbuild-syntax-highlight.patch

--+
 /PKGBUILD|   82 +
 /pkgbuild-syntax-highlight.patch |   22 ++
 extra-i686/PKGBUILD  |   41 
 extra-i686/pkgbuild-syntax-highlight.patch   |   11 ---
 extra-x86_64/PKGBUILD|   41 
 extra-x86_64/pkgbuild-syntax-highlight.patch |   11 ---
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-04 14:51:25 UTC (rev 232648)
+++ extra-i686/PKGBUILD 2015-03-04 14:52:14 UTC (rev 232649)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=ktexteditor
-pkgver=5.7.0
-pkgrel=1
-pkgdesc='Advanced embeddable text editor'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/ktexteditor'
-license=('LGPL')
-depends=('kparts' 'libgit2')
-makedepends=('extra-cmake-modules')
-groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
-'pkgbuild-syntax-highlight.patch')
-md5sums=('9a2f27c1ee892848bde4d21aaa694d7c'
- 'cc66f75c967dd7ac7c97375875772d69')
-
-prepare() {
-  mkdir -p build
-
-  cd ${pkgname}-${pkgver}
-  patch -p0 -i ${srcdir}/pkgbuild-syntax-highlight.patch
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: ktexteditor/repos/extra-i686/PKGBUILD (from rev 232648, 
ktexteditor/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-04 14:52:14 UTC (rev 232649)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=ktexteditor
+pkgver=5.7.0
+pkgrel=2
+pkgdesc='Advanced embeddable text editor'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/ktexteditor'
+license=('LGPL')
+depends=('kparts' 'libgit2')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+'pkgbuild-syntax-highlight.patch')
+md5sums=('9a2f27c1ee892848bde4d21aaa694d7c'
+ 'cc66f75c967dd7ac7c97375875772d69')
+
+prepare() {
+  mkdir -p build
+
+  cd ${pkgname}-${pkgver}
+  patch -p0 -i ${srcdir}/pkgbuild-syntax-highlight.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/pkgbuild-syntax-highlight.patch
===
--- extra-i686/pkgbuild-syntax-highlight.patch  2015-03-04 14:51:25 UTC (rev 
232648)
+++ extra-i686/pkgbuild-syntax-highlight.patch  2015-03-04 14:52:14 UTC (rev 
232649)
@@ -1,11 +0,0 @@
 src/syntax/data/bash.xml~  2013-06-13 09:46:51.569245577 +
-+++ src/syntax/data/bash.xml   2013-06-13 09:47:31.745637790 +
-@@ -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.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 (wilb...@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
 

[arch-commits] Commit in ktexteditor/repos (8 files)

2015-01-08 Thread Andrea Scarpino
Date: Friday, January 9, 2015 @ 08:52:47
  Author: andrea
Revision: 228830

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  ktexteditor/repos/extra-i686/PKGBUILD
(from rev 228829, ktexteditor/trunk/PKGBUILD)
  ktexteditor/repos/extra-i686/pkgbuild-syntax-highlight.patch
(from rev 228829, ktexteditor/trunk/pkgbuild-syntax-highlight.patch)
  ktexteditor/repos/extra-x86_64/PKGBUILD
(from rev 228829, ktexteditor/trunk/PKGBUILD)
  ktexteditor/repos/extra-x86_64/pkgbuild-syntax-highlight.patch
(from rev 228829, ktexteditor/trunk/pkgbuild-syntax-highlight.patch)
Deleted:
  ktexteditor/repos/extra-i686/PKGBUILD
  ktexteditor/repos/extra-i686/pkgbuild-syntax-highlight.patch
  ktexteditor/repos/extra-x86_64/PKGBUILD
  ktexteditor/repos/extra-x86_64/pkgbuild-syntax-highlight.patch

--+
 /PKGBUILD|   80 +
 /pkgbuild-syntax-highlight.patch |   22 ++
 extra-i686/PKGBUILD  |   40 
 extra-i686/pkgbuild-syntax-highlight.patch   |   11 ---
 extra-x86_64/PKGBUILD|   40 
 extra-x86_64/pkgbuild-syntax-highlight.patch |   11 ---
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-09 07:52:38 UTC (rev 228829)
+++ extra-i686/PKGBUILD 2015-01-09 07:52:47 UTC (rev 228830)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=ktexteditor
-pkgver=5.5.0
-pkgrel=1
-pkgdesc='Advanced embeddable text editor'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/ktexteditor'
-license=('LGPL')
-depends=('kparts' 'libgit2')
-makedepends=('extra-cmake-modules')
-groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
-'pkgbuild-syntax-highlight.patch')
-md5sums=('e0f30e95e0c63253c4942b10cfb9b26b'
- 'cc66f75c967dd7ac7c97375875772d69')
-
-prepare() {
-  mkdir -p build
-
-  cd ${pkgname}-${pkgver}
-  patch -p0 -i ${srcdir}/pkgbuild-syntax-highlight.patch
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: ktexteditor/repos/extra-i686/PKGBUILD (from rev 228829, 
ktexteditor/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-09 07:52:47 UTC (rev 228830)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=ktexteditor
+pkgver=5.6.0
+pkgrel=1
+pkgdesc='Advanced embeddable text editor'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/ktexteditor'
+license=('LGPL')
+depends=('kparts' 'libgit2')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+'pkgbuild-syntax-highlight.patch')
+md5sums=('de6fa98b5a36c43c7e1b5741b476d0ed'
+ 'cc66f75c967dd7ac7c97375875772d69')
+
+prepare() {
+  mkdir -p build
+
+  cd ${pkgname}-${pkgver}
+  patch -p0 -i ${srcdir}/pkgbuild-syntax-highlight.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/pkgbuild-syntax-highlight.patch
===
--- extra-i686/pkgbuild-syntax-highlight.patch  2015-01-09 07:52:38 UTC (rev 
228829)
+++ extra-i686/pkgbuild-syntax-highlight.patch  2015-01-09 07:52:47 UTC (rev 
228830)
@@ -1,11 +0,0 @@
 src/syntax/data/bash.xml~  2013-06-13 09:46:51.569245577 +
-+++ src/syntax/data/bash.xml   2013-06-13 09:47:31.745637790 +
-@@ -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.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 (wilb...@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 (wilb...@kde.nl) license=LGPL
- 
- 

[arch-commits] Commit in ktexteditor/repos (8 files)

2014-12-11 Thread Andrea Scarpino
Date: Thursday, December 11, 2014 @ 17:10:46
  Author: andrea
Revision: 227537

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  ktexteditor/repos/extra-i686/PKGBUILD
(from rev 227536, ktexteditor/trunk/PKGBUILD)
  ktexteditor/repos/extra-i686/pkgbuild-syntax-highlight.patch
(from rev 227536, ktexteditor/trunk/pkgbuild-syntax-highlight.patch)
  ktexteditor/repos/extra-x86_64/PKGBUILD
(from rev 227536, ktexteditor/trunk/PKGBUILD)
  ktexteditor/repos/extra-x86_64/pkgbuild-syntax-highlight.patch
(from rev 227536, ktexteditor/trunk/pkgbuild-syntax-highlight.patch)
Deleted:
  ktexteditor/repos/extra-i686/PKGBUILD
  ktexteditor/repos/extra-i686/pkgbuild-syntax-highlight.patch
  ktexteditor/repos/extra-x86_64/PKGBUILD
  ktexteditor/repos/extra-x86_64/pkgbuild-syntax-highlight.patch

--+
 /PKGBUILD|   80 +
 /pkgbuild-syntax-highlight.patch |   22 ++
 extra-i686/PKGBUILD  |   41 
 extra-i686/pkgbuild-syntax-highlight.patch   |   11 ---
 extra-x86_64/PKGBUILD|   41 
 extra-x86_64/pkgbuild-syntax-highlight.patch |   11 ---
 6 files changed, 102 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-11 16:10:37 UTC (rev 227536)
+++ extra-i686/PKGBUILD 2014-12-11 16:10:46 UTC (rev 227537)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=ktexteditor
-pkgver=5.4.0
-pkgrel=2
-pkgdesc='Advanced embeddable text editor'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/ktexteditor'
-license=('LGPL')
-depends=('kparts' 'libgit2')
-makedepends=('extra-cmake-modules')
-groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
-'pkgbuild-syntax-highlight.patch')
-md5sums=('7237f56db8b953f456ef0a208ef2792a'
- 'cc66f75c967dd7ac7c97375875772d69')
-
-prepare() {
-  mkdir -p build
-
-  cd ${pkgname}-${pkgver}
-  patch -p0 -i ${srcdir}/pkgbuild-syntax-highlight.patch
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DSYSCONF_INSTALL_DIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: ktexteditor/repos/extra-i686/PKGBUILD (from rev 227536, 
ktexteditor/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-11 16:10:46 UTC (rev 227537)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=ktexteditor
+pkgver=5.5.0
+pkgrel=1
+pkgdesc='Advanced embeddable text editor'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/ktexteditor'
+license=('LGPL')
+depends=('kparts' 'libgit2')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+'pkgbuild-syntax-highlight.patch')
+md5sums=('e0f30e95e0c63253c4942b10cfb9b26b'
+ 'cc66f75c967dd7ac7c97375875772d69')
+
+prepare() {
+  mkdir -p build
+
+  cd ${pkgname}-${pkgver}
+  patch -p0 -i ${srcdir}/pkgbuild-syntax-highlight.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/pkgbuild-syntax-highlight.patch
===
--- extra-i686/pkgbuild-syntax-highlight.patch  2014-12-11 16:10:37 UTC (rev 
227536)
+++ extra-i686/pkgbuild-syntax-highlight.patch  2014-12-11 16:10:46 UTC (rev 
227537)
@@ -1,11 +0,0 @@
 src/syntax/data/bash.xml~  2013-06-13 09:46:51.569245577 +
-+++ src/syntax/data/bash.xml   2013-06-13 09:47:31.745637790 +
-@@ -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.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 (wilb...@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