Renaud
2fb1b3156f
Merge pull request #60932 from c0bw3b/patches-cleanup
...
[treewide] delete (some) unused patches
2019-05-07 23:34:04 +02:00
Will Dietz
d90da9197a
libreoffice-fresh: 6.2.2.2 -> 6.2.3.2
2019-05-06 23:38:11 -05:00
Michael Raskin
7770495cd7
Merge pull request #59148 from volth/gcc.arch.v3
...
compilation for particular x86_64 architecture
2019-05-05 19:12:12 +00:00
royneary
fb0481903f
libreoffice: install unopkg for libreoffice-still too
2019-05-05 13:23:08 +02:00
royneary
7bee906a5b
libreoffice: install the unopkg extension management tool
2019-05-05 12:26:09 +02:00
c0bw3b
9cb260d091
[treewide] delete unused patches
2019-05-04 19:52:24 +02:00
volth
091de095c9
-mno-fma is x86_64 only; it hinders aarch64 compilation
2019-05-04 15:31:02 +00:00
volth
5ad79dc4bb
compilation for particular x86_64 architecture
2019-04-30 14:28:04 +00:00
Will Dietz
17688c1417
libreoffice-fresh: 6.2.1.2 -> 6.2.2.2 ( #58236 )
...
* libreoffice-fresh: 6.2.1.2 -> 6.2.2.2
2019-03-25 06:32:45 +00:00
Tomas Hlavaty
fa144d2361
libreoffice: japanese added
2019-03-24 08:39:38 +01:00
Michael Raskin
b8ed97001e
libreoffice: wrapper: fallback to /tmp if /run is not usable
2019-03-23 12:16:53 +01:00
Michael Raskin
ab56044f22
libreoffice: 6.1.4.2 -> 6.1.5.2, 6.2.1.2
2019-03-14 06:00:05 +01:00
Jan Tojnar
606ceda352
gnome3: stop using aliases
2019-02-14 02:31:15 +01:00
Piotr Bogdan
c16b33bbcc
libreoffice-fresh: 6.1.3.2 -> 6.1.4.2
...
And patch it, together fixing build with new poppler.
Fixes https://github.com/NixOS/nixpkgs/issues/53921
2019-01-16 19:33:29 +01:00
Alyssa Ross
cb0197cc65
libreoffice-fresh: 6.1.2.1 -> 6.1.3.2
2018-11-18 11:52:12 +00:00
Alyssa Ross
c1f30daee4
libreoffice-still: 6.0.6.2 -> 6.0.7.3
2018-11-18 11:51:46 +00:00
Samuel Dionne-Riel
4a58f744f1
libreoffice-*: inherits meta.
...
This ensures the package listing shows the expected informations.
2018-11-09 13:52:26 -05:00
Will Dietz
41cb5926db
libreoffice-fresh: update hashes for help and translations
2018-09-29 11:02:52 -05:00
Will Dietz
00262d7d07
libreoffice-srcs.nix: regen (openssl 1.0.2o -> 1.0.2p)
2018-09-29 10:58:31 -05:00
Will Dietz
5c5ea8b9ea
libreoffice-fresh: 6.1.1.2 -> 6.1.2.1
2018-09-29 10:44:47 -05:00
Will Dietz
ca46876774
libreoffice-fresh: 6.1.0.3 -> 6.1.1.2
2018-09-17 18:23:58 -05:00
Will Dietz
72cf7f513d
libreoffice-{fresh,still}: upgrade and clean
...
* libreoffice-still: -> 6.0.6.2
* (newer than our current 'fresh!')
* libreoffice-fresh: -> 6.1.0.3
* 6.1.1(.1) is currently pre-release, FWIW
* Use normal gcc, not gcc5
* dropping 'glibc' from buildInputs fixed this (?)
* remove many fixes/touchups/workarounds/hacks
* hopefully everything still works for everyone
* disable online update since that seems unlikely to work anyway
* fix autogen/configure invocations
* disable libnumbertext in 6.1.x since not packaged
* drop 'touch solenv/inc/target.mk' as unclear what it was for
and doesn't seem to be currently needed
* cleanup link gen a bit[1]
* split checks to check phase
[1]
primary motivation was to stop creating links like:
'libreoffice-6.0.5.2/src/-libxslt-1.1.32.tar.gz' -> '/nix/store/503v5hmhm430bld0h078gacmkniwdllr-libxslt-1.1.32.tar.gz'
'libreoffice-6.0.5.2/src/libxslt-1.1.32.tar.gz' -> '/nix/store/503v5hmhm430bld0h078gacmkniwdllr-libxslt-1.1.32.tar.gz'
This is mostly accomplished by simply using the 'md5name' field
which the python script kindly generates for us
(including the use of non-md5 if md5 is not set or empty).
2018-09-04 11:51:55 -05:00
Vladimír Čunát
9528384ac3
libreoffice*: add Czech language support
...
Tested the default version only (still).
2018-09-01 17:20:42 +02:00
Bobby Rong
5a8f1c1643
libreoffice-still: add zh-CN language support
2018-08-31 21:20:16 +08:00
Bobby Rong
51bb4337fc
libreoffice: add zh-CN language support
2018-08-31 21:19:44 +08:00
Lluís Batlle i Rossell
66d7126255
Take me (viric) out of most maintenance
...
Since years I'm not maintaining anything of the list below other
than some updates when I needed them for some reason. Other people
is doing that maintenance on my behalf so I better take me out but
for very few packages. Finally!
2018-07-22 21:50:19 +02:00
volth
cc55a3ebcb
treewide: fix build with disallowed aliases ( #43872 )
...
fixes build with disallowed aliases
2018-07-21 22:03:24 -04:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Michael Raskin
7e3db3490e
libreoffice: cleanup and update
...
1. For some reason libreoffice-still was still referencing the Fresh
expression.
2. Moved gdb from buildInputs to nativeBuildInputs.
3. Minor update for both branches.
2018-06-24 16:10:17 +02:00
Ioannis Koutras
6e9808e4f1
libreoffice: disable system xmlsec
2018-06-18 11:46:54 +03:00
Ioannis Koutras
fa9674d544
libreoffice-fresh: 6.0.3.2 -> 6.0.4.2
2018-06-18 11:46:49 +03:00
Michael Raskin
1f52bfb67c
libreoffice: wrapper: do not set SAL_USE_VCLPLUGIN for now
2018-05-02 22:52:51 +02:00
Michael Raskin
1cb0cfba01
libreoffice-fresh: 6.0.2.1 -> 6.0.3.2
2018-05-02 02:46:52 +02:00
Michael Raskin
3228dcdd3d
libreoffice-still: try fixing icon references
2018-05-02 02:46:52 +02:00
Michael Raskin
e471376982
libreoffice: wrapper: apparently session bus for DBus is enough, and adding a local system bus when a session bus is present makes things worse
2018-04-15 08:33:42 +02:00
Michael Raskin
e7b213d55e
libreoffice-still, libreoffice-fresh: use fresh bluez, not the oldest ICU, comment about GCC version, use the fontconfig fix for libreoffice-still
2018-04-14 00:20:28 +02:00
Michael Raskin
95a819c002
libreoffice: wrap to set JAVA_HOME, SAL_USE_VCLPLUGIN and DBus session if not set
2018-03-27 19:30:09 +02:00
Michael Raskin
ca4d81d2c7
libreoffice-still: 5.4.5.1 -> 5.4.6.2; use poppler_0_61
2018-03-23 10:23:42 +01:00
Vladimír Čunát
565bd805e6
Merge branch 'master'
2018-03-05 14:53:27 +01:00
Michael Raskin
ab91a07d89
libreoffice-fresh: 6.0.1.1 -> 6.0.2.1
2018-03-02 08:29:08 +01:00
Michael Raskin
f6de73b436
libreoffice-fresh: 5.4.1.2 -> 6.0.1.1
...
One of the newly disabled tests is not a pure rendering test and might
be related to data consistency (unfortunately)
2018-03-01 23:27:26 +01:00
Michael Raskin
19cc36d197
libreoffice-still: 5.3.6.1 -> 5.4.5.1
2018-02-27 07:43:50 +01:00
Jan Tojnar
a31d98f312
tree-wide: autorename gnome packages to use dashes
2018-02-25 17:41:16 +01:00
Alexander V. Nikolaev
0acec7e984
treewide: transition mesa to libGLU_combined
2018-02-24 17:06:49 +02:00
Arcadio Rubio García
960d7d66d5
libreoffice: Add Spanish (es) language support and sort langs list
2018-01-22 14:50:51 +00:00
gnidorah
3c80e17ee1
libreoffice-still: drop kde4 parts
2017-12-24 12:54:19 +03:00
gnidorah
f423efb7f5
libreoffice: use wrapGAppsHook
2017-12-01 11:11:09 +03:00
Emanuele Peruffo
3ee70f64f0
libreoffice: add Italian language
...
Added the Italian language to the list of supported languages for Nix.
2017-10-23 13:35:47 +02:00
Robin Gloster
db0ec924fd
Revert "libreoffice-still: fix build (re: nss update)"
...
This reverts commit 75ecaa1b52
.
2017-10-09 20:50:27 +02:00
Robin Gloster
6c870f5e86
Revert "libreoffice-fresh: take into account new nss header layout"
...
This reverts commit f3c798dd74
.
2017-10-09 20:50:14 +02:00