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

Antonio Rojas arojas at archlinux.org
Tue Oct 17 11:49:25 UTC 2017


    Date: Tuesday, October 17, 2017 @ 11:49:24
  Author: arojas
Revision: 308091

Fix broken indentation in some languages

Modified:
  ktexteditor/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-17 11:44:26 UTC (rev 308090)
+++ PKGBUILD	2017-10-17 11:49:24 UTC (rev 308091)
@@ -1,10 +1,11 @@
 # $Id$
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=ktexteditor
 pkgver=5.39.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Advanced embeddable text editor'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
@@ -12,13 +13,18 @@
 depends=('kparts' 'syntax-highlighting' 'libgit2' 'editorconfig-core-c')
 makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
 groups=('kf5')
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}
+        ktexteditor-fix-indentation.patch::"https://cgit.kde.org/ktexteditor.git/patch/?id=aeebeadb")
 sha256sums=('c5d9c67532ab6f3abee8ae2623ff21e6ca5280d5ea9ca5d23bdb55f937e565ae'
-            'SKIP')
+            'SKIP'
+            'a87ef171d67e2dca50a1ec979d316c58e540a46cb135ffd9480ea9237b419b69')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../ktexteditor-fix-indentation.patch # Fix broken indentation in some languages
 }
 
 build() {



More information about the arch-commits mailing list