pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gnucash-devel: fix dependencies
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <tk%giga.or.at@localhost>
Pushed By: wiz
Date: Wed Mar 21 22:35:24 2018 +0100
Changeset: de486d9f3221e7b379dcb2bf43a47c382721b6e7
Modified Files:
gnucash-devel/Makefile
gnucash-devel/options.mk
Log Message:
gnucash-devel: fix dependencies
it currently does not support libsecret nor gnome-keyring;
it needs a libdbi-driver backend at least for building
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=de486d9f3221e7b379dcb2bf43a47c382721b6e7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gnucash-devel/Makefile | 5 +----
gnucash-devel/options.mk | 1 +
2 files changed, 2 insertions(+), 4 deletions(-)
diffs:
diff --git a/gnucash-devel/Makefile b/gnucash-devel/Makefile
index 1dacff8180..e3178992ca 100644
--- a/gnucash-devel/Makefile
+++ b/gnucash-devel/Makefile
@@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.248 2017/07/03 11:49:37 wiz Exp $
DISTNAME= gnucash-2.7.7
+PKGREVISION= 1
CATEGORIES= finance
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnucash/}
EXTRACT_SUFX= .tar.bz2
@@ -73,10 +74,6 @@ BUILDLINK_API_DEPENDS.boost-headers+= boost-headers>=1.64.0nb3
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
.include "../../lang/guile22/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gnome-keyring+= gnome-keyring>=0.6
-.include "../../security/gnome-keyring/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libsecret+= libsecret>=0.18
-.include "../../security/libsecret/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../textproc/icu/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
diff --git a/gnucash-devel/options.mk b/gnucash-devel/options.mk
index c9fb0e068c..9fb613e656 100644
--- a/gnucash-devel/options.mk
+++ b/gnucash-devel/options.mk
@@ -17,6 +17,7 @@ CMAKE_ARGS+= -DWITH_OFX=OFF
.if !empty(PKG_OPTIONS:Mlibdbi)
CMAKE_ARGS+= -DWITH_SQL=ON
PLIST_SRC+= PLIST.dbi
+BUILD_DEPENDS+= libdbi-driver-sqlite3-[0-9]*:../../databases/libdbi-driver-sqlite3
.include "../../databases/libdbi/buildlink3.mk"
.else
CMAKE_ARGS+= -DWITH_SQL=OFF
Home |
Main Index |
Thread Index |
Old Index