Commit Graph

23 Commits

Author SHA1 Message Date
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
José Romildo
73e301522d lxqt.obconf-qt: 0.16.4 -> 0.16.5 2024-11-03 09:47:26 -03:00
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
José Romildo
9d4f020897 lxqt.obconf-qt: port to qt6 2024-04-19 14:39:00 -03:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
José Romildo
40cd3bcc06 lxqt.obconf-qt: 0.16.3 -> 0.16.4 2024-01-14 17:28:02 -03:00
José Romildo
ac7d0ebef7 lxqt.obconf-qt: 0.16.2 -> 0.16.3 2023-11-10 08:36:07 -03:00
José Romildo
4a9e77cea0 lxqt: use gitUpdater instead of lxqtUpdateScript 2022-09-27 23:41:53 -03:00
José Romildo
417b1c12b2 lxqt: add maintainers team 2022-05-01 13:03:21 -03:00
José Romildo
e31ccc845f lxqt.obconf-qt: 0.16.1 -> 0.16.2 2022-03-15 18:36:14 -03:00
José Romildo Malaquias
966480b59a lxqt.obconf-qt: 0.16.0 -> 0.16.1 2021-05-01 21:54:51 -03:00
AndersonTorres
591f129c6d lxqt: cosmetical changes
Updated the GPL and LGPL licenses.
2021-02-08 11:41:52 -03:00
Ben Siraphob
5fffcef915 pkgs/desktops: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
José Romildo Malaquias
b867086503 lxqt.obconf-qt: 0.15.0 -> 0.16.0 2020-12-16 10:28:47 -03:00
José Romildo Malaquias
e6e984b284 lxqt.obconf-qt: 0.14.1 -> 0.15.0 2020-04-29 16:12:29 -03:00
José Romildo Malaquias
f27301cd32 lxqt: add updater script to individual packages 2020-04-29 16:12:26 -03:00
José Romildo Malaquias
5abed165e0 lxqt: format nix expressions with nixpkgs-fmt 2020-04-29 16:12:26 -03:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
worldofpeace
b0c2aea20b
treewide: drop adding hicolor-icon-theme where possible
This was either for the setup-hook to remove caches or added
even though the respective icon theme propagated it.
2019-09-18 22:47:26 +02:00
worldofpeace
3167eb3780 lxqt: use qt5's mkDerivation
This should also ensure that the applications get wrapped
appropriately.
2019-08-19 21:22:18 -04:00
José Romildo Malaquias
9d40c72d67 lxqt.obconf-qt: 0.14.0 -> 0.14.1 2019-02-26 20:00:15 -03:00
José Romildo Malaquias
40b1f7f16d obconf-qt: 0.13.0 -> 0.14.0 2019-02-12 09:56:07 -02:00
José Romildo Malaquias
2047e28c7f lxqt: mv contents of base, core and optional to parent directory (#46484) 2018-09-10 23:00:14 +02:00