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

Antonio Rojas arojas at archlinux.org
Tue Jul 2 21:49:04 UTC 2019


    Date: Tuesday, July 2, 2019 @ 21:49:04
  Author: arojas
Revision: 357243

Fix crash on tab right-click

Modified:
  kile/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-02 21:06:18 UTC (rev 357242)
+++ PKGBUILD	2019-07-02 21:49:04 UTC (rev 357243)
@@ -3,7 +3,7 @@
 
 pkgname=kile
 pkgver=2.9.92
-pkgrel=1
+pkgrel=2
 pkgdesc="A user friendly TeX/LaTeX frontend for KDE"
 arch=('x86_64')
 license=('GPL2')
@@ -11,11 +11,16 @@
 depends=('ktexteditor' 'kinit' 'okular' 'khtml' 'texlive-core')
 makedepends=('extra-cmake-modules' 'kdoctools')
 optdepends=('konsole: embedded terminal')
-source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2")
-sha256sums=('177372dc25b1d109e037a7dbfc64b5dab2efe538320c87f4a8ceada21e9097f2')
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2"
+         kdebug-400191.patch::"https://cgit.kde.org/kile.git/patch/?id=f9de688e")
+sha256sums=('177372dc25b1d109e037a7dbfc64b5dab2efe538320c87f4a8ceada21e9097f2'
+            '934fcf02e8f5ceeb46dc2ecb9010f929aa7d2d8ac81d2761d1464bb2d08e8781')
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-400191.patch
 }
 
 build() {



More information about the arch-commits mailing list