author | Antonio Rojas
<arojas@archlinux.org> 2016-09-26 21:17:15 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2016-09-26 21:17:15 UTC |
parent | 599c6cfc6ba0ffe9d9cef25a7a8485be33cd2632 |
PKGBUILD | +3 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 556bb0d..b82c9bb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=breeze-icons pkgver=5.26.0 -pkgrel=1 +pkgrel=2 pkgdesc='Breeze icon themes' arch=('any') url='https://community.kde.org/Frameworks' @@ -22,7 +22,8 @@ build() { cd build cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr + -DCMAKE_INSTALL_PREFIX=/usr \ + -DBINARY_ICONS_RESOURCE=ON make }