JesusMtnez
8e089e7135
libreoffice-bin: 7.4.3 -> 7.4.7
2023-07-12 10:24:29 +02:00
teutat3s
9da8091506
libreoffice-fresh: 7.5.2.2 -> 7.5.4.1
2023-05-29 13:27:03 +02:00
teutat3s
c92d120e01
libreoffice-still: 7.4.6.2 -> 7.4.7.2
2023-05-29 13:25:36 +02:00
Michael Raskin
e057b8492a
libreoffice*: drop test which regressed on libxml2 update
...
https://hydra.nixos.org/build/215973648/nixlog/6/tail
(cherry picked from commit 9a0662c503
)
2023-04-23 09:38:41 +02:00
Doron Behar
07bfa152b6
libreoffice-still: Disable more failing tests
2023-04-07 10:24:11 +03:00
Doron Behar
6431dfbe0f
libreoffice-fresh: 7.5.2.1 - > 7.5.2.2
2023-04-03 06:55:17 +03:00
Doron Behar
699d543e9e
libreoffice.unwrapped: Remove $dev output
...
It makes the build fail, and not package in Nixpkgs seems to be using
this.
2023-04-02 18:17:02 +03:00
Doron Behar
e0b64b3a82
libreoffice: Remove failing test
2023-04-02 18:15:53 +03:00
Doron Behar
c613b68e4c
libreoffice-still: 7.3.7.2 -> 7.4.6.2
2023-04-02 18:15:53 +03:00
Doron Behar
272f3d3914
libreoffice-fresh: 7.4.2.3 -> 7.5.2.1
2023-04-02 18:15:53 +03:00
Doron Behar
8218e8b457
libreoffice: generate-*-srcs.py Remove export prefix
...
Needed for both fresh and still variants upcoming updates, in order to
parse the download.lst file correctly.
2023-04-02 18:15:52 +03:00
Doron Behar
d26b239493
libreoffice/wrapper: Don't --chdir
...
Use lndir and replace it's relevant symlinks with wrappers.
2023-03-26 16:25:46 +03:00
Vladimír Čunát
a86610144f
Merge #219444 : staging-next 2023-03-04
2023-03-15 17:35:39 +01:00
Moritz 'e1mo' Fromm
825a34ea3b
libreoffice: improve out/share looping in wrapper
...
The copying/linking implemented in #220694 resulted in a higher
maintenance burden (need to manually add all new folders in $out/share).
The introduced loop will continue linking everything but the .desktop
files.
2023-03-14 11:53:31 +01:00
Vladimír Čunát
1f7eeea8ee
Merge branch 'master' into staging-next
2023-03-12 17:21:00 +01:00
Moritz 'e1mo' Fromm
7d15a39781
libreoffice: Fix invalid desktop files
...
Fixes a regression introduced in #219166 by again setting the correct
binary name in the Exec filed for the .desktop files.
Fixes #220693
2023-03-12 16:08:26 +01:00
Weijia Wang
7f436901f1
libreoffice-still: fix build on aarch64-linux
2023-03-12 00:11:48 +02:00
Doron Behar
3966519d12
libreoffice: wrapper.nix rewrite
...
Cleanup the unwrapped derivation's postInstall. Delete wrapper.sh, and
put it's contents in the wrapped derivation via configurable
`makeWrapper`. Also, always install dolphin templates in the unwrapped
derivation.
2023-03-07 01:23:22 +02:00
Artturin
f9fdf2d402
treewide: move NIX_CFLAGS_COMPILE to the env attrset
...
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Artturin
6f6cc4a22d
treewide: use toString on list NIX_CFLAGS_COMPILE
...
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
2023-02-22 21:23:04 +02:00
squalus
09720f1dc3
libreoffice: support postgresql by default
2023-02-02 16:59:30 -08:00
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