author | Antonio Rojas
<arojas@archlinux.org> 2020-02-17 14:16:08 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2020-02-17 14:16:08 UTC |
parent | 89c39f91d1cb4aa4fbd48948ff0361683e51e695 |
PKGBUILD | +8 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 99f5ae6..c97202e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=kaccounts-integration pkgver=19.12.2 -pkgrel=1 +pkgrel=2 pkgdesc='Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others' arch=(x86_64) @@ -11,14 +11,19 @@ license=(GPL) groups=(kde-applications kdenetwork) depends=(kcmutils signon-kwallet-extension signon-plugin-oauth2 signon-ui) 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-415267.patch::"https://cgit.kde.org/kaccounts-integration.git/patch/?id=2420b04e") sha256sums=('fefc25a7bfad2bb00462df0797ce18e28ff0a5a536ba465f856bdcfe6c8504d4' - 'SKIP') + 'SKIP' + '5df8f84b9b8d5f18a352f31af5421b9baa0daa070e123c3fc08ed3c0dcc466b8') validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid@kde.org> F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck@kde.org> prepare() { mkdir -p build + + cd $pkgname-$pkgver + patch -p1 -i ../kdebug-415267.patch # Unbreak accounts KCM } build() {