[arch-commits] Commit in kate/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Dec 13 09:18:02 UTC 2015
Date: Sunday, December 13, 2015 @ 10:18:02
Author: arojas
Revision: 256017
Fix lingering process with KF 5.17 (FS#47352)
Modified:
kate/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-12-12 23:31:19 UTC (rev 256016)
+++ PKGBUILD 2015-12-13 09:18:02 UTC (rev 256017)
@@ -6,16 +6,21 @@
pkgname=('kwrite'
'kate')
pkgver=15.08.3
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
license=('GPL' 'LGPL' 'FDL')
depends=('knewstuff' 'ktexteditor' 'threadweaver' 'kded' 'kitemmodels' 'kactivities-frameworks')
makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz")
-sha1sums=('df6d4fbfb5af79aa67051b1967fb00aecefcd920')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz" lingering-process.patch)
+sha1sums=('df6d4fbfb5af79aa67051b1967fb00aecefcd920'
+ 'c3c017c429f3db6c458cd905d51356dc63d4a00c')
prepare() {
mkdir -p build
+
+# Fix lingering process after closing window
+ cd $pkgbase-$pkgver
+ patch -p1 -i ../lingering-process.patch
}
build() {
More information about the arch-commits
mailing list