[arch-commits] Commit in breeze-icons/trunk (PKGBUILD applet-icons.patch)

Antonio Rojas arojas at archlinux.org
Sun Nov 22 09:51:12 UTC 2015


    Date: Sunday, November 22, 2015 @ 10:51:12
  Author: arojas
Revision: 251870

Install applet icons for Plasma 5.5

Added:
  breeze-icons/trunk/applet-icons.patch
Modified:
  breeze-icons/trunk/PKGBUILD

--------------------+
 PKGBUILD           |   11 ++++++++---
 applet-icons.patch |   24 ++++++++++++++++++++++++
 2 files changed, 32 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-22 08:19:30 UTC (rev 251869)
+++ PKGBUILD	2015-11-22 09:51:12 UTC (rev 251870)
@@ -5,7 +5,7 @@
 
 pkgname=breeze-icons
 pkgver=5.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Breeze icon themes'
 arch=('any')
 url='https://projects.kde.org/projects/kde/workspace/breeze'
@@ -12,11 +12,16 @@
 license=('LGPL')
 groups=('kf5')
 makedepends=('extra-cmake-modules' 'qt5-base')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
-md5sums=('649b3b20669d052abe3ebc639ef0c705')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz" applet-icons.patch)
+md5sums=('649b3b20669d052abe3ebc639ef0c705'
+         'ef4b101e95bcaad33a6797e01deef984')
 
 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() {

Added: applet-icons.patch
===================================================================
--- applet-icons.patch	                        (rev 0)
+++ applet-icons.patch	2015-11-22 09:51:12 UTC (rev 251870)
@@ -0,0 +1,24 @@
+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)



More information about the arch-commits mailing list