git » breeze-gtk.git » commit ffd8d49

Plasma 5.6.1

author Antonio Rojas
2016-03-29 16:07:00 UTC
committer Antonio Rojas
2016-03-29 16:07:00 UTC
parent 433475a7c465d09c80f5b126d140a076f8ae47b2

Plasma 5.6.1

PKGBUILD +4 -10

diff --git a/PKGBUILD b/PKGBUILD
index 175087a..58072d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas <arojas@archlinux.org>
 
 pkgname=breeze-gtk
-pkgver=5.6.0
-pkgrel=2
+pkgver=5.6.1
+pkgrel=1
 pkgdesc="Breeze widget theme for GTK 2 and 3"
 arch=(i686 x86_64)
 url='https://quickgit.kde.org/?p=breeze-gtk.git'
@@ -10,17 +10,11 @@ license=(LGPL)
 depends=(qt5-base)
 makedepends=(extra-cmake-modules)
 groups=(plasma)
-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')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
+md5sums=('03eeb9c60ef7f7de5af2570a6cb4a9e3')
 
 prepare(){
   mkdir -p build
-
-  cd $pkgname-$pkgver
-# Fix installation of breeze-dark theme
-  patch -p1 -i ../breeze-dark-gtk.patch
 }
 
 build(){