[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/14: gnu: libreoffice: Enable LibreOffice Base.
From: |
guix-commits |
Subject: |
02/14: gnu: libreoffice: Enable LibreOffice Base. |
Date: |
Sat, 7 Nov 2020 07:41:23 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 9fbe695df514dded63a37e0bd55a80ba506a55c3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 1 13:24:49 2020 +0100
gnu: libreoffice: Enable LibreOffice Base.
* gnu/packages/libreoffice.scm (libreoffice)[arguments]: Enable the
Firebird SDBC.
[inputs]: Add firebird.
---
gnu/packages/libreoffice.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index fdc62e8..76836d7 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -1109,6 +1109,7 @@ converting QuarkXPress file format. It supports versions
3.1 to 4.1.")
("clucene" ,clucene)
("cups" ,cups)
("dbus-glib" ,dbus-glib)
+ ("firebird" ,firebird)
("fontconfig" ,fontconfig)
("fontforge" ,fontforge)
("gconf" ,gconf)
@@ -1285,7 +1286,9 @@ converting QuarkXPress file format. It supports versions
3.1 to 4.1.")
"--without-java"
;; FIXME: Enable once the corresponding inputs are packaged.
"--disable-coinmp"
- "--disable-firebird-sdbc" ; embedded firebird
+ ;; This could (Debian does this) be a separate output containing only
+ ;; program/libfirebird_sdbclo.so, if there's a way to point to it.
+ "--enable-firebird-sdbc"
;; XXX: PDFium support requires fetching an external tarball and
;; patching the build scripts to work with GCC5. Try enabling this
;; when our default compiler is >=GCC 6.
- branch master updated (501b325 -> 83dee0e), guix-commits, 2020/11/07
- 01/14: gnu: Add firebird., guix-commits, 2020/11/07
- 05/14: gnu: shotwell: Update to 0.30.11., guix-commits, 2020/11/07
- 03/14: gnu: libscrypt: Add a :static output., guix-commits, 2020/11/07
- 08/14: gnu: kdenlive: Update to 20.08.3., guix-commits, 2020/11/07
- 10/14: uuid: Add support for bcachefs., guix-commits, 2020/11/07
- 02/14: gnu: libreoffice: Enable LibreOffice Base.,
guix-commits <=
- 09/14: file-systems: Add support for bcachefs., guix-commits, 2020/11/07
- 13/14: gnu: thermald: Update to 2.3., guix-commits, 2020/11/07
- 04/14: gnu: bcachefs-tools: Update to 0.1-1.742dbbd., guix-commits, 2020/11/07
- 12/14: gnu: thermald: Correct licence., guix-commits, 2020/11/07
- 07/14: gnu: samba: Update to 4.13.2., guix-commits, 2020/11/07
- 06/14: gnu: system-config-printer: Update to 1.5.13., guix-commits, 2020/11/07
- 11/14: linux-boot: Resume from hibernation., guix-commits, 2020/11/07
- 14/14: doc: Fix Zabbix ‘db-secret-file’ documentation., guix-commits, 2020/11/07