summaryrefslogtreecommitdiff
path: root/gnu/packages/libreoffice.scm
Commit message (Collapse)AuthorAge
* Merge branch 'master' into core-updatesMarius Bakke2018-03-29
|\
| * gnu: libreoffice: Update to 5.4.6.2.Leo Famulari2018-03-26
| | | | | | | | * gnu/packages/libreoffice.scm (libreoffice): Update to 5.4.6.2.
| * gnu: hunspell: Use INVOKE.Tobias Geerinckx-Rice2018-03-25
| | | | | | | | | | * gnu/packages/libreoffice.scm (hunspell)[arguments]: Substitute INVOKE for SYSTEM* and end phase with explicit #t.
| * gnu: hunspell: Update to 1.6.2.Tobias Geerinckx-Rice2018-03-25
| | | | | | | | * gnu/packages/libreoffice.scm (hunspell): Update to 1.6.2.
* | gnu: Use invoke and return #t from all builders.Mark H Weaver2018-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm, gnu/packages/android.scm, gnu/packages/audio.scm, gnu/packages/avr.scm, gnu/packages/base.scm, gnu/packages/bioinformatics.scm, gnu/packages/certs.scm, gnu/packages/check.scm, gnu/packages/code.scm, gnu/packages/commencement.scm, gnu/packages/dictionaries.scm, gnu/packages/docbook.scm, gnu/packages/emacs.scm, gnu/packages/embedded.scm, gnu/packages/fonts.scm, gnu/packages/games.scm, gnu/packages/gnome.scm, gnu/packages/gnu-doc.scm, gnu/packages/guile.scm, gnu/packages/hurd.scm, gnu/packages/javascript.scm, gnu/packages/libreoffice.scm, gnu/packages/linux.scm, gnu/packages/lisp.scm, gnu/packages/lxde.scm, gnu/packages/mail.scm, gnu/packages/markup.scm, gnu/packages/mate.scm, gnu/packages/pkg-config.scm, gnu/packages/qt.scm, gnu/packages/rust.scm, gnu/packages/scheme.scm, gnu/packages/sdl.scm, gnu/packages/statistics.scm, gnu/packages/syncthing.scm, gnu/packages/tex.scm, gnu/packages/web.scm, gnu/packages/wine.scm, gnu/packages/xfce.scm: In the builders of packages using 'trivial-build-system', use invoke where appropriate, raise exceptions on errors, and otherwise return #t.
* | Merge branch 'master' into core-updatesRicardo Wurmus2018-03-14
|\|
| * gnu: libe-book: Update to 0.1.3.Marius Bakke2018-03-01
| | | | | | | | | | * gnu/packages/libreoffice.scm (libe-book): Update to 0.1.3. [propagated-inputs]: Add LIBLANGTAG.
| * gnu: libabw: Update to 0.1.2.Marius Bakke2018-03-01
| | | | | | | | * gnu/packages/libreoffice.scm (libabw): Update to 0.1.2.
| * gnu: libpagemaker: Update to 0.0.4.Marius Bakke2018-03-01
| | | | | | | | | | * gnu/packages/libreoffice.scm (libpagemaker): Update to 0.0.4. [source](uri): Use HTTPS.
| * gnu: libmspub: Update to 0.1.4.Marius Bakke2018-03-01
| | | | | | | | | | * gnu/packages/libreoffice.scm (libmspub): Update to 0.1.4. [source](uri): Use HTTPS.
| * gnu: Use HTTPS for supported freedesktop.org home pages.Tobias Geerinckx-Rice2018-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/fontutils.scm (fontconfig)[home-page]: Use HTTPS. * gnu/packages/freedesktop.scm (python-pyxdg, accountsservice) (modem-manager, telepathy-mission-control, telepathy-mission-control) (colord-gtk, desktop-file-utils)[home-page]: Likewise. * gnu/packages/ghostscript.scm (libspectre)[home-page]: Likewise. * gnu/packages/glib.scm (dbus, dbus-glib, telepathy-glib)[home-page]: Likewise. * gnu/packages/gnome.scm (shared-mime-info, hicolor-icon-theme) (libxklavier, colord, upower)[home-page]: Likewise. * gnu/packages/gstreamer.scm (orc, python-gst)[home-page]: Likewise. * gnu/packages/libcanberra.scm (sound-theme-freedesktop)[home-page]: Likewise. * gnu/packages/libreoffice.scm (libexttextcat)[home-page]: Likewise. * gnu/packages/polkit.scm (polkit-gnome, polkit-gnome)[home-page]: Likewise. * gnu/packages/pulseaudio.scm (pavucontrol)[home-page]: Likewise. * gnu/packages/python.scm (python-dbus)[home-page]: Likewise. * gnu/packages/xdisorg.scm (startup-notification)[home-page]: Likewise.
* | build-system/gnu: Add 'bootstrap' phase.Ludovic Courtès2018-03-11
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This factorizes what has become a widespread idiom. * guix/build/gnu-build-system.scm (%bootstrap-scripts): New variable. (bootstrap): New procedure. (%standard-phases): Add it after 'unpack'. * guix/build/ant-build-system.scm (%standard-phases): Delete 'bootstrap. * guix/build/asdf-build-system.scm (%standard-phases/source) (%standard-phases): Likewise. * guix/build/cargo-build-system.scm (%standard-phases): Likewise. * guix/build/cmake-build-system.scm (%standard-phases): Likewise. * guix/build/dub-build-system.scm (%standard-phases): Likewise. * guix/build/emacs-build-system.scm (%standard-phases): Likewise. * guix/build/font-build-system.scm (%standard-phases): Likewise. * guix/build/go-build-system.scm (%standard-phases): Likewise. * guix/build/haskell-build-system.scm (%standard-phases): Likewise. * guix/build/minify-build-system.scm (%standard-phases): Likewise. * guix/build/ocaml-build-system.scm (%standard-phases): Likewise. * guix/build/perl-build-system.scm (%standard-phases): Likewise. * guix/build/python-build-system.scm (%standard-phases): Likewise. * guix/build/r-build-system.scm (%standard-phases): Likewise. * guix/build/ruby-build-system.scm (%standard-phases): Likewise. * guix/build/scons-build-system.scm (%standard-phases): Likewise. * guix/build/texlive-build-system.scm (%standard-phases): Likewise. * guix/build/waf-build-system.scm (%standard-phases): Likewise. * gnu/packages/audio.scm (faad2)[arguments]: Replace 'bootstrap. (soundtouch, cuetools, bluez-alsa): Remove 'arguments'. (cava)[arguments]: Replace 'bootstrap. * gnu/packages/backup.scm (rdup): Remove 'bootstrap. * gnu/packages/bioinformatics.scm (seek)[arguments]: Replace 'bootstrap. * gnu/packages/bioinformatics.scm (htslib-for-sambamba): Remove 'arguments'. * gnu/packages/ci.scm (hydra, cuirass): Remove 'bootstrap'. * gnu/packages/crypto.scm (libb2): Remove #:phases. * gnu/packages/databases.scm (guile-wiredtiger): Likewise. * gnu/packages/debug.scm (stress-make): Remove 'bootstrap'. * gnu/packages/documentation.scm (asciidoc): Likewise. * gnu/packages/fontutils.scm (libuninameslist): Remove 'arguments'. * gnu/packages/ftp.scm (weex): Remove 'arguments'. * gnu/packages/game-development.scm (ois): Remove 'arguments'. * gnu/packages/games.scm (pioneer): Remove 'bootstrap. * gnu/packages/gnome.scm (vte-ng, byzanz): Replace 'bootstrap. (arc-theme): Remove 'arguments'. (faba-icon-theme): Remove 'bootstrap. (arc-icon-theme): Remove 'arguments'. * gnu/packages/gnunet.scm (guile-gnunet): Likewise. * gnu/packages/gtk.scm (guile-rsvg): Likewise. * gnu/packages/guile.scm (mcron2): Remove 'bootstrap. (guile-bash): Remove #:phases. (guile-git): Remove 'bootstrap. (guile-syntax-highlight): Remove 'arguments'. (guile-sjson): Likewise. * gnu/packages/java.scm (classpath-devel): Remove 'bootstrap. * gnu/packages/kodi.scm (libdvdnav/kodi) (libdvdread/kodi, libdvdcss/kodi): Likewise. * gnu/packages/libreoffice.scm (hunspell): Remove 'arguments'. * gnu/packages/libusb.scm (hidapi): Likewise. * gnu/packages/linux.scm (bridge-utils): Rename 'bootstrap' to 'patch-stuff'; move it before 'bootstrap', without autoreconf invocation. (eudev): Rename 'bootstrap' to 'patch-file-names', without 'autogen.sh' invocation; move it before 'bootstrap. (gpm): Replace 'bootstrap'. (f2fs-tools): Remove 'arguments'. (rng-tools): Remove #:phases. * gnu/packages/messaging.scm (hexchat): Rename 'bootstrap' to 'copy-intltool-makefile'; remove "autoreconf" invocation and move before 'bootstrap'. (libmesode): Remove 'arguments'. (libstrophe): Likewise. * gnu/packages/microcom.scm (microcom): Likewise. * gnu/packages/networking.scm (libnet): Remove 'bootstrap. * gnu/packages/onc-rpc.scm (libnsl): Remove 'arguments'. * gnu/packages/package-management.scm (guix): Replace 'bootstrap. * gnu/packages/sawfish.scm (librep): Remove 'arguments'. * gnu/packages/version-control.scm (findnewest): Likewise. * gnu/packages/video.scm (liba52, handbrake, motion): Replace 'bootstrap. * gnu/packages/web.scm (fcgiwrap): Remove #:phases. (tidy): Replace 'bootstrap. (gumbo-parser): Remove #:phases. * gnu/packages/wget.scm (wget2): Replace 'bootstrap. * gnu/packages/wm.scm (i3lock-color): Remove #:phases. * gnu/packages/xdisorg.scm (xclip): Likewise. * gnu/packages/xml.scm (libxls): Replace 'bootstrap'. * gnu/packages/xorg.scm (xf86-video-freedreno) (xf86-video-intel): Remove #:phases. * gnu/packages/zile.scm (zile-on-guile): Replace 'bootstrap.
* Merge branch 'master' into core-updatesMark H Weaver2018-02-13
|\
| * gnu: libreoffice: Update to 5.4.5.1 [CVE-2018-6871].Marius Bakke2018-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/check.scm (cppunit-1.14): New public variable. * gnu/packages/libreoffice.scm (xmlsec-src-libreoffice): Remove variable. (libreoffice): Update to 5.4.5.1. [native-inputs]: Change CPPUNIT to CPPUNIT-1.14. Remove AUTOCONF and AUTOMAKE. [inputs]: Add GPGME, XMLSEC-NSS and LIBLTDL. Remove XMLSEC-SRC-LIBREOFFICE. Replace LIBJPEG with LIBJPEG-TURBO. [arguments]: Remove xmlsec code from PREPARE-SRC-PHASE. Make sure GPGME++ headers are found. Add workaround for <https://bugs.gentoo.org/641812>. Add "--disable-pdfium" to #:configure-flags. * gnu/packages/xml.scm (xmlsec-nss): New public variable.
* | gnu: libreoffice: Fix build with Poppler >= 0.62.0.Leo Famulari2018-02-01
|/ | | | | * gnu/packages/libreoffice.scm (libreoffice)[arguments]: Patch header and function names in 'prepare-src' phase.
* gnu: Rename perl-zip to perl-archive-zip.Tobias Geerinckx-Rice2018-01-02
| | | | | | | | It's called Archive::Zip, after all. Bring it in line with other modules. * gnu/packages/compression.scm (perl-zip): Rename from this... (perl-archive-zip): ...to this. * gnu/packages/libreoffice.scm (libreoffice): Update the only caller.
* gnu: liblangtag: Use bitbucket.org home page.Tobias Geerinckx-Rice2017-12-26
| | | | | * gnu/packages/libreoffice.scm (liblangtag)[home-page]: Use alternate URL and HTTPS.
* gnu: libreoffice: Remove GTK+ 2.Rutger Helling2017-11-18
| | | | | | | | | LibreOffice doesn't need to use both GTK+ 2 and GTK+ 3. * gnu/packages/libreoffice.scm (libreoffice)[inputs]: Remove gtk+-2. [configure-flags]: Add "--disable-gtk". Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: libstaroffice: Update to 0.0.5.Marius Bakke2017-11-11
| | | | * gnu/packages/libreoffice.scm (libstaroffice): Update to 0.0.5.
* gnu: libvisio: Update to 0.1.6.Marius Bakke2017-11-11
| | | | | | | * gnu/packages/libreoffice.scm (libvisio): Update to 0.1.6. [source](patches): Remove. * gnu/packages/patches/libvisio-fix-tests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: libetonyek: Update to 0.1.7.Marius Bakke2017-11-11
| | | | | | | | | * gnu/packages/libreoffice.scm (libetonyek): Update to 0.1.7. [source](patches): Remove. [arguments]<#:phases>: Remove. [native-inputs]: Remove AUTOCONF and AUTOMAKE. * gnu/packages/patches/libetonyek-build-with-mdds-1.2.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: libreoffice: Update to 5.3.7.2 and enable GTK3.Rutger Helling2017-11-11
| | | | | | | | | * gnu/packages/libreoffice.scm (libreoffice): Update to 5.3.7.2 [source]: Change URL to HTTPS. [inputs]: Add gtk+. [configure-flags]: Remove "--disable-gtk3". Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: libreoffice: Don't replace "/bin/sh" reference with bash.Marius Bakke2017-10-10
| | | | | * gnu/packages/libreoffice.scm (libreoffice)[arguments]: Use (which "sh") instead of (which "bash") in /bin/sh substitution.
* gnu: libzmf: Update to 0.0.2.Marius Bakke2017-10-10
| | | | * gnu/packages/libreoffice.scm (libzmf): Update to 0.0.2.
* gnu: libwps: Update to 0.4.7.Marius Bakke2017-10-10
| | | | | * gnu/packages/libreoffice.scm (libwps): Update to 0.4.7. [arguments]: Remove.
* gnu: libmwaw: Update to 0.3.12.Marius Bakke2017-10-10
| | | | | | | | * gnu/packages/libreoffice.scm (libmwaw): Update to 0.3.12. [source](patches): Remove. [arguments]: Remove. * gnu/packages/patches/libmwaw-CVE-2017-9433.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: libodfgen: Update to 0.1.6.Marius Bakke2017-10-10
| | | | * gnu/packages/libreoffice.scm (libodfgen): Update to 0.1.6.
* gnu: libvisio: Update to 0.1.5.Marius Bakke2017-10-10
| | | | | | | | * gnu/packages/patches/libvisio-fix-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/libreoffice.scm (libvisio): Update to 0.1.5. [source]: Add 'libvisio-fix-tests.patch'. [arguments]: Remove.
* gnu: libpagemaker: Update to 0.0.3.Marius Bakke2017-10-10
| | | | | * gnu/packages/libreoffice.scm (libpagemaker): Update to 0.0.3. [arguments]: Remove.
* gnu: libfreehand: Update to 0.1.2.Marius Bakke2017-10-10
| | | | | | * gnu/packages/libreoffice.scm (libfreehand): Update to 0.1.2. [native-inputs]: Add CPPUNIT. [inputs]: Add ICU4C and LCMS. New field.
* gnu: libexttextcat: Update to 3.4.5.Marius Bakke2017-10-10
| | | | * gnu/packages/libreoffice.scm (libexttextcat): Update to 3.4.5.
* gnu: libetonyek: Fix FTBFS with later liblangtag.Marius Bakke2017-10-10
| | | | * gnu/packages/libreoffice.scm (libetonyek)[source]: Add upstream patch.
* gnu: liblangtag: Update to 0.6.2.Marius Bakke2017-10-10
| | | | * gnu/packages/libreoffice.scm (liblangtag): Update to 0.6.2.
* gnu: libcdr: Update to 0.1.4.Marius Bakke2017-10-10
| | | | | * gnu/packages/libreoffice.scm (libcdr): Update to 0.1.4. [native-inputs]: Add CPPUNIT.
* gnu: libwpg: Update to 0.3.2.Marius Bakke2017-10-10
| | | | * gnu/packages/libreoffice.scm (libwpg): Update to 0.3.2.
* gnu: libwpd: Update to 0.10.2.Marius Bakke2017-10-10
| | | | * gnu/packages/libreoffice.scm (libwpd): Update to 0.10.2.
* gnu: librevenge: Update to 0.0.4.Marius Bakke2017-10-10
| | | | * gnu/packages/libreoffice.scm (librevenge): Update to 0.0.4.
* gnu: libreoffice: Update to 5.3.6.1.Thomas Danckaert2017-10-01
| | | | * gnu/packages/libreoffice.scm (libreoffice): Update to 5.3.6.1.
* gnu: Add hunspell-dict-fr{,moderne,reforme1990,toutesvariantes}.Ludovic Courtès2017-09-16
| | | | | | | | | | * gnu/packages/libreoffice.scm (dicollecte-french-dictionary): New procedure. (define-french-dictionary): New macro. (hunspell-dict-fr-classique) (hunspell-dict-fr-moderne) (hunspell-dict-fr-réforme-1990) (hunspell-dict-fr-toutes-variantes): New variables.
* gnu: hunspell: Specify 'DICPATH' variable.Ludovic Courtès2017-09-16
| | | | | * gnu/packages/libreoffice.scm (hunspell)[native-search-paths]: New variable.
* gnu: Put autoconf-related phases immediately after the 'unpack phase.Kei Kebreau2017-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/audio.scm (audacity, rtmidi)[arguments]: Correct phases accordingly. * gnu/packages/bioinformatics.scm (mash, seek, vsearch, emboss, htslib-for-sambamba)[arguments]: Likewise. * gnu/packages/ci.scm (cuirass)[arguments]: Likewise. * gnu/packages/compression.scm (minizip, xdelta)[arguments]: Likewise. * gnu/packages/cpp.scm (libzen)[arguments]: Likewise. * gnu/packages/crypto.scm (opendht)[arguments]: Likewise. * gnu/packages/databases.scm (4store, mdbtools)[arguments]: Likewise. * gnu/packages/debug.scm (stress-make)[arguments]: Likewise. * gnu/packages/dns.scm (dnscrypt-proxy, dnscrypt-wrapper)[arguments]: Likewise. * gnu/packages/emacs.scm (emacs-pdf-tools)[arguments]: Likewise. * gnu/packages/embedded.scm (libjaylink, openocd)[arguments]: Likewise. * gnu/packages/engineering.scm (gerbv)[arguments]: Likewise. * gnu/packages/erlang.scm (erlang)[arguments]: Likewise. * gnu/packages/ftp.scm (weex)[arguments]: Likewise. * gnu/packages/gnome.scm (dia)[arguments]: Likewise. * gnu/packages/gnunet.scm (gnurl, guile-gnunet)[arguments]: Likewise. * gnu/packages/gtk.scm (guile-rsvg, graphene)[arguments]: Likewise. * gnu/packages/guile.scm (guildhall, guile-ics, guile-sqlite3)[arguments]: Likewise. * gnu/packages/ibus.scm (ibus-libpinyin)[arguments]: Likewise. * gnu/packages/irc.scm (weechat)[arguments]: Likewise. * gnu/packages/java.scm (classpath-devel)[arguments]: Likewise. * gnu/packages/libreoffice.scm (libetonyek)[arguments]: Likewise. * gnu/packages/libusb.scm (hidapi)[arguments]: Likewise. * gnu/packages/linux.scm (gpm)[arguments]: Likewise. * gnu/packages/logging.scm (glog)[arguments]: Likewise. * gnu/packages/machine-learning.scm (ghmm)[arguments]: Likewise. * gnu/packages/mail.scm (dovecot-trees, dovecot-libsodium-plugin, esmtp) [arguments]: Likewise. * gnu/packages/messaging.scm (freetalk, libmesode, libstrophe)[arguments]: Likewise. * gnu/packages/microcom.scm (microcom)[arguments]: Likewise. * gnu/packages/ocaml.scm (ocaml-ssl)[arguments]: Likewise. * gnu/packages/parallel.scm (slurm)[arguments]: Likewise. * gnu/packages/pdf.scm (libharu)[arguments]: Likewise. * gnu/packages/samba.scm (cifs-utils)[arguments]: Likewise. * gnu/packages/serialization.scm (msgpack)[arguments]: Likewise. * gnu/packages/shells.scm (scsh)[arguments]: Likewise. * gnu/packages/telephony.scm (libiax2)[arguments]: Likewise. * gnu/packages/textutils.scm (dotconf)[arguments]: Likewise. * gnu/packages/version-control.scm (findnewest)[arguments]: Likewise. * gnu/packages/video.scm (libmediainfo, mediainfo)[arguments]: Likewise.
* gnu: libreoffice: Fix icons, enable liblangtag.Thomas Danckaert2017-08-24
| | | | | | | * gnu/packages/libreoffice.scm (libreoffice) [inputs]: Add liblangtag. [arguments]: Correct icon names in .desktop files; copy desktop files & icons for libreoffice-math and libreoffice-startcenter; enable parallel build; enable liblangtag.
* gnu: libreoffice: Update to 5.3.5.2.Thomas Danckaert2017-08-19
| | | | * gnu/packages/libreoffice.scm (libreoffice): Update to 5.3.5.2.
* gnu: libreoffice: Install .desktop files.Andy Wingo2017-08-14
| | | | | | * gnu/packages/libreoffice.scm (libreoffice): Add phase to install .desktop files to $out/share so that LibreOffice will show up in Gnome/KDE/etc and so that it is associated with the various MIME types of interest.
* gnu: hunspell: Update to 1.6.1.Tobias Geerinckx-Rice2017-08-08
| | | | | | * gnu/packages/libreoffice.scm (hunspell): Update to 1.6.1. [native-inputs]: Add autoconf, automake, and libtool. [arguments]: Add ‘bootstrap’ phase.
* gnu: hunspell: Update home page.Tobias Geerinckx-Rice2017-08-08
| | | | * gnu/packages/libreoffice.scm (hunspell)[home-page]: Update it.
* gnu: libstaroffice: Update to 0.0.4.Tobias Geerinckx-Rice2017-07-18
| | | | * gnu/packages/libreoffice.scm (libstaroffice): Update to 0.0.4.
* gnu: libreoffice: Update to 5.3.2.2.Leo Famulari2017-06-30
| | | | * gnu/packages/libreoffice.scm (libreoffice): Update to 5.3.2.2.
* gnu: Move contents of zip module into compression module.Arun Isaac2017-06-20
| | | | | | | | | | | | | | | * gnu/packages/zip.scm (zip, unzip, zziplib, perl-zip): Move to... * gnu/packages/compression.scm: ...here. * gnu/packages/zip.scm: Delete file. * gnu/local.mk (GNU_SYSTEM_MODULES): Unregister deleted file. * po/packages/POTFILES.in: Unregister deleted file. * gnu/packages/{audio, avr, bioinformatics, busybox, cdrom, ci, compression, docbook, documentation, fonts, fpga, game-development, games, gl, gnome, gnuzilla, graphics, guile, haskell, image, java, kodi, ldc, libreoffice, markup, maths, mc, monitoring, music, php, pretty-print, python, scheme, smalltalk, statistics, synergy, tex, textutils, video, web-browsers, xml, zip}.scm, guix/build-system/{ant, font}.scm, guix/{download, packages}.scm: Adapt module import.
* gnu: libmwaw: Fix CVE-2017-9433.Leo Famulari2017-06-12
| | | | | | * gnu/packages/patches/libmwaw-CVE-2017-9433.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/libreoffice.scm (libmwaw)[source]: Use it.