From b74c2330f2cb670471460e07a15af4043e1bfe88 Mon Sep 17 00:00:00 2001 From: Emily Date: Wed, 17 Sep 2025 01:25:33 +0100 Subject: [PATCH] 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: https://github.com/catsout/wallpaper-engine-kde-plugin/compare/ed58dd8b920dbb2bf0859ab64e0b5939b8a32a0e...9e60b364e268814a1a778549c579ad45a9b9c7bb --- pkgs/applications/video/glaxnimate/default.nix | 17 +++++++++-------- .../wallpaper-engine-plugin/default.nix | 6 +++--- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/pkgs/applications/video/glaxnimate/default.nix b/pkgs/applications/video/glaxnimate/default.nix index 128e83bd979f..498f5eef1fbf 100644 --- a/pkgs/applications/video/glaxnimate/default.nix +++ b/pkgs/applications/video/glaxnimate/default.nix @@ -39,14 +39,15 @@ let ] ); in -stdenv.mkDerivation rec { +stdenv.mkDerivation (finalAttrs: { pname = "glaxnimate"; version = "0.5.4"; src = fetchFromGitLab { - owner = "mattbas"; - repo = "${pname}"; - rev = version; + domain = "invent.kde.org"; + owner = "graphics"; + repo = "glaxnimate"; + tag = finalAttrs.version; hash = "sha256-8oHJCQdP2xxSSDM0MDkSrG89WgCtMKm1AKlddnq3gig="; fetchSubmodules = true; }; @@ -92,11 +93,11 @@ stdenv.mkDerivation rec { } ); - meta = with lib; { + meta = { homepage = "https://gitlab.com/mattbas/glaxnimate"; description = "Simple vector animation program"; - license = licenses.gpl3; - maintainers = with maintainers; [ tobiasBora ]; + license = lib.licenses.gpl3Plus; + maintainers = with lib.maintainers; [ tobiasBora ]; mainProgram = "glaxnimate"; }; -} +}) diff --git a/pkgs/kde/third-party/wallpaper-engine-plugin/default.nix b/pkgs/kde/third-party/wallpaper-engine-plugin/default.nix index 3d6d3b9fd4ea..2cc012ab5a2d 100644 --- a/pkgs/kde/third-party/wallpaper-engine-plugin/default.nix +++ b/pkgs/kde/third-party/wallpaper-engine-plugin/default.nix @@ -17,13 +17,13 @@ }: mkKdeDerivation { pname = "wallpaper-engine-kde-plugin"; - version = "0.5.5-unstable-2024-11-03"; + version = "0.5.4-unstable-2025-06-29"; src = fetchFromGitHub { owner = "catsout"; repo = "wallpaper-engine-kde-plugin"; - rev = "ed58dd8b920dbb2bf0859ab64e0b5939b8a32a0e"; - hash = "sha256-ICQLtw+qaOMf0lkqKegp+Dkl7eUgPqKDn8Fj5Osb7eA="; + rev = "9e60b364e268814a1a778549c579ad45a9b9c7bb"; + hash = "sha256-zEpELmuK+EvQ1HIWxCSAGyJAjmGgp0yqjtNuC2DTES8="; fetchSubmodules = true; };