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

Antonio Rojas arojas at archlinux.org
Fri Aug 14 22:51:31 UTC 2015


    Date: Saturday, August 15, 2015 @ 00:51:31
  Author: arojas
Revision: 243716

Fix custom folder icons (KDEBUG#350612)

Modified:
  kio/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-14 22:34:58 UTC (rev 243715)
+++ PKGBUILD	2015-08-14 22:51:31 UTC (rev 243716)
@@ -4,7 +4,7 @@
 
 pkgname=kio
 pkgver=5.13.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Resource and network access abstraction'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kio'
@@ -15,11 +15,16 @@
 optdepends=('kio-extras: extra protocols support (sftp, fish and more)')
 groups=('kf5')
 install=kio.install
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('315c79dc4fb128343d18bfd9ef18a726')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz" 'custom-folder-icons.patch')
+md5sums=('315c79dc4fb128343d18bfd9ef18a726'
+         '9b534ca29ef53644344541c5c770ff51')
 
 prepare() {
   mkdir -p build
+
+# Fix custom folder icons https://bugs.kde.org/show_bug.cgi?id=350612
+  cd $pkgname-$pkgver
+  patch -p1 -i "$srcdir"/custom-folder-icons.patch
 }
 
 build() {



More information about the arch-commits mailing list