1270 Commits

Author SHA1 Message Date
K900 f5cbe0c537 libsForQt5.qtcurve: drop 2026-05-08 09:30:33 +03:00
n0099 abcbd77fb8 kdePackages.sierra-breeze-enhanced: fix build for QT 6.10
Fix #510506
https://github.com/kupiqu/SierraBreezeEnhanced/pull/155
2026-04-16 09:01:36 +00:00
quantenzitrone 6cb35dbf04 adwaita-qt: refactor and move to pkgs/by-name
this shouldn't create any rebuilds
2026-02-18 06:12:03 +01:00
quantenzitrone 2963d88708 various: rename references from libXdmcp to libxdmcp
this shouldn't create any rebuilds
2026-02-06 00:24:47 +01:00
quantenzitrone 239fcc219c various: rename references from libXau to libxau
this shouldn't create any rebuilds
2026-02-06 00:24:43 +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
quantenzitrone d118fe0cf8 libpthreadstubs: rename references and deprecate alias
this shouldn't create any rebuilds
2026-02-04 22:59:01 +01:00
quantenzitrone 7d8132a92c treewide: remove references to the xorg namespace in pkgs (automated)
this creates some eval errors that will be fixed in the next commit

done with the following script:

```fish
\#!/usr/bin/env fish

set packagesjson (nix eval --impure --json --expr '
let
  lib = import ./lib;
in
import pkgs/servers/x11/xorg/default.nix (lib.mapAttrs (
  name: _:
  if name == "lib" then
    lib
  else if name == "config" then
    { allowAliases = false; }
  else
    name
) (__functionArgs (import pkgs/servers/x11/xorg/default.nix))) { }
' | jq)

set one (grep '^    [A-Za-z0-9_-]*$' pkgs/servers/x11/xorg/default.nix | string trim | string replace -r '$' Z | sort | string sub -e -1)
set two (grep '^  [A-Za-z0-9_-]* = [A-Za-z0-9_-]*;$' pkgs/servers/x11/xorg/default.nix | cut -d= -f1 | string trim | string replace -r '$' Z | sort | string sub -e -1)

for arg in $one $two
    set oname $arg
    set nname (echo $packagesjson | jq -r .$oname)

    if test $nname = null
        echo (set_color red)warn:(set_color normal) unknown package xorg.$oname >&2
        continue
    end

    echo $oname "->" $nname

    # replace basic xorg.$name references
    for file in (rg -F "xorg.$oname" --files-with-matches pkgs)
        # special cases
        sd -F "$oname = xorg.$oname;" "$nname = $nname;" $file

        # replace
        sd -F "xorg.$oname" "$nname" $file

        # fixup function arguments

        # prevent duplicate function args
        if grep -E " ($oname|$nname),\$" $file >/dev/null
            continue
        end

        if grep 'xorg\..' $file >/dev/null # case1: there is more so we can't just remove the function arg

            if grep ' xorg,$' $file >/dev/null
                sd ' xorg,$' " xorg,
                $nname," $file

            else if grep ' xorg ? .*,$' $file >/dev/null
                sd 'xorg( ? .*),$' "xorg\$1,
                $nname," $file

            else
                sd -F 'xorg,' "$nname,
                xorg," $file
            end

        else # case there is no more xorg..* so we can just replace the function arg
            sd 'xorg(| ? .*),.*$' "$nname," $file
        end
    end
end

nix fmt
```
2026-01-25 22:28:09 +01:00
Ihar Hrachyshka 567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
pancaek 3bb5bf3ef8 andromeda-gtk-theme: move to by-name/ 2025-12-05 18:03:06 -08:00
pancaek 699aef5fea kde-rounded-corners: move to by-name/ 2025-12-05 17:48:18 -08:00
pancaek bfd769eb9f chili-sddm: move to by-name/ 2025-12-05 17:29:18 -08:00
pancaek 05a052bb12 sddm-sugar-dark: move to by-name/ 2025-12-05 17:29:18 -08:00
pancaek b032e31861 sddm-astronaut: move to by-name/ 2025-12-05 17:29:17 -08:00
pancaek 36ed9f6250 elegant-sddm: move to by-name/ 2025-12-05 17:29:17 -08:00
pancaek 320b40b9d4 qogir-kde: move to by-name/ 2025-12-05 16:12:50 -08:00
quantenzitrone b7bc4555f6 plata-theme: move to pkgs/by-name 2025-11-23 20:18:13 +01:00
quantenzitrone fd16bd530d ant-nebula-theme: move to pkgs/by-name 2025-11-23 20:11:51 +01:00
quantenzitrone 4a0c0f08ce ant-bloody-theme: move to pkgs/by-name 2025-11-23 20:11:47 +01:00
quantenzitrone a1fd57edf7 ant-theme: move to pkgs/by-name 2025-11-23 20:07:48 +01:00
Masum Reza 26784deabc kde-rounded-corners: add upstream patch for Qt >=6.10 (#455101) 2025-10-25 11:01:54 +00:00
Sam Estep ded5cbebe1 libsForQt5.qtcurve: fix build with cmake 4 2025-10-24 10:04:14 -04:00
Kylie McClain 554252cf6a kde-rounded-corners: add upstream patch for Qt >=6.10 2025-10-23 21:40:19 -04:00
Wolfgang Walther 90e7159c55 treewide: remove unused rec
Auto-fix by nixf-diagnose.
2025-10-05 10:49:12 +02:00
Guy Chronister 2a0a311a4d whitesur-kde: migrate to by-name, move out of top-level 2025-10-04 11:29:19 -05:00
R. Ryantm 66e03c5691 kde-rounded-corners: 0.8.1 -> 0.8.5 2025-09-28 19:47:25 +00:00
Guy Chronister 475a0e3a44 various: remove superflous usages of pname 2025-09-25 20:45:06 -05:00
Wolfgang Walther 8517dbd0e0 kde-rounded-corners: 0.8.0 -> 0.8.1 (#435355) 2025-09-13 20:38:07 +00:00
K900 cc6479b738 sierra-breeze-enhanced: drop Qt5 build 2025-08-21 23:21:44 +03:00
K900 d9cdfc5a82 lightly-qt: drop
Not ported to Plasma 6.
2025-08-21 23:21:43 +03:00
K900 f164d09578 lightly-boehs: drop
Not ported to Plasma 6.
2025-08-21 23:21:43 +03:00
K900 ac817e245b layan-kde: drop
Not ported to Plasma 6.
2025-08-21 23:21:43 +03:00
K900 12f2b218ff kde2-decoration: drop
Not ported to Plasma 6.
2025-08-21 23:21:43 +03:00
K900 20b86355fd graphite-kde-theme: drop
Not ported to Plasma 6.
2025-08-21 23:21:43 +03:00
K900 659ab6b83a colloid-kde: drop
Not ported to Plasma 6.
2025-08-21 23:21:42 +03:00
K900 f1bdbd2b30 breath-theme: drop
Not ported to Plasma 6.
2025-08-21 23:21:42 +03:00
R. Ryantm df0589eb83 kde-rounded-corners: 0.8.0 -> 0.8.1 2025-08-20 18:39:34 +00:00
Yohann Boniface 3878ff8168 utterly-nord-plasma: migrate to by-name (#430971) 2025-08-04 22:09:13 +02:00
Guy Chronister 80b37887c2 utterly-nord-plasma: migrate to by-name
utterly-nord-plasma: refactor package definitions and meta

utterly-nord-plasma: remove rec
2025-08-04 19:13:53 +00:00
Guy Chronister 90adcba213 material-kwin-decoration: migrate to by-name
material-kwin-decoration: move out of toplevel
2025-08-01 16:24:06 +00:00
Aleksana a600f59c0c nordic: migrate to by-name (#429342) 2025-08-01 16:48:48 +08:00
R. Ryantm 93e0c7371c kde-rounded-corners: 0.7.2 -> 0.8.0 2025-07-30 07:26:49 +00:00
Guy Chronister f1be40bb42 nordic: migrate to by-name 2025-07-29 12:31:03 +00:00
Wolfgang Walther 5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
R. Ryantm 01106a1b8d kdePackages.sierra-breeze-enhanced: 2.1.0 -> 2.1.1 2025-06-17 13:39:20 +00:00
José Romildo 98b05e942d nordic: remove broken symlinks 2025-05-15 10:58:41 -03:00
José Romildo 8ad6adb4c7 nordic: 2.2.0-unstable-2025-03-21 -> 2.2.0-unstable-2025-05-05 2025-05-15 10:58:03 -03:00
R. Ryantm 6187e66022 kde-rounded-corners: 0.7.1 -> 0.7.2 2025-05-01 01:34:33 +00:00
Peder Bergebakken Sundt ef1d10bbe1 sierra-breeze-enhanced: 2.0.1 -> 2.1.0 (#385516) 2025-04-19 03:16:55 +02:00
Winter a19cd4ffb1 Revert "treewide: replace rev with tag"
This reverts commit 65a333600d.

This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.

It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).

A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.

[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e458
2025-04-08 02:57:25 -04:00