2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-22 05:33:23 +00:00
Commit Graph

238 Commits

Author SHA1 Message Date
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
7d70d52346
Keep the patch for 7.1.x fresh 2021-08-19 19:34:45 +03:00
ilmari-lauhakangas
f3c17463a1
Let's keep kde-open5 2021-08-19 19:06:29 +03:00
ilmari-lauhakangas
cc00012c97
Let's keep kde-open5 in default.nix 2021-08-19 19:06:19 +03:00
ilmari-lauhakangas
a1e6c9b848
Correct relative path to xdg-open-brief.patch 2021-08-19 12:23:26 +03:00
ilmari-lauhakangas
68e256c0ce
Define patches, don't add to it 2021-08-19 12:08:09 +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
ilmari-lauhakangas
4b5182477c
libreoffice: xdg-open-brief.patch not needed for 7.2 2021-08-19 11:51:44 +03:00
TredwellGit
bc11ce2abd libreoffice-fresh: 7.1.4.2 -> 7.1.5.2 2021-07-23 07:03:18 +00:00
TredwellGit
b1db7c902b libreoffice-fresh: 7.1.3.2 -> 7.1.4.2 2021-06-10 23:52:37 +00:00
Thomas Gerbet
f7b33e0334 libreoffice-still: 7.0.4.2 -> 7.0.6.2
This will avoid false positives with CVE-2021-25631 [0] (only impact
Windows).
It also includes bugfixes:
https://wiki.documentfoundation.org/Releases/7.0.5/RC1
https://wiki.documentfoundation.org/Releases/7.0.5/RC2
https://wiki.documentfoundation.org/Releases/7.0.6/RC1
https://wiki.documentfoundation.org/Releases/7.0.6/RC2

[0] https://www.libreoffice.org/about-us/security/advisories/cve-2021-25631/
2021-05-23 11:47:11 +02: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
TredwellGit
a9f8aec7d0 libreoffice-fresh: 7.1.2.2 -> 7.1.3.2 2021-05-06 12:38:56 +00:00
pennae
df6c714d82 libreoffice: kill private dbus instance on exit
if the libreoffice wrapper doesn't find a dbus instance in the
environment it starts one, but then neglects to clean it up. over time
this can litter the system with orphaned dbus instances. kill the daemon
as well instead of just removing the socket directory.
2021-04-22 23:03:02 +02:00
TredwellGit
29a2856563 libreoffice-fresh: 7.1.1.2 -> 7.1.2.2 2021-04-02 13:15:41 +00:00
TredwellGit
7ec939d517 libreoffice-fresh: 7.1.0.3 -> 7.1.1.2 2021-03-04 19:23:50 +00: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
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob
5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Ben Siraphob
108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Gabriel Ebner
e8a8d380ec
Merge pull request from gebner/gstreamer-wrapper
treewide: use GST_PLUGIN_SYSTEM_PATH_1_0 instead of GST_PLUGIN_SYSTEM_PATH
2020-12-24 12:29:43 +01: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
TredwellGit
37abd75b93 libreoffice-fresh: 7.0.3.1 -> 7.0.4.2 2020-12-21 01:45:25 +00:00
Michael Raskin
83cbad92d7
Merge pull request 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
TredwellGit
d07dc0aba1 libreoffice-fresh: 7.0.0.3 -> 7.0.3.1
Also, replace HTTP with HTTPS.
2020-11-08 01:13:08 +00:00
ilmari-lauhakangas
c8b7c9bf69
Remove vigra and glew as obsolete LibreOffice dependencies 2020-11-07 10:53:46 +02:00
Fabian Möller
d43db8abbc
libreoffice-still: fix build 2020-09-03 14:42:11 +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 ()
* 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
cf2ff92ae9 libreoffice-fresh: 6.4.1.1 -> 6.4.3.2 2020-04-19 19:27:03 +02:00
ajs124
f7c7743269 libreoffice: fix build with poppler 0.86
was broken with update in  / 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
Michael Raskin
fcf9e23e73
Merge pull request from mmilata/libreoffice-spellcheck-dicpath
libreoffice: wrapper: add hunspell dirs to DICPATH
2020-02-25 21:39:11 +00:00
Martin Milata
c95bfd235b libreoffice: wrapper: add hunspell dirs to DICPATH
LibreOffice doesn't know where to look for hunspell dictionaries on
NixOS but we can use the DICPATH env var to point to them. Now
spellchecking with system dictionaries works.

Note that some of these dictionaries are built from LibreOffice repos -
this is preferable to building them as part of LO as other applications
can use them.
2020-02-18 14:55:03 +01: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