Commit graph

183 commits

Author SHA1 Message Date
Jan Tojnar 9102478153 libreoffice: fix build with Poppler 22.03 2022-03-25 19:27:18 +01:00
Peter Hoeg 6340db6249 libreoffice-qt: kf5 header files have moved into a subdir 2022-03-22 19:18:43 +08:00
7c6f434c 872af9cc98
Merge pull request #163067 from yurkobb/libreoffice-i18n-uk
libreoffice: add Ukrainian language pack
2022-03-07 05:35:14 +00:00
Yury Bulka 55690318d1 libreoffice: add Ukrainian language pack 2022-03-06 23:21:23 +02:00
Maximilian Bosch b308b06c22
libreoffice: add java.logging to minimal JRE
This is e.g. required to properly use the Langtool-plugin[1] which
otherwise fails like this:

    java.lang.NoClassDefFoundError: java/util/logging/Logger

Fixes #160315

[1] https://extensions.libreoffice.org/en/extensions/show/languagetool
2022-02-19 18:58:04 +01:00
Maximilian Bosch 2f9426ad83
libreoffice: replace openjdk runtime-input with minimal JRE
Previously, `pkgs.libreoffice` had a total closure-size of 2.4GB where
`pkgs.openjdk` was a significant part:

    $ nix path-info ./result -Sh
    /nix/store/7xyfklmiz2azcnrfa8n9cz12dyyqc85r-libreoffice-7.1.7.2	   2.4G
    $ nix path-info ./result -shr | grep openjdk
    /nix/store/qcn7ihaak9g8ayyj4995ila2z0pkm37i-openjdk-17.0.1+12             	 643.6M

However we need exactly two components:

* a `javac` from `pkgs.openjdk`
* a minimal runtime (i.e. a JRE) for `libofficebean.so` where
  `libjawt.so` is also available.

I moved `jdk` to the `nativeBuildInputs` to ensure that `javac` is still
available in the build-environment and created a minimal JRE that seems
sufficient.

Now, the total closure-size is reduced by ~29.1% (basically the 600M
from `pkgs.openjdk`):

    $ nix path-info ./result -Sh
    /nix/store/zv34xijv64k7sz7rv50g3v6y59qg7p8k-libreoffice-7.1.7.2	   1.7G
