git » kaccounts-integration.git » commit 3f6b198

Fix account creation (KDEBUG#354949)

author Antonio Rojas
2015-12-10 07:49:12 UTC
committer Antonio Rojas
2015-12-10 07:49:12 UTC
parent 092e3125c659805c761235f0b29bab90967893f6

Fix account creation (KDEBUG#354949)

PKGBUILD +9 -3

diff --git a/PKGBUILD b/PKGBUILD
index 7a86089..b2452f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=kaccounts-integration
 pkgver=15.08.3
-pkgrel=2
+pkgrel=3
 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=(i686 x86_64)
@@ -11,11 +11,17 @@ license=(GPL)
 groups=(kde-applications kdenetwork)
 depends=(kcmutils signon-kwallet-extension signon-plugin-oauth2 signon-ui)
 makedepends=(extra-cmake-modules kdoctools)
-source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz")
-md5sums=('ffefdb1009cfc113b38f860baf9f2f29')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz"
+	bug354949.patch::"https://quickgit.kde.org/?p=kaccounts-integration.git&a=commitdiff&h=fe6b9c&o=plain")
+md5sums=('ffefdb1009cfc113b38f860baf9f2f29'
+         '7298b99ffab3231ba048390ef9614c72')
 
 prepare() {
   mkdir -p build
+
+# Fix accounts creation http://bugs.kde.org/show_bug.cgi?id=354949
+  cd $pkgname-$pkgver
+  patch -p1 -i ../bug354949.patch
 }
 
 build() {