git » breeze-icons.git » commit 584a4f6

KF 5.17.0

author Felix Yan
2015-12-12 17:16:48 UTC
committer Felix Yan
2015-12-12 17:16:48 UTC
parent 2e727ea7697144e08f614068b98a7100343f567e

KF 5.17.0

PKGBUILD +4 -9
applet-icons.patch +0 -24

diff --git a/PKGBUILD b/PKGBUILD
index 2074e81..336e2c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,24 +3,19 @@
 # Contributor: Antonio Rojas
 
 pkgname=breeze-icons
-pkgver=5.16.0
-pkgrel=2
+pkgver=5.17.0
+pkgrel=1
 pkgdesc='Breeze icon themes'
 arch=('any')
 url='https://projects.kde.org/projects/kde/workspace/breeze'
 license=('LGPL')
 groups=('kf5')
 makedepends=('extra-cmake-modules' 'qt5-base')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz" applet-icons.patch)
-md5sums=('649b3b20669d052abe3ebc639ef0c705'
-         'ef4b101e95bcaad33a6797e01deef984')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+md5sums=('9559ac7cc25959800ecfc8ab3b2d4ee5')
 
 prepare() {
   mkdir -p build
-
-# Install applet icons https://bugs.kde.org/show_bug.cgi?id=355676
-  cd $pkgname-$pkgver
-  patch -p1 -i ../applet-icons.patch
 }
 
 build() {
diff --git a/applet-icons.patch b/applet-icons.patch
deleted file mode 100644
index 198a164..0000000
--- a/applet-icons.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -ur breeze-icons-5.16.0.orig/icons/CMakeLists.txt breeze-icons-5.16.0/icons/CMakeLists.txt
---- breeze-icons-5.16.0.orig/icons/CMakeLists.txt	2015-11-08 12:58:09.000000000 +0100
-+++ breeze-icons-5.16.0/icons/CMakeLists.txt	2015-11-22 10:37:17.223501606 +0100
-@@ -11,7 +11,7 @@
- 
- ########### install files ###############
- 
--set( breeze_icon_dirs  actions apps categories devices emblems emotes mimetypes places status )
-+set( breeze_icon_dirs  actions applets apps categories devices emblems emotes mimetypes places status )
- 
- 
- set(BREEZE_INSTALL_DIR ${ICON_INSTALL_DIR}/breeze)
-diff -ur breeze-icons-5.16.0.orig/icons-dark/CMakeLists.txt breeze-icons-5.16.0/icons-dark/CMakeLists.txt
---- breeze-icons-5.16.0.orig/icons-dark/CMakeLists.txt	2015-11-08 12:58:09.000000000 +0100
-+++ breeze-icons-5.16.0/icons-dark/CMakeLists.txt	2015-11-22 10:37:34.356830327 +0100
-@@ -11,7 +11,7 @@
- 
- ########### install files ###############
- 
--set( breeze_icon_dark_dirs  actions apps categories devices emblems emotes mimetypes places status)
-+set( breeze_icon_dark_dirs  actions applets apps categories devices emblems emotes mimetypes places status)
- 
- 
- set(BREEZE_INSTALL_DIR ${ICON_INSTALL_DIR}/breeze-dark)