[arch-commits] Commit in kcoreaddons/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Apr 27 10:18:05 UTC 2016


    Date: Wednesday, April 27, 2016 @ 12:18:03
  Author: arojas
Revision: 266198

Fix krandom regression (KDEBUG#362161)

Modified:
  kcoreaddons/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-27 06:33:42 UTC (rev 266197)
+++ PKGBUILD	2016-04-27 10:18:03 UTC (rev 266198)
@@ -13,11 +13,17 @@
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 install=${pkgname}.install
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('f3823cbe368197f64ec692e3e6688865')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"
+        kdebug-362161.patch::"https://quickgit.kde.org/?p=kcoreaddons.git&a=commitdiff&h=78212436&o=plain")
+md5sums=('f3823cbe368197f64ec692e3e6688865'
+         'f38d38a9ea2962918fd8b08f627efccb')
 
 prepare() {
   mkdir -p build
+
+# Fix krandom regression https://bugs.kde.org/show_bug.cgi?id=362161
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-362161.patch
 }
 
 build() {



More information about the arch-commits mailing list