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

Gaëtan Bisson bisson at archlinux.org
Tue May 5 21:24:11 UTC 2020


    Date: Tuesday, May 5, 2020 @ 21:24:10
  Author: bisson
Revision: 382352

fix FS#66552

Modified:
  inkscape/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-05 21:18:44 UTC (rev 382351)
+++ PKGBUILD	2020-05-05 21:24:10 UTC (rev 382352)
@@ -5,7 +5,7 @@
 pkgname=inkscape
 pkgver=1.0
 _commit=4035a4fb499b37632e8788731a2d3425d5a6bc2a
-pkgrel=2
+pkgrel=3
 pkgdesc='Professional vector graphics editor'
 url='https://inkscape.org/'
 license=('GPL' 'LGPL')
@@ -56,7 +56,7 @@
 	mkdir -p build
 	export PKG_CONFIG_PATH='/usr/lib/imagemagick6/pkgconfig'
 	cmake -H${pkgname} -Bbuild \
-		-DCMAKE_BUILD_TYPE=None \
+		-DCMAKE_BUILD_TYPE=Release \
 		-DCMAKE_INSTALL_PREFIX:PATH=/usr \
 		-DWITH_DBUS=ON \
 



More information about the arch-commits mailing list