git » breeze-gtk.git » commit 433475a

Fix breeze-dark theme installation (FS#48697)

author Antonio Rojas
2016-03-26 09:03:58 UTC
committer Antonio Rojas
2016-03-26 09:03:58 UTC
parent c1dba7976076645248fb7bf91578e351a143ed95

Fix breeze-dark theme installation (FS#48697)

PKGBUILD +9 -3

diff --git a/PKGBUILD b/PKGBUILD
index 43dc9bf..175087a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=breeze-gtk
 pkgver=5.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Breeze widget theme for GTK 2 and 3"
 arch=(i686 x86_64)
 url='https://quickgit.kde.org/?p=breeze-gtk.git'
@@ -10,11 +10,17 @@ license=(LGPL)
 depends=(qt5-base)
 makedepends=(extra-cmake-modules)
 groups=(plasma)
-source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
-md5sums=('e46e9d3b90cf19b20afb4ec6789131e0')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"
+	breeze-dark-gtk.patch::"https://quickgit.kde.org/?p=breeze-gtk.git&a=commitdiff&h=1a547a83&o=plain")
+md5sums=('e46e9d3b90cf19b20afb4ec6789131e0'
+         '260c22eae711464771212cc133c1b2d2')
 
 prepare(){
   mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix installation of breeze-dark theme
+  patch -p1 -i ../breeze-dark-gtk.patch
 }
 
 build(){