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

Antonio Rojas arojas at archlinux.org
Fri Oct 2 21:18:01 UTC 2015


    Date: Friday, October 2, 2015 @ 23:18:01
  Author: arojas
Revision: 248283

Fix delete in fish protocol (KDEBUG#351309)

Modified:
  kio-extras/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-02 19:22:55 UTC (rev 248282)
+++ PKGBUILD	2015-10-02 21:18:01 UTC (rev 248283)
@@ -5,7 +5,7 @@
 
 pkgname=kio-extras
 pkgver=15.08.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Additional components to increase the functionality of KIO"
 arch=(i686 x86_64)
 url='https://projects.kde.org/projects/kde/workspace/kio-extras'
@@ -14,11 +14,17 @@
 makedepends=(extra-cmake-modules kdoctools)
 groups=(kde-applications kdenetwork)
 install=$pkgname.install
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-md5sums=('b2f48f8a2545b87273fa1caa50e4cf00')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"
+	fish-delete.patch::"https://quickgit.kde.org/?p=kio-extras.git&a=commitdiff&h=311f7e1&o=plain")
+md5sums=('b2f48f8a2545b87273fa1caa50e4cf00'
+         'd0d808ed2e7d8162cdc4c694c6e2f37f')
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix delete in fish protocol https://bugs.kde.org/show_bug.cgi?id=351309
+  patch -p1 -i ../fish-delete.patch
 }
 
 build() {



More information about the arch-commits mailing list