summaryrefslogtreecommitdiff
path: root/gnu/packages/libreoffice.scm
AgeCommit message (Collapse)Author
2021-06-29gnu: hunspell-dictionary: Update to 7.1.4.2.Giacomo Leidi
* gnu/packages/hunspell.scm (hunspell-dict-it-it): Update to 7.1.4.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-06-22gnu: libreoffice: Update to 7.1.4.2.Efraim Flashner
* gnu/packages/libreoffice.scm (libreoffice)[inputs]: Add box2d, dtoa. [arguments]: Adjust custom 'prepare-src, 'bin-and-desktop-install phases. Add custom 'insert-external-tarballs phase. Adjust configure-flags to build without skia. Remove deprecated make-flag
2021-06-22gnu: orcus: Update to 0.16.1.Efraim Flashner
* gnu/packages/libreoffice.scm (orcus): Update to 0.16.1.
2021-06-22gnu: orcus: Don't build static library.Efraim Flashner
* gnu/packages/libreoffice.scm (orcus)[arguments]: Add configure-flag to skip static library.
2021-06-22gnu: ixion: Update to 0.16.1.Efraim Flashner
* gnu/packages/libreoffice.scm (ixion): Update to 0.16.1.
2021-06-22gnu: libreoffice: Add vendor string.Efraim Flashner
Previously: This release was supplied by nixbld. Now: This release was supplied by GNU Guix. * gnu/packages/libreoffice.scm (libreoffice)[arguments]: Add configure-flag to set vendor to 'GNU Guix'.
2021-05-23gnu: libetonyek: Update to 0.1.10.Tobias Geerinckx-Rice
* gnu/packages/libreoffice.scm (libetonyek): Update to 0.1.10.
2021-05-18gnu: libmwaw: Update to 0.3.19.Tobias Geerinckx-Rice
* gnu/packages/libreoffice.scm (libmwaw): Update to 0.3.19.
2021-05-15gnu: libcdr: Update to 0.1.7.Marius Bakke
* gnu/packages/libreoffice.scm (libcdr): Update to 0.1.7.
2021-04-09gnu: libmwaw: Update to 0.3.18.Tobias Geerinckx-Rice
* gnu/packages/libreoffice.scm (libmwaw): Update to 0.3.18.
2021-03-04gnu: libnumbertext: Update to 1.0.7.Tobias Geerinckx-Rice
* gnu/packages/libreoffice.scm (libnumbertext): Update to 1.0.7.
2021-03-04gnu: libodfgen: Update to 0.1.8.Tobias Geerinckx-Rice
* gnu/packages/libreoffice.scm (libodfgen): Update to 0.1.8. [inputs]: Add libxml2.
2021-01-12gnu: libreoffice: Update to 6.4.7.2.Efraim Flashner
* gnu/packages/libreoffice.scm (libreoffice): Update to 6.4.7.2.
2020-11-30gnu: libreoffice: Build reproducibly.Tobias Geerinckx-Rice
* gnu/packages/libreoffice.scm (libreoffice)[native-inputs]: Add ziptime. [arguments]: Add a 'reset-zip-timestamps phase that invokes it.
2020-11-29gnu: libmwaw: Update to 0.3.17.Tobias Geerinckx-Rice
* gnu/packages/libreoffice.scm (libmwaw): Update to 0.3.17.
2020-11-07gnu: libreoffice: Enable LibreOffice Base.Tobias Geerinckx-Rice
* gnu/packages/libreoffice.scm (libreoffice)[arguments]: Enable the Firebird SDBC. [inputs]: Add firebird.
2020-10-18gnu: Add hunspell-dict-de.Jonathan Brielmaier
* gnu/packages/libreoffice.scm (hunspell-dict-de): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-10-03gnu: libstaroffice: Update to 0.0.7.Tobias Geerinckx-Rice
* gnu/packages/libreoffice.scm (libstaroffice): Update to 0.0.7.
2020-10-03gnu: libmwaw: Update to 0.3.16.Tobias Geerinckx-Rice
* gnu/packages/libreoffice.scm (libmwaw): Update to 0.3.16.
2020-09-11gnu: libwps: Update to 0.4.12.Tobias Geerinckx-Rice
* gnu/packages/libreoffice.scm (libwps): Update to 0.4.12.
2020-08-30gnu: libreoffice: Update to 6.4.6.2.Nicolas Goaziou
* gnu/packages/libreoffice.scm (libreoffice): Update to 6.4.6.2. Fix indentation.
2020-07-13gnu: libreoffice: Update to 6.4.5.2.Efraim Flashner
* gnu/packages/libreoffice.scm (libreoffice): Update to 6.4.5.2. [source]: Remove patch. * gnu/packages/patches/libreoffice-poppler-compat.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
2020-06-10gnu: libnumbertext: Update to 1.0.6.Tobias Geerinckx-Rice
* gnu/packages/libreoffice.scm (libnumbertext): Update to 1.0.6.
2020-06-03gnu: Add Polish hunspell dictionary.Marcin Karpezo
* gnu/packages/libreoffice.scm (hunspell-dict-pl): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-06-02gnu: libreoffice: Update to 4.4.2.2.Efraim Flashner
* gnu/packages/libreoffice.scm (libreoffice): Update to 4.4.2.2. [arguments]: Remove unrecognized configure-flag.
2020-04-03gnu: libreoffice: Fix build with Poppler 0.86.Marius Bakke
* gnu/packages/patches/libreoffice-poppler-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/libreoffice.scm (libreoffice)[source](patches): New field.
2020-03-30Merge branch 'master' into core-updatesMarius Bakke
Conflicts: gnu/packages/admin.scm gnu/packages/commencement.scm gnu/packages/guile.scm gnu/packages/linux.scm gnu/packages/package-management.scm gnu/packages/pulseaudio.scm gnu/packages/web.scm
2020-03-29gnu: libreoffice: Update to 6.4.2.2.Marius Bakke
* gnu/packages/libreoffice.scm (libreoffice): Update to 6.4.2.2.
2020-03-21Merge branch 'master' into core-updatesMarius Bakke
2020-03-21gnu: Use ‘license:’ prefix in (gnu packages libreoffice).Tobias Geerinckx-Rice
* gnu/packages/libreoffice.scm: Import (guix licenses) with a #:prefix and adjust all callers.
2020-03-18Merge branch 'master' into core-updatesMarius Bakke
2020-03-14gnu: LibreOffice: Update to 6.4.1.2.Leo Famulari
* gnu/packages/libreoffice.scm (libreoffice): Update to 6.4.1.2.
2020-03-04Merge branch 'master' into core-updatesMarius Bakke
2020-02-22gnu: Add unoconv.Tobias Geerinckx-Rice
* gnu/packages/libreoffice.scm (unoconv): New public variable. Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
2020-02-21gnu: libreoffice: Fix ‘soffice’ in a pure environment.Tobias Geerinckx-Rice
* gnu/packages/libreoffice.scm (libreoffice)[arguments]: Refer to grep and coreutils by absolute file name in the soffice launcher script.
2020-02-17gnu: librevenge: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/libreoffice.scm (librevenge)[source]: Hard-code NAME.
2020-02-17gnu: orcus: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/libreoffice.scm (orcus)[source]: Hard-code NAME.
2020-02-17gnu: liblangtag: Update to 0.6.3.Tobias Geerinckx-Rice
* gnu/packages/libreoffice.scm (liblangtag): Update to 0.6.3.
2020-02-17gnu: liblangtag: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/libreoffice.scm (liblangtag)[source]: Hard-code NAME.
2020-02-14Merge branch 'master' into core-updatesMarius Bakke
2020-02-13gnu: LibreOffice: Update to 6.4.0.3.Leo Famulari
* gnu/packages/libreoffice.scm (libreoffice): Update to 6.4.0.3. [inputs]: Add qrcodegen-cpp. [source]: Remove obsolete patches and substitutions. * gnu/packages/patches/libreoffice-glm.patch, gnu/packages/patches/libreoffice-icu.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
2020-02-13gnu: libetonyek: Update MDDS requirement.Leo Famulari
* gnu/packages/libreoffice.scm (libetonyek): Put '--with-mdds-1.5' in #:configure-flags.
2020-02-13gnu: orcus: Update to 0.15.3.Leo Famulari
* gnu/packages/libreoffice.scm (orcus): Update to 0.15.3.
2020-02-13gnu: ixion: Update to 0.15.0.Leo Famulari
* gnu/packages/libreoffice.scm (ixion): Update to 0.15.0. [inputs]: Add spdlog.
2020-02-05gnu: libcdr: Update to 0.1.6.Marius Bakke
* gnu/packages/libreoffice.scm (libcdr): Update to 0.1.6.
2020-01-21Merge branch 'staging' into core-updatesMarius Bakke
2020-01-15gnu: python-lxml: Move to (gnu packages xml).Marius Bakke
* gnu/packages/python-xyz.scm (python-lxml): Move from here ... * gnu/packages/xml.scm (python-lxml): ... to here. * gnu/packages/django.scm, gnu/packages/drones.scm, gnu/packages/libreoffice.scm, gnu/packages/nutrition.scm, gnu/packages/openstack.scm, gnu/packages/pulseaudio.scm, gnu/packages/python-science.scm, gnu/packages/tryton.scm, gnu/packages/wireservice.scm: Adjust module imports.
2020-01-08gnu: libfreehand: Fix build with ICU 65.Marius Bakke
* gnu/packages/libreoffice.scm (libfreehand)[arguments]: New field.
2019-12-16gnu: libreoffice: Update to 6.3.4.2.Efraim Flashner
* gnu/packages/libreoffice.scm (libreoffice): Update to 6.3.4.2.
2019-12-12gnu: libwpd: Update to 0.10.3.Tobias Geerinckx-Rice
* gnu/packages/libreoffice.scm (libwpd): Update to 0.10.3.