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

Antonio Rojas arojas at archlinux.org
Sat Oct 17 15:58:28 UTC 2015


    Date: Saturday, October 17, 2015 @ 17:58:28
  Author: arojas
Revision: 249464

Fix missing mimetype icons in breeze-dark (FS#46766)

Modified:
  breeze/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-17 11:15:15 UTC (rev 249463)
+++ PKGBUILD	2015-10-17 15:58:28 UTC (rev 249464)
@@ -6,17 +6,23 @@
 pkgbase=breeze
 pkgname=('breeze' 'breeze-icons' 'breeze-kde4')
 pkgver=5.4.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/breeze'
 license=('LGPL')
 makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs'
              'automoc4' 'kdecoration' 'kcmutils')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz")
-md5sums=('0e1d48eba3d0261023954b46fe7af36e')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz"
+	missing-dark-icons.patch::"https://quickgit.kde.org/?p=breeze.git&a=commitdiff&h=12d8b9a9&o=plain")
+md5sums=('0e1d48eba3d0261023954b46fe7af36e'
+         '7e0b852fb238a59c411f29eff66c014b')
 
 prepare() {
   mkdir build{,-kde4}
+
+  cd $pkgbase-$pkgver
+# Fix missing breeze-dark mimetype icons
+  patch -p1 -i ../missing-dark-icons.patch
 }
 
 build() {



More information about the arch-commits mailing list