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

Balló György bgyorgy at archlinux.org
Wed Jul 11 22:28:15 UTC 2018


    Date: Wednesday, July 11, 2018 @ 22:28:15
  Author: bgyorgy
Revision: 357441

upgpkg: gnucash 3.2-2

Enable python bindings (FS#36084)

Modified:
  gnucash/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-11 22:16:36 UTC (rev 357440)
+++ PKGBUILD	2018-07-11 22:28:15 UTC (rev 357441)
@@ -5,7 +5,7 @@
 
 pkgname=gnucash
 pkgver=3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Personal and small-business financial-accounting application'
 arch=(x86_64)
 url='https://gnucash.org/'
@@ -28,6 +28,7 @@
 
   cmake	-DCMAKE_INSTALL_PREFIX=/usr \
         -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+        -DWITH_PYTHON=ON \
         -DHAVE_GWEN_GTK3=ON \
         -DCOMPILE_GSCHEMAS=OFF
   make



More information about the arch-commits mailing list