git » breeze.git » commit ac2303a

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

author Antonio Rojas
2015-10-17 15:58:28 UTC
committer Antonio Rojas
2015-10-17 15:58:28 UTC
parent f8d6184d70c69c62991c24e30699dcb98a8e2e21

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

PKGBUILD +9 -3

diff --git a/PKGBUILD b/PKGBUILD
index 3cd90dc..39c32cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,17 +5,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() {