[arch-commits] Commit in kaccounts-integration/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Dec 10 07:49:13 UTC 2015
Date: Thursday, December 10, 2015 @ 08:49:12
Author: arojas
Revision: 255729
Fix account creation (KDEBUG#354949)
Modified:
kaccounts-integration/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-12-10 07:38:40 UTC (rev 255728)
+++ PKGBUILD 2015-12-10 07:49:12 UTC (rev 255729)
@@ -3,7 +3,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)
@@ -12,11 +12,17 @@
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() {
More information about the arch-commits
mailing list