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

Antonio Rojas arojas at archlinux.org
Mon Sep 19 06:00:35 UTC 2016


    Date: Monday, September 19, 2016 @ 06:00:35
  Author: arojas
Revision: 276693

Fix opnening RAR files with shared-mime-info 1.7 (FS#50825)

Modified:
  ark/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-19 00:16:40 UTC (rev 276692)
+++ PKGBUILD	2016-09-19 06:00:35 UTC (rev 276693)
@@ -5,7 +5,7 @@
 
 pkgname=ark
 pkgver=16.08.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Archiving Tool'
 arch=(i686 x86_64)
 url='http://kde.org/applications/utilities/ark/'
@@ -16,11 +16,17 @@
 conflicts=(kdeutils-ark)
 replaces=(kdeutils-ark)
 groups=(kde-applications kdeutils)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-md5sums=('4c8d6a236436e1fc8b5bfe629243e223')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"
+        kdebug-368786.patch::"https://quickgit.kde.org/?p=ark.git&a=commitdiff&h=9a9a8510&o=plain")
+md5sums=('4c8d6a236436e1fc8b5bfe629243e223'
+         '40ae44a105c9bf0c235d5f55afeda34c')
 
 prepare() {
   mkdir -p build
+
+# Fix opnening RAR files with shared-mime-info 1.7 http://bugs.kde.org/show_bug.cgi?id=368786
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-368786.patch
 }
 
 build() { 



More information about the arch-commits mailing list