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

Antonio Rojas arojas at archlinux.org
Mon Sep 26 21:17:16 UTC 2016


    Date: Monday, September 26, 2016 @ 21:17:15
  Author: arojas
Revision: 276995

Compile binary resource (FS#50900)

Modified:
  breeze-icons/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-26 21:16:09 UTC (rev 276994)
+++ PKGBUILD	2016-09-26 21:17:15 UTC (rev 276995)
@@ -5,7 +5,7 @@
 
 pkgname=breeze-icons
 pkgver=5.26.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Breeze icon themes'
 arch=('any')
 url='https://community.kde.org/Frameworks'
@@ -23,7 +23,8 @@
   cd build
   cmake ../${pkgname}-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBINARY_ICONS_RESOURCE=ON
   make
 }
 



More information about the arch-commits mailing list