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

Gaëtan Bisson bisson at archlinux.org
Wed Mar 18 19:33:56 UTC 2020


    Date: Wednesday, March 18, 2020 @ 19:33:55
  Author: bisson
Revision: 377873

build with gdk

Modified:
  fontforge/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-18 19:24:03 UTC (rev 377872)
+++ PKGBUILD	2020-03-18 19:33:55 UTC (rev 377873)
@@ -4,7 +4,7 @@
 
 pkgname=fontforge
 pkgver=20200314
-pkgrel=1
+pkgrel=2
 pkgdesc='Outline and bitmap font editor'
 url='https://fontforge.github.io/'
 arch=('x86_64')
@@ -20,10 +20,10 @@
 	install -d build
 	cd build
 	cmake \
+		-DCMAKE_BUILD_TYPE=Release \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DENABLE_MAINTAINER_TOOLS=TRUE \
 		-DENABLE_FONTFORGE_EXTRAS=TRUE \
-		-DENABLE_X11=TRUE \
 		-DUNIX=TRUE \
 		..
 



More information about the arch-commits mailing list