Commit Graph

65 Commits

Author SHA1 Message Date
K900
ab0dc4cb6d kdePackages.karousel: 0.15 -> 0.17 2026-06-14 11:31:15 +03:00
R. Ryantm
bdc8e78987 kdePackages.kzones: 0.9.1 -> 0.9.2 2026-02-20 19:50:00 +00:00
Fernando Rodrigues
3562403503 treewide: fetchFromGitea -> fetchFromCodeberg
Most packages that used fetchFromGitea fetch their sources from Codeberg, so might as well migrate them.

The following command was used for this treewide:
```fish
for i in (rg 'fetchFromGitea \{\n *domain = "codeberg.org";' --multiline --files-with-matches)
    sed -z 's/fetchFromGitea {\n *domain = "codeberg.org";/fetchFromCodeberg {/g' $i > $i.tmp && mv $i.tmp $i
    sed -i 's/fetchFromGitea/fetchFromCodeberg/g' $i
end
```

The following paths were manually edited:

* pkgs/by-name/xr/xrsh/package.nix
* pkgs/applications/networking/browsers/librewolf/src.nix
* pkgs/by-name/go/gotosocial/package.nix
* pkgs/by-name/ka/katawa-shoujo-re-engineered/package.nix

Co-authored-by: Gutyina Gergő <gutyina.gergo.2@gmail.com>
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2026-01-31 21:08:16 +11:00
dish
6ed220a020 kdePackages.krohnkite: remove in-tree package-lock.json 2026-01-20 10:01:31 -05:00
masrlinu
3009b7c397 kdePackages.krohnkite: moved to codeberg.org 2025-12-15 14:35:26 +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
R. Ryantm
092b37cf29 kdePackages.karousel: 0.14 -> 0.15 2025-11-09 20:39:37 +00:00
Mistyttm
ba31c35ea8 wallpaper-engine-plugin: Fix Cmake4 and QT 6.10 build issues 2025-10-28 20:17:57 +10:00
K900
15729ec4e1 kdePackages: Plasma 6.4.5 -> 6.5.0 2025-10-21 12:51:04 +03:00
K900
8625370c5e kdePackages: metadata update 2025-10-21 12:50:33 +03:00
R. Ryantm
a41049e604 kdePackages.kzones: 0.9 -> 0.9.1 2025-10-12 01:24:35 +00:00
Wolfgang Walther
c283f32d29 treewide: remove unused with
Auto-fixed by nixf-diagnose.
2025-10-05 10:50:41 +02:00
R. Ryantm
32d750f588 kdePackages.karousel: 0.13 -> 0.14 2025-09-28 13:51:53 +00:00
Wolfgang Walther
bdc5d1e8cc kdePackages.koi: 0.5.1 -> 0.6 (#443172) 2025-09-23 20:18:06 +00:00
Emily
b74c2330f2 kdePackages.wallpaper-engine-plugin: 0.5.5-unstable-2024-11-03 -> 0.5.4-unstable-2025-06-29
Should fix the build with CMake 4.

Diff: ed58dd8b92...9e60b364e2
2025-09-17 01:31:30 +01:00
R. Ryantm
96c58abee5 kdePackages.koi: 0.5.1 -> 0.6 2025-09-15 13:50:03 +00:00
Federico Damián Schonborn
4b24e00383 kdePackages.dynamic-workspaces: remove federicoschonborn from maintainers
Signed-off-by: Federico Damián Schonborn <federicoschonborn@disroot.org>
2025-09-07 16:09:30 -03:00
R. Ryantm
e95c6286df kdePackages.krohnkite: 0.9.9.1 -> 0.9.9.2 2025-08-02 05:20:22 +00:00
K900
8a19416b5e kdePackages.dynamic-workspaces: init at 3.2 (#418025) 2025-06-19 10:20:42 +03:00
Federico Damián Schonborn
54c77e4dab kdePackages.dynamic-workspaces: init at 3.2
Signed-off-by: Federico Damián Schonborn <federicoschonborn@disroot.org>
2025-06-18 22:58:19 -03:00
Niklas Korz
b95aad0ec0 kdePackages.koi: patch hardcoded binary paths
Co-authored-by: alexyao2015 <33379584+alexyao2015@users.noreply.github.com>
2025-06-16 16:41:57 +02:00
Niklas Korz
785f27ea90 kdePackages.koi: 0.4 -> 0.5.1
Changelogs:

- https://github.com/baduhai/Koi/releases/tag/0.5.1
- https://github.com/baduhai/Koi/releases/tag/0.5
2025-06-16 16:41:57 +02:00
Niklas Korz
c37694ce04 kdePackages.koi: refactor
- `rec` -> `finalAttrs`
- `rev` -> `tag`
- `sha256` -> `hash`
- remove meta `with lib;`
- add changelog URL
2025-06-16 16:41:55 +02:00
Marcus Ramberg
86534aafc3 kdePackages.karousel: 0.12 -> 0.13 2025-05-10 17:04:10 +02:00
R. Ryantm
7975c1d424 kdePackages.krohnkite: 0.9.9.0 -> 0.9.9.1 2025-05-07 02:34:16 +00:00
Fernando Rodrigues
05580f4b44 treewide: switch instances of lib.teams.*.members to the new meta.teams attribute
Follow-up to #394797.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2025-04-25 22:20:17 -03:00
dramforever
bde63e100a kdePackages.krohnkite: 0.9.8.5 -> 0.9.9.0 2025-04-21 16:10:23 +08:00
dramforever
3cd35a8bd6 kdePackages.krohnkite: Use nix-update-script 2025-04-21 16:06:34 +08:00
dramforever
1f0e93aa19 kdePackages.krohnkite: Add dramforever to maintainers 2025-04-21 16:06:34 +08: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
Pol Dellaiera
65a333600d treewide: replace rev with tag 2025-04-07 16:57:22 +02:00
Jan Malakhovski
992f592353 treewide: fix some more sourceRoots
This change is almost a noop.
2025-03-20 11:50:00 +00:00
R. Ryantm
c53f8ef70c kdePackages.karousel: 0.11 -> 0.12 2025-03-14 13:39:10 +00:00
A1ca7raz
089a36d773 applet-window-buttons6: 0.13.0 -> 0.14.0 2025-02-27 17:55:52 +08:00
macronova
526197eff9 Update key signature and format 2025-01-28 14:55:30 +08:00
macronova
7851048caf Fix python dep 2025-01-28 14:45:58 +08:00
macronova
b6a32aa706 Use nixfmt 2025-01-25 16:06:23 +08:00
macronova
e4c372b376 Update patch 2025-01-25 15:59:17 +08:00
macronova
f761128623 Merge remote-tracking branch 'nixos/nixpkgs-unstable' 2025-01-25 15:50:02 +08:00
R. Ryantm
a9d65f88ff kdePackages.karousel: 0.10 -> 0.11 2025-01-18 13:51:17 +00:00
ben9986
6741ae9fa7 krohnkite: 0.9.8.4 -> 0.9.8.5 2025-01-07 23:00:28 +00:00
Peder Bergebakken Sundt
0cd04d3036 treewide: migrate fetchgit rev = "refs/tags/..." to tag 2025-01-04 00:19:17 +01:00
R. Ryantm
c3d1e1582c kdePackages.koi: 0.3.1 -> 0.4 2024-12-15 01:30:21 +00:00
ben9986
b0cbb2b290 krohnkite: 0.9.8.3 -> 0.9.8.4 2024-12-07 16:15:13 +00:00
R. Ryantm
ba35c5b190 kdePackages.karousel: 0.9.4 -> 0.10 2024-10-28 02:17:31 +00:00
ben9986
16fadbbc8b krohnkite: 0.9.8.2 -> 0.9.8.3 2024-10-22 22:46:04 +01:00
ben9986
cd1c8e9e20 krohnkite: simplify installPhase
Makes it easier to override version
2024-10-12 21:12:53 +01:00
ben9986
2b39be23b1 krohnkite: 0.9.7 -> 0.9.8.2 2024-10-12 21:12:53 +01:00
Fausto Núñez Alberro
a4a742b6b6 maintainers: add fnune 2024-09-21 11:28:57 +02:00
Fausto Núñez Alberro
ca3c9deb90 kdeApplications.koi: init at 0.3.1
[Koi](https://github.com/baduhai/Koi) is a scheduling theme switcher for
KDE that I have been using on Plasma 6 for the last few days. It has
been working great for me, and I was originally looking for it within
`nixpkgs`, but couldn't find it, so here it is.

This is the derivation I have been testing it with:
7edb3f60a8

I have also been running it from my own development fork of `nixpkgs`
using the same code I'm submitting here.
2024-09-21 11:27:51 +02:00