Commit Graph

16 Commits

Author SHA1 Message Date
Victor Fuentes
b77674a5ea appstream: 1.0.4 -> 1.1.2 2026-01-31 14:16:37 -08:00
Silvan Mosberger
667d42c00d 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 57b193d8dd
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:27:17 +01:00
K900
86be73ea85 kdePackages.appstream-qt: fix up cmake file more 2024-07-26 10:20:16 +03:00
R. Ryantm
82ade5850b appstream: 1.0.1 -> 1.0.2 2024-03-08 11:46:44 +01:00
K900
0426692aa2 appstream: 0.15.5 → 1.0.1
https://github.com/ximion/appstream/compare/v0.15.5...v1.0.1

Co-authored-by: Bobby Rong <rjl931189261@126.com>
2024-01-04 22:28:05 +08:00
K900
a5a292c7a8 treewide: clear out remaining qt5 conditionals 2023-03-18 02:10:20 +03:00
Bobby Rong
2bfd5cee81 libsForQt5.appstream-qt: fix darwin build 2022-03-02 11:28:29 +08:00
Bobby Rong
b3d4c1d48f nixosTests.installed-tests.appstream-qt: init 2022-03-02 11:28:29 +08:00
Jan Tojnar
34e2c2b310 appstream: 0.13.1 -> 0.14.0 2021-02-11 11:03:12 +01:00
Pavol Rusnak
a6ce00c50c treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Thomas Tuegel
ca5687c4dd appstream-qt: multiple outputs 2020-09-10 10:23:44 -05:00
volth
08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Peter Hoeg
eaae476d42 appstream-qt: do not remove built libraries 2019-04-24 13:11:50 +08:00
worldofpeace
1ef8646a73 appstream: 0.11.8 -> 0.12.2 2018-08-04 18:19:25 -04:00
Peter Hoeg
fbde9ea744 appstream-qt: init at 0.11.8 2018-02-22 15:35:04 +08:00