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

Antonio Rojas arojas at archlinux.org
Wed Dec 23 17:16:19 UTC 2015


    Date: Wednesday, December 23, 2015 @ 18:16:19
  Author: arojas
Revision: 257229

Fix opening rar files with unrar (FS#47463)

Modified:
  ark/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-23 16:40:46 UTC (rev 257228)
+++ PKGBUILD	2015-12-23 17:16:19 UTC (rev 257229)
@@ -5,7 +5,7 @@
 
 pkgname=ark
 pkgver=15.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Archiving Tool'
 arch=(i686 x86_64)
 url='http://kde.org/applications/utilities/ark/'
@@ -17,11 +17,17 @@
 replaces=(kdeutils-ark)
 groups=(kde-applications kdeutils)
 install=$pkgname.install
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-md5sums=('2fe131a931d51603eff33b80d45a73b7')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"
+	bug357057.patch::"https://quickgit.kde.org/?p=ark.git&a=commitdiff&h=087e5a&o=plain")
+md5sums=('2fe131a931d51603eff33b80d45a73b7'
+         '4a3ae6fb4f3cce9a49f7b89812e547b3')
 
 prepare() {
   mkdir -p build
+
+# Fix opening rar files if unrar is installed but rar isn't http://bugs.kde.org/show_bug.cgi?id=357057
+  cd $pkgname-$pkgver
+  patch -p1 -i ../bug357057.patch
 }
 
 build() { 



More information about the arch-commits mailing list