[arch-commits] Commit in telepathy-kde-integration-module/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Apr 30 17:40:38 UTC 2020
Date: Thursday, April 30, 2020 @ 17:40:38
Author: arojas
Revision: 381986
Fix delay on Plasma startup (FS#66420)
Modified:
telepathy-kde-integration-module/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-30 15:24:30 UTC (rev 381985)
+++ PKGBUILD 2020-04-30 17:40:38 UTC (rev 381986)
@@ -5,7 +5,7 @@
pkgname=telepathy-kde-integration-module
_pkgname=ktp-kded-module
pkgver=20.04.0
-pkgrel=1
+pkgrel=2
pkgdesc='Sits in KDED and takes care of various bits of system integration like setting user to auto-away or handling connection errors'
arch=(x86_64)
url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
@@ -13,14 +13,19 @@
groups=(kde-applications kdenetwork telepathy-kde)
depends=(telepathy-kde-common-internals kidletime kactivities)
makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig}
+ kdebug-420549.patch::"https://cgit.kde.org/ktp-kded-module.git/patch/?id=5b412673")
sha256sums=('ee0e318c6063803aed0c6567fbd579cc207ff3eb44056b9f80c1cadfb4e4c43e'
- 'SKIP')
+ 'SKIP'
+ '9d656b959da8068a2441a51087e4913f5d93a76dc1062afe1d83cd2a489211fa')
validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
prepare() {
mkdir -p build
+
+ cd ktp-kded-module-$pkgver
+ patch -p1 -i ../kdebug-420549.patch # Fix delay on Plasma startup
}
build() {
More information about the arch-commits
mailing list