pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/finance/gnucash
Module Name: pkgsrc
Committed By: wiz
Date: Sat Jan 28 22:47:07 UTC 2023
Modified Files:
pkgsrc/finance/gnucash: Makefile options.mk
Log Message:
gnucash: with python option, depend on py-gobject3
init.py imports gi
Bump PKGREVISION since python option is on by default.
To generate a diff of this commit:
cvs rdiff -u -r1.329 -r1.330 pkgsrc/finance/gnucash/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/finance/gnucash/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/finance/gnucash/Makefile
diff -u pkgsrc/finance/gnucash/Makefile:1.329 pkgsrc/finance/gnucash/Makefile:1.330
--- pkgsrc/finance/gnucash/Makefile:1.329 Tue Jan 24 18:36:25 2023
+++ pkgsrc/finance/gnucash/Makefile Sat Jan 28 22:47:06 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.329 2023/01/24 18:36:25 wiz Exp $
+# $NetBSD: Makefile,v 1.330 2023/01/28 22:47:06 wiz Exp $
DISTNAME= gnucash-4.13
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= finance
MASTER_SITES= ${MASTER_SITE_GITHUB:=gnucash/}
EXTRACT_SUFX= .tar.bz2
Index: pkgsrc/finance/gnucash/options.mk
diff -u pkgsrc/finance/gnucash/options.mk:1.5 pkgsrc/finance/gnucash/options.mk:1.6
--- pkgsrc/finance/gnucash/options.mk:1.5 Mon Aug 8 10:29:33 2022
+++ pkgsrc/finance/gnucash/options.mk Sat Jan 28 22:47:06 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2022/08/08 10:29:33 wiz Exp $
+# $NetBSD: options.mk,v 1.6 2023/01/28 22:47:06 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gnucash
PKG_SUPPORTED_OPTIONS= libdbi libofx gnucash-finance-quote python
@@ -39,6 +39,8 @@ PLIST_SRC+= PLIST.python
# /usr/pkg/share/gnucash/python/pycons/console.py imports readline
DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline
+# /usr/pkg/share/gnucash/python/init.py imports gi
+DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
Home |
Main Index |
Thread Index |
Old Index