Commit Graph

57 Commits

Author SHA1 Message Date
Gaétan Lepage
ed34af4a7c softmaker-{office,nx}: 1230 -> 1234 (#538034) 2026-07-09 09:28:33 +00:00
liberodark
8e3d372a8c softmaker-{office,nx}: 1230 -> 1234 2026-07-03 08:00:30 +02:00
XlNTARO
7cb7e835aa freeoffice: 2024.1220 -> 2024.1234 2026-07-02 21:34:48 +03:00
quantenzitrone
f690155396 various: rename references from libXrender to libxrender
this shouldn't create any rebuilds
2026-02-06 00:29:19 +01:00
quantenzitrone
43cdce2c39 various: rename references from libXrandr to libxrandr
this shouldn't create any rebuilds
2026-02-06 00:29:06 +01:00
quantenzitrone
b87857cea9 various: rename references from libXmu to libxmu
this shouldn't create any rebuilds
2026-02-06 00:26:00 +01:00
quantenzitrone
f67b5966bb various: rename references from libXext to libxext
this shouldn't create any rebuilds
2026-02-06 00:25:36 +01:00
quantenzitrone
55280fa564 various: rename references from libX11 to libx11
this shouldn't create any rebuilds
2026-02-06 00:24:34 +01:00
liberodark
99e1a16023 softmaker-{office,nx}: 1228 -> 1230 2026-01-09 17:06:39 +01:00
liberodark
cf597cc2a8 softmaker-{office,nx}: 1224 -> 1228 2025-09-19 13:40:43 +02:00
liberodark
49ca193e22 softmaker-{office,nx}: add liberodark to maintainers 2025-07-21 13:16:59 +02:00
liberodark
9b7ecddb77 softmaker-office: 1222 -> 1224 2025-04-22 10:09:19 +02:00
liberodark
1d6e59abf7 softmaker-office-nx: 1222 -> 1224 2025-04-22 10:09:04 +02:00
Gaetan Lepage
603f344acc softmaker-office-nx: init at 1222 2024-12-19 16:24:04 +01:00
Gaetan Lepage
53953bbde5 softmaker-office: 2021.1032 -> 2024.1222 2024-12-19 10:58:41 +01:00
Gaetan Lepage
a165f0aa38 freeoffice: 2021.1054 -> 2024.1220 2024-12-19 10:55:09 +01:00
Gaetan Lepage
654b19ace3 softmaker: format 2024-12-19 10:53:13 +01:00
Reno Dakota
52bf1163fa treewide: use getLib when accessing clang / libclang / stdenv.cc.cc
In preparation to eliminate the lib output for the unwrapped clang, use
`lib.getLib` to access the `lib` output.
2024-11-07 10:27:41 +00:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Emmanuel Rosa
c8502694cd freeoffice: 2018-982 -> 2021-1054 2022-11-21 02:07:29 -05:00
Robert Scott
466c2e342a treewide/applications: add sourceType binaryNativeCode for many packages 2022-06-23 18:38:19 +01:00
K900
107d591b65 freeoffice: fix mimeTypes in desktop entry 2022-03-02 16:56:36 +03:00
K900
cb2cfba6f7 treewide: switch all desktop file generators to new API
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
Daniël de Kok
017aa88470 Remove danieldk as a maintainer for some packages
- AMD GPU packages: AMD removed support for the RX5x0 GPUs from ROCm, so
  I cannot test these packages anymore.
- A small number of GUI packages: I switched back to macOS on the
  desktop for work reasons, so I cannot easily test these.
- broot: I took over maintainership from someone else, but do not really
  use broot.
2021-07-03 12:14:20 +02:00
Daniël de Kok
854c4ad2d9 softmaker-office: 1030 -> 1032 2021-05-28 16:37:48 +02:00
Daniël de Kok
6aa0795613 softmaker-office, freeoffice: remove unused fetchurl argument 2021-02-20 07:58:42 +01:00
Daniël de Kok
392ec121d4 freeoffice: 980 -> 982 2021-02-19 17:58:47 +01:00
Daniël de Kok
6fd81681d0 softmaker-office: 1020 -> 1030 2021-02-19 17:58:38 +01:00
Ben Siraphob
108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Fabian Möller
ab345bed75 softmaker-office: use copyDesktopItems hook 2020-11-29 04:03:39 +01:00
Graham Christensen
bc49a0815a utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
Jörg Thalheim
f5b1a0ae1a freeoffice: 978 -> 980 2020-11-21 10:13:44 +01:00
Daniël de Kok
c342e5a6dc softmaker-office: add additional programs to PATH
These seem to be needed for the SoftMaker/FreeOffice unlock code. If
they are not added to PATH, startup takes a very long time and reports
many segmentation faults.

Fixes #71228.
2020-10-17 08:18:07 +02:00
Daniël de Kok
e3b407e555 Revert "softmaker-office: remove /bin/ls intercept"
This reverts commit e883c6578c.
2020-10-17 07:35:52 +02:00
Daniël de Kok
e883c6578c softmaker-office: remove /bin/ls intercept
This does not seem to be necessary anymore and fixes segmentation
faults on 20.03.
2020-09-21 19:56:29 +02:00
Daniël de Kok
ac49c2f72a freeoffice: 976 -> 978
Fixes #98385.
2020-09-21 15:21:57 +02:00
Daniël de Kok
e2c8ae9881 softmaker-office: 1018 -> 1020 2020-09-12 19:39:28 +02:00
Daniël de Kok
50438eba6c softmaker-office, freeoffice: make it easy to override versions
Make the edition, version, and hash easier to override to support
users who have a license for an older version of Softmaker Office.
With this change one can e.g. use Softmaker Office 2018 with:

softmaker-office.override {
  officeVersion = {
    edition = "2018";
    version = "976";
    sha256 = "0j6zm0cbxrcgm7glk84hvvbp4z0ys6v8bkwwhl5r7dbphyi72fw8";
  };
}

This also helps people fix things when upstream has replaced the
previous version's tarball and this hasn't been fixed in nixpkgs yet.
2020-08-24 13:07:33 +02:00
Daniël de Kok
e097fbbe11 softmaker-office: 1016 -> 1018 2020-08-24 08:22:33 +02:00
Daniël de Kok
9683e40bf1 softmaker-office, freeoffice: change version to edition.version
This makes the versioning compatible with Repology and other
distributions:

https://repology.org/project/freeoffice/versions
2020-07-21 08:14:30 +02:00
Will Dietz
536eb48ca9 softmaker-office: 1014 -> 1016 2020-07-08 09:15:26 +02:00
Daniël de Kok
87e8f73633 softmaker-office: 976 -> 1014
The edition also changed from 2018 to 2021, since this is a major new
release. Changes:

https://www.softmaker.com/en/softmaker-office-whatsnew
2020-06-03 14:54:01 +02:00
Daniël de Kok
cb5580e4c0 softmaker-office: 974 -> 976
This is a bugfix release:

https://www.softmaker.com/en/servicepacks-office-changelog
2020-04-03 09:15:58 +02:00
Daniël de Kok
5e839502c6 softmaker-office: fix desktop items
Fix desktop items to pass validation:

- Remove icon file extension.
- Remove categories that are not defined by the specification.
- Remove a duplicate MIME type in the PlanMaker desktop file
2020-04-03 09:14:16 +02:00
José Romildo Malaquias
55b6146535 freeoffice: 974 -> 976 2020-03-27 10:37:04 -03:00
Daniël de Kok
44085e3501 freeoffice: 973 -> 974
Changelog:

https://www.freeoffice.com/en/download/servicepacks
2020-03-08 08:28:13 +01:00
Daniël de Kok
d4212f7036 softmaker-office: 972 -> 974
Changelog:
https://www.softmaker.com/en/servicepacks-office-changelog
2020-02-16 08:22:43 +01:00
José Romildo Malaquias
cc993f01ac freeoffice: missing 96x96 application icons in freeoffice 973 2019-11-19 18:15:05 -03:00