breeze removed the icons

This commit is contained in:
AlmAck 2015-11-13 22:48:44 +00:00
parent 7d4de2d415
commit fad1438591

View File

@ -4,7 +4,7 @@ source ../plasma.conf
pkgbase=breeze pkgbase=breeze
pkgname=('breeze' 'breeze-kde4') pkgname=('breeze' 'breeze-kde4')
pkgver=${PSubVersion} pkgver=${PSubVersion}
pkgrel=2 pkgrel=3
pkgdesc='Artwork, styles and assets for the Breeze visual style for the Plasma Desktop' pkgdesc='Artwork, styles and assets for the Breeze visual style for the Plasma Desktop'
arch=('x86_64') arch=('x86_64')
url='https://projects.kde.org/projects/kde/workspace/breeze' url='https://projects.kde.org/projects/kde/workspace/breeze'
@ -41,6 +41,9 @@ package_breeze() {
cd build cd build
make DESTDIR="${pkgdir}" install make DESTDIR="${pkgdir}" install
# split off icons
rm -r "$pkgdir"/usr/share/icons/{breeze,breeze-dark}
# make QtCurve preset and color scheme available for KDE4 too # make QtCurve preset and color scheme available for KDE4 too
install -d "$pkgdir"/usr/share/apps/{QtCurve,color-schemes} install -d "$pkgdir"/usr/share/apps/{QtCurve,color-schemes}