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

Antonio Rojas arojas at archlinux.org
Sun May 22 20:47:59 UTC 2016


    Date: Sunday, May 22, 2016 @ 22:47:59
  Author: arojas
Revision: 268492

Fix crash with owncloud plugin (KDEBUG#357479)

Modified:
  dolphin/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-22 19:22:03 UTC (rev 268491)
+++ PKGBUILD	2016-05-22 20:47:59 UTC (rev 268492)
@@ -6,7 +6,7 @@
 
 pkgname=dolphin
 pkgver=16.04.1
-pkgrel=1
+pkgrel=2
 pkgdesc="File Manager"
 arch=(i686 x86_64)
 url="http://kde.org/applications/system/dolphin/"
@@ -19,11 +19,17 @@
 conflicts=('kdebase-dolphin<15.08')
 replaces=(kdebase-dolphin)
 groups=(kde-applications kdebase)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-md5sums=('a4e3daa271c15608ff5c29ce8a8936bf')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"
+        kdebug-357479.patch::"https://quickgit.kde.org/?p=dolphin.git&a=commitdiff&h=bed16191&o=plain")
+md5sums=('a4e3daa271c15608ff5c29ce8a8936bf'
+         '5b603e55a2fafaeb355de25d1c5a40ac')
 
 prepare() {
   mkdir -p build
+
+# Fix crash with owncloud plugin http://bugs.kde.org/show_bug.cgi?id=357479
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-357479.patch
 }
 
 build() {



More information about the arch-commits mailing list