├── README.md ├── gnucash-docs-source.json ├── gnucash-extra-modules.json ├── gnucash-source.json ├── gnucash.releases.xml ├── modules ├── aqbanking.json ├── boost.json ├── finance-quote-sources.json ├── googletest.json ├── guile.json ├── libdbi.json ├── libofx.json ├── mariadb.json ├── perl.json ├── postgresql.json └── swig.json ├── org.gnucash.GnuCash.json └── patches ├── 0001-Never-recompile.patch ├── fix-build-flags.patch ├── fix-install-dirs.patch ├── gengetopt-makefile.patch ├── libdbi-drivers-cgreen-tests-constraint-test-type.patch ├── libdbi-link-map.patch ├── libdbi-no-version-script.patch ├── libofx-subtract-gmt-offset.patch ├── link-libs.patch └── no-werror.patch /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flathub/org.gnucash.GnuCash/HEAD/README.md -------------------------------------------------------------------------------- /gnucash-docs-source.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flathub/org.gnucash.GnuCash/HEAD/gnucash-docs-source.json -------------------------------------------------------------------------------- /gnucash-extra-modules.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "gnucash-extra-modules" 3 | } 4 | -------------------------------------------------------------------------------- /gnucash-source.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flathub/org.gnucash.GnuCash/HEAD/gnucash-source.json -------------------------------------------------------------------------------- /gnucash.releases.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flathub/org.gnucash.GnuCash/HEAD/gnucash.releases.xml -------------------------------------------------------------------------------- /modules/aqbanking.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flathub/org.gnucash.GnuCash/HEAD/modules/aqbanking.json -------------------------------------------------------------------------------- /modules/boost.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flathub/org.gnucash.GnuCash/HEAD/modules/boost.json -------------------------------------------------------------------------------- /modules/finance-quote-sources.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flathub/org.gnucash.GnuCash/HEAD/modules/finance-quote-sources.json -------------------------------------------------------------------------------- /modules/googletest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flathub/org.gnucash.GnuCash/HEAD/modules/googletest.json -------------------------------------------------------------------------------- /modules/guile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flathub/org.gnucash.GnuCash/HEAD/modules/guile.json -------------------------------------------------------------------------------- /modules/libdbi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flathub/org.gnucash.GnuCash/HEAD/modules/libdbi.json -------------------------------------------------------------------------------- /modules/libofx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flathub/org.gnucash.GnuCash/HEAD/modules/libofx.json -------------------------------------------------------------------------------- /modules/mariadb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flathub/org.gnucash.GnuCash/HEAD/modules/mariadb.json -------------------------------------------------------------------------------- /modules/perl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flathub/org.gnucash.GnuCash/HEAD/modules/perl.json -------------------------------------------------------------------------------- /modules/postgresql.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flathub/org.gnucash.GnuCash/HEAD/modules/postgresql.json -------------------------------------------------------------------------------- /modules/swig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flathub/org.gnucash.GnuCash/HEAD/modules/swig.json -------------------------------------------------------------------------------- /org.gnucash.GnuCash.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flathub/org.gnucash.GnuCash/HEAD/org.gnucash.GnuCash.json -------------------------------------------------------------------------------- /patches/0001-Never-recompile.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flathub/org.gnucash.GnuCash/HEAD/patches/0001-Never-recompile.patch -------------------------------------------------------------------------------- /patches/fix-build-flags.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flathub/org.gnucash.GnuCash/HEAD/patches/fix-build-flags.patch -------------------------------------------------------------------------------- /patches/fix-install-dirs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flathub/org.gnucash.GnuCash/HEAD/patches/fix-install-dirs.patch -------------------------------------------------------------------------------- /patches/gengetopt-makefile.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flathub/org.gnucash.GnuCash/HEAD/patches/gengetopt-makefile.patch -------------------------------------------------------------------------------- /patches/libdbi-drivers-cgreen-tests-constraint-test-type.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flathub/org.gnucash.GnuCash/HEAD/patches/libdbi-drivers-cgreen-tests-constraint-test-type.patch -------------------------------------------------------------------------------- /patches/libdbi-link-map.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flathub/org.gnucash.GnuCash/HEAD/patches/libdbi-link-map.patch -------------------------------------------------------------------------------- /patches/libdbi-no-version-script.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flathub/org.gnucash.GnuCash/HEAD/patches/libdbi-no-version-script.patch -------------------------------------------------------------------------------- /patches/libofx-subtract-gmt-offset.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flathub/org.gnucash.GnuCash/HEAD/patches/libofx-subtract-gmt-offset.patch -------------------------------------------------------------------------------- /patches/link-libs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flathub/org.gnucash.GnuCash/HEAD/patches/link-libs.patch -------------------------------------------------------------------------------- /patches/no-werror.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flathub/org.gnucash.GnuCash/HEAD/patches/no-werror.patch --------------------------------------------------------------------------------