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

Antonio Rojas arojas at archlinux.org
Mon Feb 13 12:52:45 UTC 2017


    Date: Monday, February 13, 2017 @ 12:52:44
  Author: arojas
Revision: 288876

-DBUILD_TESTING=OFF

Modified:
  breeze-icons/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-13 12:44:00 UTC (rev 288875)
+++ PKGBUILD	2017-02-13 12:52:44 UTC (rev 288876)
@@ -26,7 +26,8 @@
   cmake ../${pkgname}-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DBINARY_ICONS_RESOURCE=ON
+    -DBINARY_ICONS_RESOURCE=ON \
+    -DBUILD_TESTING=OFF
   make
 }
 



More information about the arch-commits mailing list