Commit Graph

153 Commits

Author SHA1 Message Date
KangaZero
4cf79e4efb mkbrr: 1.22.0 -> 1.24.1
From 1.23.0 the repo adds in a separate GUI Go module. Added
`subPackages` to only build root CLI package.
Added `changelog` to `meta` attrs
2026-08-03 15:23:01 +09:00
nixpkgs-ci[bot]
429c74599f Merge master into staging-next 2026-07-17 10:58:27 +00:00
Ivan Mincik
a32a4b2e99 mkroot-utils: init at 0.5.3 (#536717) 2026-07-17 08:37:03 +00:00
toonn
2974b4a365 mkroot-utils: init at 0.5.3
Version 0.5.3 uses separate FIFOs for tests so they can no longer
interleave during concurrent execution and should be consistent now.

Co-authored-by: phanirithvij <phanirithvij2000@gmail.com>
2026-07-15 18:52:45 +02:00
K900
45ae10c84d Merge remote-tracking branch 'origin/master' into staging-next 2026-07-15 10:52:37 +03:00
Emily
fdb820602b treewide: drop simple x86_64-darwin mentions
To reproduce:

    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: nix-x86_64-darwin
          language: nix
          rule:
            any:
              - pattern: "\"x86_64-darwin\""
                kind: list_expression > string_expression
              - pattern:
                  context: "{ \"x86_64-darwin\" = $EXPR; }"
                  selector: binding
              - pattern:
                  context: "{ x86_64-darwin = $EXPR; }"
                  selector: binding
          fix:
            template: ""
        ' pkgs
    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: json-first-x86_64-darwin
          language: json
          rule:
            kind: object > pair:nth-child(1)
            has:
              pattern: "\"x86_64-darwin\""
              field: key
          fix:
            template: ""
            expandEnd: { regex: "," }
        ' pkgs
    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: json-x86_64-darwin
          language: json
          rule:
            kind: object > pair
            has:
              pattern: "\"x86_64-darwin\""
              field: key
          fix:
            template: ""
            expandStart: { regex: "," }
        ' pkgs
    $ git restore pkgs/by-name/om/omnix/package.nix
    $ git diff --name-only -z \
        | nix shell nixpkgs/3b32825de172d0bc85664f495edb096b10862524#gnused \
            -c xargs -0 sed -i '/^$/N; /^\n\? \+$/d'
    $ treefmt
2026-07-15 03:58:16 +01:00
nixpkgs-ci[bot]
fe8a2e36c3 Merge staging-next into staging 2026-07-12 18:20:06 +00:00
rnhmjoj
55dc0d634c mkvtoolnix-cli: fix build 2026-07-11 13:50:10 +02:00
Martin Weinelt
eb0dbe6935 checkPhaseThreadLimitHook: rename from openmpCheckPhaseHook, set more thread env vars (#539853) 2026-07-10 12:21:00 +00:00
Grimmauld
b96ed4d602 treewide: add checkPhaseThreadLimitHook to more things used in parallel checks 2026-07-10 00:47:06 +02:00
R. Ryantm
a6d4cc5f26 mkvtoolnix: 99.0 -> 100.0 2026-07-08 16:19:04 +00:00
nixpkgs-ci[bot]
5ab418dde1 Merge master into staging-next 2026-07-07 10:11:50 +00:00
Stefan Frijters
1ee130c903 mkspiffs-presets: move env variable into env for structuredAttrs (#524044) 2026-07-07 09:16:55 +00:00
Sigmanificient
4486008624 mkspiffs-presets: move env variable into env for structuredAttrs 2026-07-07 10:30:47 +02:00
Robert Helgesson
4a0fcce008 mkfontdir: 1.2.3 -> 1.2.4 (#511300) 2026-07-05 20:32:20 +00:00
Colin
f887de43d8 various: fix meta.changelog in orphaned packages, batch 1 (#514815) 2026-06-07 23:39:09 +00:00
fsagbuya
78aa5748af mkbootimage: drop unused pcre dependency 2026-06-02 11:43:31 +08:00
Cosima Neidahl
429f31130b mkcal: 0.7.32 -> 0.7.33 (#522919) 2026-05-29 17:24:57 +00:00
Michele Guerini Rocco
ec067d0653 mkvtoolnix-cli: 98.0 -> 99.0 (#523855) 2026-05-26 23:01:21 +00:00
Gaétan Lepage
2e17b49419 treewide: move to by-name part 5 (#522673) 2026-05-26 20:55:44 +00:00
R. Ryantm
51540bca85 mkvtoolnix-cli: 98.0 -> 99.0 2026-05-25 02:30:44 +00:00
liberodark
b25ea88e6a treewide: move to by-name part 5 2026-05-25 00:31:24 +02:00
Alex James
653b1e1225 mkvtoolnix: use structuredAttrs 2026-05-23 21:15:55 -07:00
Alex James
6e4d676341 mkvtoolnix: drop unused dependencies from buildInputs
- expat was replaced with pugixml for XML parsing in 5.5.0 [1]
- libmagic was replaced with Qt for MIME type detection in 59.0.0 [2]
- xdg-utils does not appear to be used by MKVToolNix itself, though
  /usr/bin/xdg-open is listed as an example command for the "Execute a
  program" option in the MKVToolnixGUI preferences.

[1]: https://codeberg.org/mbunkus/mkvtoolnix/src/branch/main/NEWS.md#other-changes-29
[2]: https://codeberg.org/mbunkus/mkvtoolnix/src/branch/main/NEWS.md#version-59-0-0-shining-star-2021-07-10
2026-05-23 21:08:47 -07:00
R. Ryantm
df0084ec0b mkcal: 0.7.32 -> 0.7.33 2026-05-22 05:04:53 +00:00
Acid Bong
9d9388f94b mksh: fix changelog link
the website doesn't support HTTPS
2026-05-15 07:05:00 +03:00
Paul Meyer
42f3d8339c mkuimage: 0-unstable-2025-09-05 -> 0-unstable-2026-04-13, unbreak
Signed-off-by: Paul Meyer <katexochen0@gmail.com>
2026-05-14 11:24:34 +02:00
K900
59ac5638f0 treewide: hide KF5 2026-05-08 09:34:21 +03:00
K900
b55208305d treewide: switch to KF6 version of extra-cmake-modules 2026-05-08 09:29:04 +03:00
liberodark
d2777d6915 mklittlefs: fix changelog 2026-04-29 16:14:55 +02:00
R. Ryantm
6c4ea36aa2 mkfontdir: 1.2.3 -> 1.2.4 2026-04-19 02:44:11 +00:00
R. Ryantm
477f8347a0 mkvtoolnix: 97.0 -> 98.0 2026-04-13 00:25:24 +00:00
R. Ryantm
eac997253b mkbrr: 1.20.0 -> 1.22.0 2026-04-09 18:04:29 +00:00
@mjones
acf7ae5785 android-image-kitchen: init at 0-unstable-2025-10-17 (#449137) 2026-04-05 23:43:50 +00:00
Profpatsch
257f122e3d treewide: remove Profpatsch from most teams & maintainer fields 2026-04-01 14:34:59 -07:00
Nikolay Korotkiy
befea74c3e mkcal: 0.7.31 -> 0.7.32 (#502927) 2026-03-28 12:14:45 +00:00
R. Ryantm
e82c42a63f mkcal: 0.7.31 -> 0.7.32 2026-03-24 03:59:14 +00:00
Thomas Mühlbacher
147604e877 mkosi: make mkosi-sandbox work with tools trees
This should fix mkosi-sandbox (and mkosi-chroot) when using tools trees.
2026-03-21 16:02:23 +01:00
David Wronek
3c5f4ba726 mkmtkhdr: init at 0-unstable-2022-11-10
Signed-off-by: David Wronek <david.wronek@mainlining.org>
2026-03-20 14:38:23 +01:00
David Wronek
55ccba28fb mkbootimg-osm0sis: init at 2022.11.09-unstable-2025-03-10
Signed-off-by: David Wronek <david.wronek@mainlining.org>
2026-03-20 14:35:48 +01:00
nixpkgs-ci[bot]
f0495fc1fc Merge master into staging-next 2026-03-09 00:23:05 +00:00
R. Ryantm
e0eef4d66f mkcal: 0.7.30 -> 0.7.31 2026-03-07 17:03:49 +00:00
K900
b9faf39687 Merge remote-tracking branch 'origin/staging-next' into staging 2026-03-05 09:33:34 +03:00
Thomas Mühlbacher
3dfece086c mkosi: only provide libs from nix if path exists
When using a tools tree, we may not be able to access this location and
actually want the normal lookup to happen.
2026-03-04 21:42:52 +01:00
nixpkgs-ci[bot]
4552636e5f Merge staging-next into staging 2026-03-03 00:24:34 +00:00
R. Ryantm
dd5936d1ba mktxp: 1.2.16 -> 1.2.17 2026-03-02 11:44:57 +00:00
Paul Meyer
583d90d5a2 mkuimage: mark broken
The package fails to build with supported Go versions.

Signed-off-by: Paul Meyer <katexochen0@gmail.com>
2026-02-23 08:58:15 +01:00
Yohann Boniface
d408ec5b3a maintainers: drop joachifm (#490532) 2026-02-22 22:50:52 +00:00
Yohann Boniface
570de0a8e7 maintainers: drop codyopel (#490762) 2026-02-22 22:49:59 +00:00
Stefan Frijters
ee8e023d7f mktemp: move env variable(s) into env for structuredAttrs 2026-02-19 15:54:42 +01:00