Unverified Commit 4fa27748 authored by Cosima Neidahl's avatar Cosima Neidahl Committed by GitHub
Browse files

lomiri-qt6.suru-icon-theme: 2025.05.0 -> 2026.03.0 (#505875)

parents d385f5de e57538eb
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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;