Commit graph

303 commits

Author SHA1 Message Date
github-actions[bot] 4712ed9439
Merge master into staging-next 2023-01-14 00:02:26 +00:00
me00001 1a93ad6e56
libreoffice: add Arabic language pack 2023-01-13 16:27:44 +03:00
github-actions[bot] 4bf238a8fb
Merge master into staging-next 2023-01-08 00:02:31 +00:00
Thomas Gerbet 690eb0d43e libreoffice-bin: 7.3.3 -> 7.4.3
Fixes CVE-2022-3140 (https://www.libreoffice.org/about-us/security/advisories/CVE-2022-3140).

https://wiki.documentfoundation.org/ReleaseNotes/7.4
2023-01-07 19:55:30 +01:00
Robert Hensing 16f5747575
Merge pull request #175649 from Artturin/opt-in-structured-attrs
stdenv: support opt-in __structuredAttrs
2022-12-10 21:12:43 +01:00
Artturin c55b931644 treewide: fix lints and remove a unneeded cmake input 2022-12-09 01:16:08 +02:00
Artturin c01f509e44 treewide: source .attrs in builders
if theres a source $stdenv then this is needed

for structuredAttrs
2022-12-08 21:09:02 +02:00
Mario Rodas eed05da3a3
Merge pull request #199802 from jerith666/openjdk-19
OpenJDK: init 19.0.1
2022-11-30 08:01:20 -05:00
Matt McHenry e7cfa26a86 openjdk: init 19.0.1
as usual this is mostly copy-pasted from 18, so this commit is best
reviewed with '--find-copies-harder'

stop exposing openjdk 18 since it was not a long-term support release

change the default openjdk from 17 to 19 since nixpkgs is a
rolling-release repository

drop the ceremony around bootstrapping via adoptopenjdk for 64-bit
builds vs. via earlier openjdk builds for 32-bit, because, to be
frank, since we're using temurin now, it's not a simple copy-paste
job.  :-/  if someone needs a 32-bit openjdk, that work can be done
separately.

JavaFX revs from 17 to 19; it looks like 18 was never packaged along
with JDK 18.

* the gradle invocation used to build JavaFX must still be done with
  Java 18, as gradle does not yet support running itself on Java 19.

* a couple of patches need to be applied, since a new State enum was
  introduced in the JDK that collides with one in JavaFX.

* the hash of the gradle dependencies has not changed, which is
  surprising, but as far as I can tell correct.

One application (libreoffice) doesn't work with 19 yet, so pin it to
jdk 17 for now.

Co-authored-by: Mario Rodas <marsam@users.noreply.github.com>
2022-11-22 20:33:24 -05:00
Mustafa Çalışkan 56639875f7
libreoffice: add Turkish language pack 2022-11-17 16:09:39 +03:00
Naïm Favier ead02234ed
libreoffice-still: 7.3.6.2 -> 7.3.7.2 2022-11-04 00:20:52 +01:00
Ian M. Jones 90eb7cc0aa libreoffice: fix *.desktop files Exec commands 2022-10-24 10:03:13 +08:00
7c6f434c 39dc530f39
Merge branch 'master' into libre-deps 2022-10-22 12:01:58 +00:00
Florian Brandes 3e3301db78
libreoffice: fix test and cleanup
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-10-18 07:33:04 +02:00
Florian Brandes 2b690476d2 libreoffice-fresh: 7.4.0.3 -> 7.4.2.3
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-10-17 21:35:00 +02:00
Florian Brandes e39db15a4b libreoffice-still: 7.4.0.3 -> 7.4.2.3
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-10-17 21:35:00 +02:00
ajs124 7be2ecc973 libreoffice-*: drop poppler patches 2022-10-17 21:35:00 +02:00
ajs124 001dd426a0 libreoffice-still: 7.2.6.2 -> 7.3.5.2 2022-10-17 21:35:00 +02:00
ajs124 c4785c567e libreoffice-fresh: 7.3.3.2 -> 7.4.0.3 2022-10-17 21:35:00 +02:00
Artturin 0734f54ef2 treewide: move pkg-config, autoreconfHook, intltool to nativeBuildInputs
found with nixpkgs-lint
2022-09-26 17:53:26 +03:00
Vladimír Čunát 9233d46171
fixup! libreoffice*: hack-fix build after gpgme update 2022-08-18 17:42:24 +02:00
Vladimír Čunát 6b4195366a
libreoffice*: hack-fix build after gpgme update 2022-08-18 17:40:39 +02:00
K900 523bd0ae27 libreoffice: add java.sql dependency
Otherwise Base crashes on startup.
2022-06-23 18:26:35 +02:00
Robert Scott 3b6bc4b69c treewide: set sourceProvenance for packages containing downloaded jars
these are the easily identifiable cases and will not be comprehensive
2022-06-04 19:47:57 +01:00
Thibault Gagnaux d7ccd36aa0
libreoffice: run the update-script's side-effect at runtime instead of eval
time
2022-05-31 21:54:41 +02:00
Thibault Gagnaux 4c23cbcc15
libreoffice: add impure functions comment 2022-05-30 17:20:00 +02:00
Thibault Gagnaux fe949d64ef
libreoffice: rename libreoffice -> libreoffice-bin 2022-05-28 17:40:04 +02:00
Thibault Gagnaux 56ce01eca3
libreoffice: pass explicit file to update-source-version function and
fix import typo
2022-05-27 17:44:53 +02:00
Thibault Gagnaux 8315cf274b
libreoffice: add darwin to meta platforms and extract to common.nix
As a result, the darwin derivations will show up on
https://search.nixos.org/packages.
2022-05-27 17:28:31 +02:00
Thibault Gagnaux b9a5485aa5
Revert "libreoffice: move darwin to separate libreoffice-darwin package"
Introducing a new name for each complex darwin derivation does not
scale.

This reverts commit b207ef980751b2dfe2f222fbd7dbc854f9bd90bf.
2022-05-27 17:28:31 +02:00
Thibault Gagnaux d4dd3f5f7e
libreoffice: move darwin to separate libreoffice-darwin package
The linux and darwin derivations are completely different. Therefore, it
makes more sense to treat them as two separate, independent derivations.
2022-05-27 17:28:31 +02:00
Thibault Gagnaux 2fb0615a66
libreoffice: add integration test and use lib.fakeSha256 2022-05-27 17:28:30 +02:00
tricktron d679ccc970
libreoffice: apply suggestions from code review
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-05-27 17:28:30 +02:00
Thibault Gagnaux ccfd4255bb
libreoffice: 7.2.5 -> 7.3.3 2022-05-27 17:28:30 +02:00
Thibault Gagnaux ed52a44934
libreoffice: general darwin improvements
- throw error if platform is not supported
- fix wrong pre/postInstallPhase hook -> pre/postInstall
- switch to stdenvNoCC because we don't build anything
- run all phases by default
- wrap binary using `open -na $out/Applications/${appName} --args "$@"`
2022-05-27 17:28:30 +02:00
Thibault Gagnaux 9f80b6d8fe
libreoffice: refactor and document version reset workaround 2022-05-27 17:28:30 +02:00
Thibault Gagnaux 8395d7a4d3
libreoffice: add update-script for darwin 2022-05-27 17:28:29 +02:00
Peter Hoeg d75e54f70c libreoffice: fix -qt build 2022-05-12 22:56:10 +08:00
7c6f434c 2a3aac479c
Merge pull request #172088 from gador/libreoffice-fresh-7.3.3.2
libreoffice-fresh: 7.2.5.2 -> 7.3.3.2
2022-05-09 07:45:23 +00:00
Florian Brandes 28942721a1
libreoffice-fresh: 7.2.5.2 -> 7.3.3.2
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-05-08 21:44:27 +02:00
Florian Brandes 62e689da12
libreoffice-still: apply review comments
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-05-08 21:38:56 +02:00
Florian Brandes dfd3754f61
libreoffice-still: 7.1.8.1 -> 7.2.6.2
fixes #171907

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-05-08 10:47:47 +02:00
Jan Tojnar 1cc16e71e1
Merge pull request #167372 from r-ryantm/auto-update/poppler-glib
poppler: 22.03.0 -> 22.04.0
2022-05-06 00:47:20 +02:00
Jan Tojnar ced814af20 libreoffice-fresh: Fix build with poppler 22.04 2022-05-04 14:42:39 +02:00
hqurve 010e2e5b12 libreoffice: add templates to dolphin "create new" menu
The libreoffice derivation does not copy the necessary
files to the output. Hence, we need to unpack the source again
2022-05-03 08:11:26 -04:00
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