author | Antonio Rojas
<arojas@archlinux.org> 2015-11-22 09:51:12 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2015-11-22 09:51:12 UTC |
parent | a2b726e46cb8a189026e17c7bdae7d4a52b4753e |
PKGBUILD | +8 | -3 |
applet-icons.patch | +24 | -0 |
diff --git a/PKGBUILD b/PKGBUILD index 246112c..2074e81 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,18 +4,23 @@ 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' 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() { diff --git a/applet-icons.patch b/applet-icons.patch new file mode 100644 index 0000000..198a164 --- /dev/null +++ b/applet-icons.patch @@ -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)