[arch-commits] Commit in ktexteditor/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Mar 28 09:02:46 UTC 2016


    Date: Monday, March 28, 2016 @ 11:02:45
  Author: arojas
Revision: 263196

Fix text selection

Modified:
  ktexteditor/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-28 06:15:20 UTC (rev 263195)
+++ PKGBUILD	2016-03-28 09:02:45 UTC (rev 263196)
@@ -4,7 +4,7 @@
 
 pkgname=ktexteditor
 pkgver=5.20.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Advanced embeddable text editor'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/ktexteditor'
@@ -13,9 +13,11 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"
-        'pkgbuild-syntax-highlight.patch')
+        'pkgbuild-syntax-highlight.patch'
+	ktexteditor-selection.patch::"https://quickgit.kde.org/?p=ktexteditor.git&a=commitdiff&h=f7f330b2&o=plain")
 md5sums=('4e4cdc9d49dd3a3a865d91ffaec392ba'
-         '3a03efe92f1403991c51f2859ee092f6')
+         '3a03efe92f1403991c51f2859ee092f6'
+         '4ddfd71ab48c7e1a7f25333c8bdd0f39')
 
 prepare() {
   mkdir -p build
@@ -22,6 +24,8 @@
 
   cd ${pkgname}-${pkgver}
   patch -p0 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
+# Fix text selection
+  patch -p1 -i ../ktexteditor-selection.patch
 }
 
 build() {



More information about the arch-commits mailing list