gnucash master: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Thu Aug 17 09:27:10 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/4d5a37d2 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f943ba61 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a25001df (commit)
	from  https://github.com/Gnucash/gnucash/commit/7fd38c88 (commit)



commit 4d5a37d292308aa3c1bafbbb2dc26d18ead00225
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Thu Aug 17 15:26:54 2017 +0200

    Minor cleanupus in .gitignore

commit f943ba61aefd8fda2288ebf2a465689762243c9c
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Thu Aug 17 15:25:41 2017 +0200

    Rename directory for code from external projects
    
    'lib' is also being used by the cmake build, so there was a
    theoretical risk for file conflicts. The new name is 'borrowed'.

commit a25001dfe62002c14aa91b74192c9bfd8b08db17
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Thu Aug 17 13:05:02 2017 +0200

    Win32: drop goffice directory from path
    
    Gnucash is not using goffice any more



Summary of changes:
 .gitignore                                        |  2 +-
 CMakeLists.txt                                    |  6 +++---
 Makefile.am                                       |  2 +-
 borrowed/CMakeLists.txt                           |  5 +++++
 {lib => borrowed}/Makefile.am                     |  0
 {lib => borrowed}/README                          |  0
 {lib => borrowed}/goffice/CMakeLists.txt          |  0
 {lib => borrowed}/goffice/Makefile.am             |  0
 {lib => borrowed}/goffice/README                  |  0
 {lib => borrowed}/goffice/go-charmap-sel.c        |  0
 {lib => borrowed}/goffice/go-charmap-sel.h        |  0
 {lib => borrowed}/goffice/go-glib-extras.c        |  0
 {lib => borrowed}/goffice/go-glib-extras.h        |  0
 {lib => borrowed}/goffice/go-optionmenu.c         |  0
 {lib => borrowed}/goffice/go-optionmenu.h         |  0
 {lib => borrowed}/libc/CMakeLists.txt             |  0
 {lib => borrowed}/libc/Makefile.am                |  0
 {lib => borrowed}/libc/libc-missing-noop.c        |  0
 {lib => borrowed}/libc/pow.h                      |  0
 {lib => borrowed}/libc/setenv.c                   |  0
 {lib => borrowed}/libc/setenv.h                   |  0
 {lib => borrowed}/libc/strfmon.c                  |  0
 {lib => borrowed}/libc/strfmon.h                  |  0
 {lib => borrowed}/libc/strptime.c                 |  0
 {lib => borrowed}/libc/strptime.h                 |  0
 configure.ac                                      |  6 +++---
 gnucash/CMakeLists.txt                            |  2 +-
 gnucash/gnome-utils/Makefile.am                   |  4 ++--
 gnucash/gnome/CMakeLists.txt                      |  2 +-
 gnucash/gnome/Makefile.am                         |  2 +-
 gnucash/html/Makefile.am                          |  4 ++--
 gnucash/import-export/bi-import/Makefile.am       |  4 ++--
 gnucash/import-export/csv-exp/Makefile.am         |  4 ++--
 gnucash/import-export/csv-imp/CMakeLists.txt      | 17 ++++++++---------
 gnucash/import-export/csv-imp/Makefile.am         |  9 ++++-----
 gnucash/import-export/csv-imp/gnc-tokenizer.cpp   |  2 +-
 gnucash/import-export/csv-imp/test/Makefile.am    |  3 +--
 gnucash/import-export/customer-import/Makefile.am |  4 ++--
 lib/CMakeLists.txt                                |  5 -----
 libgnucash/app-utils/Makefile.am                  |  2 +-
 libgnucash/backend/dbi/Makefile.am                |  2 +-
 libgnucash/backend/dbi/test/Makefile.am           |  4 ++--
 libgnucash/backend/sql/Makefile.am                |  2 +-
 libgnucash/backend/sql/test/Makefile.am           |  4 ++--
 libgnucash/backend/xml/Makefile.am                |  2 +-
 libgnucash/backend/xml/test/Makefile.am           |  4 ++--
 libgnucash/engine/CMakeLists.txt                  |  4 ++--
 libgnucash/engine/Makefile.am                     |  4 ++--
 libgnucash/gnc-module/Makefile.am                 |  4 ++--
 make-gnucash-potfiles.in                          |  2 +-
 po/CMakeLists.txt                                 |  2 +-
 po/POTFILES.in                                    | 14 +++++++-------
 52 files changed, 65 insertions(+), 68 deletions(-)
 create mode 100644 borrowed/CMakeLists.txt
 rename {lib => borrowed}/Makefile.am (100%)
 rename {lib => borrowed}/README (100%)
 rename {lib => borrowed}/goffice/CMakeLists.txt (100%)
 rename {lib => borrowed}/goffice/Makefile.am (100%)
 rename {lib => borrowed}/goffice/README (100%)
 rename {lib => borrowed}/goffice/go-charmap-sel.c (100%)
 rename {lib => borrowed}/goffice/go-charmap-sel.h (100%)
 rename {lib => borrowed}/goffice/go-glib-extras.c (100%)
 rename {lib => borrowed}/goffice/go-glib-extras.h (100%)
 rename {lib => borrowed}/goffice/go-optionmenu.c (100%)
 rename {lib => borrowed}/goffice/go-optionmenu.h (100%)
 rename {lib => borrowed}/libc/CMakeLists.txt (100%)
 rename {lib => borrowed}/libc/Makefile.am (100%)
 rename {lib => borrowed}/libc/libc-missing-noop.c (100%)
 rename {lib => borrowed}/libc/pow.h (100%)
 rename {lib => borrowed}/libc/setenv.c (100%)
 rename {lib => borrowed}/libc/setenv.h (100%)
 rename {lib => borrowed}/libc/strfmon.c (100%)
 rename {lib => borrowed}/libc/strfmon.h (100%)
 rename {lib => borrowed}/libc/strptime.c (100%)
 rename {lib => borrowed}/libc/strptime.h (100%)
 delete mode 100644 lib/CMakeLists.txt



More information about the gnucash-patches mailing list