Commit Graph

24 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
32dd7af54d lxqt.screengrab: 2.8.0 -> 2.9.0 2024-11-07 23:55:37 -03:00
José Romildo
ccf72c1c18 lxqt.screengrab: 2.7.0 -> 2.8.0 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
5cfac1baad lxqt.screengrab: 2.6.0 -> 2.7.0 2023-11-10 08:36:07 -03:00
José Romildo
73c9e3a66e lxqt.screengrab: 2.5.0 -> 2.6.0 2023-04-17 14:41:31 -03:00
José Romildo
9805f97297 lxqt.screengrab: 2.4.0 -> 2.5.0 2022-11-09 10:43:01 -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
6cacd60eb9 lxqt.screengrab: 2.3.0 -> 2.4.0 2022-04-17 21:50:03 -03:00
José Romildo
e747e23ab5 lxqt.screengrab: 2.2.0 -> 2.3.0 2021-11-05 14:35:02 -03:00
José Romildo Malaquias
6a6dac099b lxqt.screengrab: 2.1.0 -> 2.2.0 2021-04-16 17:36:32 -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
e0c2ff1f5b lxqt.screengrab: 2.0.1 -> 2.1.0 2020-12-16 10:28:47 -03:00
José Romildo Malaquias
2c9560df2a lxqt.screengrab: 2.0.0 -> 2.0.1 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
José Romildo Malaquias
01dd056c3f lxqt.screengrab: 1.101 -> 2.0.0 2020-01-22 18:16:56 -03:00
José Romildo Malaquias
a61bd1e42d lxqt: restrict to linux platform
libqtxdg fails to build on darwin.

LXQt is a DE for linux so assume darwin is not supported.

The platform for some packages that may be useful outside of
LXQt (like pcmanfm-qt, lximage-qt and others) and do not depend on
libqtxdg are not being changed.
2019-11-02 13:36:21 -07: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
102a33c356 lxqt.screengrab: 1.100 -> 1.101 2019-02-26 20:00:16 -03:00
José Romildo Malaquias
96185ab3f0 screengrab: 1.98 -> 1.100 2019-02-12 09:56:09 -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