git » breeze-icons.git » commit 55be2da

Compile binary resource (FS#50900)

author Antonio Rojas
2016-09-26 21:17:15 UTC
committer Antonio Rojas
2016-09-26 21:17:15 UTC
parent 599c6cfc6ba0ffe9d9cef25a7a8485be33cd2632

Compile binary resource (FS#50900)

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
 }