pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gnucash-devel: add commented out conversion to use cmake
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <tk%giga.or.at@localhost>
Pushed By: wiz
Date: Tue Jan 23 13:55:14 2018 +0100
Changeset: c2e617f2a57257f03df3567449ce701be0750151
Modified Files:
gnucash-devel/Makefile
Log Message:
gnucash-devel: add commented out conversion to use cmake
does not work completely yet, reported upstream.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c2e617f2a57257f03df3567449ce701be0750151
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gnucash-devel/Makefile | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
diffs:
diff --git a/gnucash-devel/Makefile b/gnucash-devel/Makefile
index b5fcd1b1a2..4bffd1ba08 100644
--- a/gnucash-devel/Makefile
+++ b/gnucash-devel/Makefile
@@ -25,15 +25,22 @@ USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake intltool makeinfo msgfmt perl:run pkg-config
+
+INFO_FILES= yes
+
USE_TOOLS+= autoconf automake autoreconf
GNU_CONFIGURE= yes
-INFO_FILES= YES
-
CONFIGURE_ARGS+= --disable-error-on-warning
CONFIGURE_ARGS+= --with-xdg-data-dirs=${PREFIX}/share
CONFIGURE_ARGS+= GTEST_ROOT=${WRKDIR}/googletest-release-1.8.0/googletest
CONFIGURE_ARGS+= GMOCK_ROOT=${WRKDIR}/googletest-release-1.8.0/googlemock
+#USE_CMAKE= yes
+#CMAKE_ARGS+= -DGMOCK_ROOT=${WRKDIR}/googletest-release-1.8.0/googlemock
+#CMAKE_ARGS+= -DGTEST_ROOT=${WRKDIR}/googletest-release-1.8.0/googletest
+#CMAKE_ARGS+= -DWITH_AQBANKING=OFF
+#BUILDLINK_TRANSFORM+= rm:-Werror
+
REPLACE_PERL+= common/gnc-test-env.pl
REPLACE_PERL+= libgnucash/backend/xml/test/grab-types.pl
REPLACE_PERL+= libgnucash/quotes/gnc-fq-dump
@@ -46,6 +53,10 @@ CONF_FILES+= ${PREFIX}/share/examples/gnucash/gnucash/config ${PKG_SYSCONFDIR}/
CONF_FILES+= ${PREFIX}/share/examples/gnucash/gnucash/environment ${PKG_SYSCONFDIR}/environment
INSTALL_MAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples/gnucash
+# for CMake build
+#pre-build:
+# ${MKDIR} -p ${WRKDIR}/.home/.local/share
+
.include "options.mk"
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.40.0
Home |
Main Index |
Thread Index |
Old Index