gnucash unstable: Multiple changes pushed
John Ralls
jralls at code.gnucash.org
Tue Nov 28 17:59:12 EST 2017
Updated via https://github.com/Gnucash/gnucash/commit/5204100d (commit)
via https://github.com/Gnucash/gnucash/commit/e92a1b37 (commit)
via https://github.com/Gnucash/gnucash/commit/831640b5 (commit)
from https://github.com/Gnucash/gnucash/commit/0afef080 (commit)
commit 5204100d53b67fda3960f58568331d4822eab6bf
Author: John Ralls <jralls at ceridwen.us>
Date: Tue Nov 28 14:25:35 2017 -0800
Use GNUInstallDirs in CMake Builds
Provides correct file layout when building distribution tarballs.
Fixes Bugs 790840 and 790841.
commit e92a1b3723e7ddfa72d1fa40c6b3a79b7e1e19f7
Author: John Ralls <jralls at ceridwen.us>
Date: Tue Nov 28 14:25:24 2017 -0800
Fix python tests in tarball builds.
commit 831640b546805ce2896ee6a5df3df7af428bc3c9
Author: John Ralls <jralls at ceridwen.us>
Date: Tue Nov 28 09:53:06 2017 -0800
Remove common/test-core/unittest_support.py from git.
It's a SWIG-generated file accidentally added during directory
rearrangement.
Summary of changes:
CMakeLists.txt | 31 ++--
bindings/python/Makefile.am | 17 ++-
bindings/python/tests/CMakeLists.txt | 1 +
borrowed/goffice/CMakeLists.txt | 6 +-
borrowed/gwengui-gtk3/CMakeLists.txt | 6 +-
cmake/CMakeLists.txt | 6 +-
common/test-core/CMakeLists.txt | 3 +-
common/test-core/unittest_support.py | 166 ---------------------
data/accounts/CMakeLists.txt | 2 +-
data/checks/CMakeLists.txt | 2 +-
gnucash/CMakeLists.txt | 15 +-
gnucash/gnome-search/CMakeLists.txt | 10 +-
gnucash/gnome-utils/CMakeLists.txt | 10 +-
gnucash/gnome/CMakeLists.txt | 6 +-
gnucash/html/CMakeLists.txt | 10 +-
gnucash/import-export/CMakeLists.txt | 10 +-
gnucash/import-export/aqb/CMakeLists.txt | 8 +-
gnucash/import-export/bi-import/CMakeLists.txt | 8 +-
gnucash/import-export/csv-exp/CMakeLists.txt | 8 +-
gnucash/import-export/csv-imp/CMakeLists.txt | 8 +-
.../import-export/customer-import/CMakeLists.txt | 8 +-
gnucash/import-export/log-replay/CMakeLists.txt | 8 +-
gnucash/import-export/ofx/CMakeLists.txt | 8 +-
gnucash/import-export/qif-imp/CMakeLists.txt | 8 +-
gnucash/import-export/qif/CMakeLists.txt | 8 +-
gnucash/overrides/CMakeLists.txt | 2 +-
gnucash/python/CMakeLists.txt | 6 +-
gnucash/register/ledger-core/CMakeLists.txt | 8 +-
gnucash/register/register-core/CMakeLists.txt | 10 +-
gnucash/register/register-gnome/CMakeLists.txt | 8 +-
gnucash/report/locale-specific/us/CMakeLists.txt | 8 +-
gnucash/report/report-gnome/CMakeLists.txt | 10 +-
gnucash/report/report-system/CMakeLists.txt | 10 +-
gnucash/report/stylesheets/CMakeLists.txt | 8 +-
libgnucash/app-utils/CMakeLists.txt | 18 +--
libgnucash/backend/dbi/CMakeLists.txt | 8 +-
libgnucash/backend/sql/CMakeLists.txt | 6 +-
libgnucash/backend/xml/CMakeLists.txt | 14 +-
libgnucash/core-utils/CMakeLists.txt | 12 +-
libgnucash/engine/CMakeLists.txt | 12 +-
libgnucash/gnc-module/CMakeLists.txt | 8 +-
libgnucash/quotes/CMakeLists.txt | 2 +-
libgnucash/scm/CMakeLists.txt | 2 +-
libgnucash/tax/us/CMakeLists.txt | 8 +-
44 files changed, 189 insertions(+), 344 deletions(-)
delete mode 100644 common/test-core/unittest_support.py
More information about the gnucash-patches
mailing list