lomiri-qt6.suru-icon-theme: 2025.05.0 -> 2026.03.0

Co-authored-by: OPNA2608 <opna2608@protonmail.com>
This commit is contained in:
R. Ryantm
2026-04-03 15:21:00 +02:00
committed by OPNA2608
co-authored by OPNA2608
parent 5f3cb1696b
commit e57538ebd8
@@ -2,21 +2,21 @@
stdenvNoCC,
lib,
fetchFromGitLab,
adwaita-icon-theme,
gitUpdater,
gtk3,
hicolor-icon-theme,
ubuntu-themes,
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "suru-icon-theme";
version = "2025.05.0";
version = "2026.03.0";
src = fetchFromGitLab {
owner = "ubports";
repo = "development/core/suru-icon-theme";
rev = finalAttrs.version;
hash = "sha256-6MyZTRcfCpiCXzwrwNiBP6J4L4oFbFtoymhke13tLy0=";
hash = "sha256-cH3Ce2DKlfFZYpkYA7J4GFtYBYSoHoQICPWygI45/so=";
};
# Commit 79763fa4ff701d1d89d7362c37c65b2a3cbdf543 introduced abunch of symlinks for Lomiri apps' icons to files from this theme.
@@ -36,7 +36,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
hicolor-icon-theme # theme setup hook
];
propagatedBuildInputs = [ ubuntu-themes ];
propagatedBuildInputs = [ adwaita-icon-theme ];
dontConfigure = true;
dontBuild = true;