1.2.3'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/libreoffice.scm
AgeCommit message (Expand)Author
2023-11-07gnu: libreoffice: Update to 7.6.3.1....* gnu/packages/libreoffice.scm (libreoffice): Update to 7.6.3.1. [native-inputs]: Add frozen. Maxim Cournoyer
2023-11-07gnu: libcmis: Update to 0.6.0....* gnu/packages/libreoffice.scm (libcmis): Update to 0.6.0. Change-Id: I2aeb6ecd67fcb281e61fbd48b4aa63d2763007a3 Maxim Cournoyer
2023-11-07gnu: orcus: Update to 0.19.0....* gnu/packages/libreoffice.scm (orcus): Update to 0.19.0. [source]: Use git-fetch/lfs. [arguments]: Use gexps. [native-inputs]: Add autoconf, automake and libtool. Change-Id: I76efbc57ca4acf8ffd5154a72e49b4aedd071a76 Maxim Cournoyer
2023-11-07gnu: ixion: Update to 0.19.0....* gnu/packages/libreoffice.scm (ixion): Update to 0.19.0. [source]: Use git. [native-inputs]: Add autoconf, automake and libtool. Change-Id: I245457d7c99b6adfb895dc46276f8008ff13d0cd Maxim Cournoyer
2023-09-17gnu: Remove extraneous imports....Found by running 'guild compile -W3 gnu/packages/$module.scm', using guild from the upcoming Guile. * gnu/packages/admin.scm: Remove extraneous imports. * gnu/packages/avr.scm: Likewise. * gnu/packages/base.scm: Likewise. * gnu/packages/bootloaders.scm: Likewise. * gnu/packages/firmware.scm: Likewise. * gnu/packages/linphone.scm: Likewise. * gnu/packages/telephony.scm: Likewise. * gnu/packages/cran.scm: Likewise. * gnu/packages/kde.scm: Likewise. * gnu/packages/libcanberra.scm: Likewise. * gnu/packages/libreoffice.scm: Likewise. * gnu/packages/mes.scm: Likewise. * gnu/packages/mingw.scm: Likewise. * gnu/packages/serialization.scm: Likewise. * gnu/packages/sync.scm: Likewise. * gnu/packages/syncthing.scm: Likewise. * gnu/packages/terminals.scm: Likewise. * gnu/packages/version-control.scm: Likewise. * gnu/packages/video.scm: Likewise. * gnu/packages/wm.scm: Likewise. * gnu/packages/emulators.scm: Likewise. Reviewed-by: Ludovic Courtès <ludo@gnu.org> Maxim Cournoyer
2023-07-17gnu: Remove harfbuzz-5....As this package definition is redundant, harfbuzz is version 5.3.1. * gnu/packages/gtk.scm (harfbuzz-5): Remove. * gnu/packages/libreoffice.scm (libreoffice)[inputs]: Replace harfbuzz-5 with harfbuzz. * gnu/packages/qt.scm (qtwebengine)[inputs]: Remove redundant replace. Christopher Baines
2023-07-05gnu: libreoffice: Update to 7.5.4.2....* gnu/packages/libreoffice.scm (libreoffice): Update to 7.5.4.2. * gnu/packages/hunspell.scm (hunspell-dictonary): Update to 7.5.4.2. Efraim Flashner
2023-06-18gnu: libreoffice: Fix access to python modules....* gnu/packages/libreoffice.scm (libreoffice)[arguments]: Add #:imported-modules and #:modules. In 'bin-and-desktop-install' phase, add 'install-python-script' and use it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Nicolas Graves