2021-11-23 19:23:30 +01:00
Alyssa Ross 4e1852096f
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	pkgs/development/tools/parsing/flex/2.6.1.nix
2021-11-14 14:17:46 +00:00
oxalica b3fd89bb20
libreoffice*: skip test to fix build with icu70 2021-11-13 23:20:26 +08:00
Kerstin Humm bb799694db
epoxy: rename to libepoxy
https://github.com/NixOS/nixpkgs/issues/145040
2021-11-11 05:55:32 +01:00
TredwellGit d86e178f91 libreoffice-fresh: 7.1.5.2 -> 7.2.2.2 & libreoffice-still: 7.0.6.2 -> 7.1.6.2 2021-10-28 05:55:42 +00:00
ilmari-lauhakangas f3c17463a1
Let's keep kde-open5 2021-08-19 19:06:29 +03:00
ilmari-lauhakangas 7efb6066ac
Drop xdg-open stuff from default.nix as it is overriden from src-still 2021-08-19 11:59:00 +03:00
Jan Tojnar 468cb5980b gnome: rename from gnome3
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
Sandro Jäckel a0ce2b58af
libreoffice: remove unused input 2021-02-22 01:16:29 +01:00
TredwellGit 14b1e4c71f libreoffice-still: 6.3.5.2 -> 7.0.4.2 2021-02-04 17:14:27 +00:00
TredwellGit f79e624ce6 libreoffice-fresh: 7.0.4.2 -> 7.1.0.3
https://wiki.documentfoundation.org/ReleaseNotes/7.1
2021-02-04 11:40:30 +00:00
Ben Siraphob 5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Gabriel Ebner c9161fb11a treewide: use GST_PLUGIN_SYSTEM_PATH_1_0 instead of GST_PLUGIN_SYSTEM_PATH
When GST_PLUGIN_SYSTEM_PATH_1_0 is set, gstreamer ignores
GST_PLUGIN_SYSTEM_PATH.
2020-12-24 10:34:30 +01:00
Michael Raskin 83cbad92d7
Merge pull request #103185 from ilmari-lauhakangas/patch-2
libreoffice: Use --without-system-libnumbertext instead of --disable-libnumbertext
2020-12-07 07:45:13 +00:00
Jörg Thalheim d5ce08c1f9
libreoffice: improve codec support
Right now libreoffice cannot play mp4/h264 videos,
which is needed if your $genius professor publishes lectures
as powerpoint with embedded videos.
2020-11-29 10:48:52 +01:00
Graham Christensen bc49a0815a
utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
Jonas Meurer ea12d880e0
libreoffice-qt: wrap application
Libreoffice-qt is not wrapped, thus does not launch. Notice that
wrapQtQAppsHook is used manually since all executables are shell
scripts which are not wrapped automatically.
2020-11-13 19:55:28 +01:00
ilmari-lauhakangas 0564f6ab63
Use --without-system-libnumbertext instead of --disable-libnumbertext
Option to disable libnumbertext was removed with
https://git.libreoffice.org/core/commit/c392ecfa734731194c366e869a3c2475c53dc867
It will affect 7.1.
2020-11-09 09:31:11 +02:00
ilmari-lauhakangas c8b7c9bf69
Remove vigra and glew as obsolete LibreOffice dependencies 2020-11-07 10:53:46 +02:00
David Guibert aa91966430 libreoffice-fresh: 6.4.3.2 -> 7.0.0.3 2020-08-27 16:09:53 +02:00
Daniel Șerbănescu 8cf4393152 libreoffice: add danish support 2020-07-05 07:52:45 +02:00
Daniel Șerbănescu ddee83bcb5 libreoffice: added ro locale. 2020-07-03 18:49:56 +02:00
Peter Hoeg dfbc6b3a26
libreoffice: explicitly disable unsupported GTK2 (#89529)
* libreoffice: explicitly disable GTK2 which we no longer support

* libreoffice: version check is more explicit
2020-06-06 08:48:15 +08:00
Peter Hoeg da540dbb70 libreoffce-qt: init at 6.4.3.2 2020-06-03 15:15:17 +08:00
ajs124 f7c7743269 libreoffice: fix build with poppler 0.86
was broken with update in #81955 / 6187d5babc
2020-04-19 19:25:13 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jan Tojnar bd16668567
libreoffice-still: drop gnome2 dependencies
They are not needed any more:

* ORBit2: a219edfbb6
* GConf: 3cf557c12d
* gnome_vfs: b40b601007
2020-04-08 10:32:22 +02:00
Martin Milata 9425bab10a libreoffice-still: 6.2.6.2 -> 6.3.5.2, libreoffice-fresh: 6.3.5.2 -> 6.4.1.1 2020-02-17 22:08:35 +01:00
Martin Milata f5a5695edd libreoffice-fresh: 6.3.0.4 -> 6.3.5.2 2020-02-17 14:47:54 +01:00
Jan Tojnar 2093fa784a
libreoffice: fix eval 2019-12-30 20:53:00 +01:00
Merijn Broeren 133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
Martin Milata 737ce5c848 libreoffice: factor out common derivation
Each "variant" of libreoffice gets its own subdirectory src-$variant
where files w/ source references are stored. In the directory is also
override.nix which allows you to override derivation attributes in
addition to source files.
2019-12-18 13:23:34 +01:00
Jan Tojnar b6284fd70f
libreoffice: use external Poppler 0.83 patch 2019-12-04 13:22:50 +01:00
Martin Milata 7f1bf286dc libreoffice: fix build with poppler-0.83 2019-12-04 03:19:29 +01:00
Michael Raskin 5663e39390
Merge pull request #74478 from malbarbo/libreoffice-pt
libreoffice: add portuguese language support
2019-12-01 11:26:24 +00:00
Marco A L Barbosa 45dc8d0617 libreoffice: add portuguese language support 2019-11-28 09:09:13 -03:00
Frederik Rietdijk 1d18c5a0fe Merge staging-next into staging 2019-11-24 10:13:31 +01:00
Martin Milata 879c47c82a libreoffice: add dev output with headers 2019-11-21 03:13:48 +01:00
adisbladis c9d8624ccd
treewide: Get rid of libGLU_combined 2019-11-18 20:10:43 +00:00
Christine Koppelt 60fade5c03 sablotron: remove 2019-11-08 22:25:08 +01:00
Vladimír Čunát 22a216849b
Re-Revert "Merge branch 'staging-next'"
This reverts commit f8a8fc6c7c.
2019-09-22 09:38:09 +02:00
Vladimír Čunát f8a8fc6c7c
Revert "Merge branch 'staging-next'"
This reverts commit 41af38f372, reversing
changes made to f0fec244ca.

Let's delay this.  We have some serious regressions.
2019-09-21 20:05:09 +02:00
Izorkin 329a88efa7 treewide: replace mysql.connector-c to libmysqlclient 2019-09-09 15:55:34 +03:00
volth 7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
Frederik Rietdijk f65aa21bb2 Merge master into staging-next 2019-08-18 12:53:44 +02:00