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

Antonio Rojas arojas at archlinux.org
Sat Nov 9 22:31:49 UTC 2019


    Date: Saturday, November 9, 2019 @ 22:31:49
  Author: arojas
Revision: 367299

Build man pages (FS#64438)

Modified:
  fvwm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-09 21:36:23 UTC (rev 367298)
+++ PKGBUILD	2019-11-09 22:31:49 UTC (rev 367299)
@@ -2,7 +2,7 @@
 
 pkgname=fvwm
 pkgver=2.6.9
-pkgrel=1
+pkgrel=2
 pkgdesc="A multiple large virtual desktop window manager originally derived from twm"
 arch=('x86_64')
 url="http://www.fvwm.org"
@@ -18,7 +18,7 @@
 
 build() {
   cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib --with-stroke-library
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib --with-stroke-library --enable-mandoc
   make
 }
 



More information about the arch-commits mailing list