From c40af30ec0055d13ebbee352c676dc2c5be39ef0 Mon Sep 17 00:00:00 2001 From: K900 Date: Sun, 26 Apr 2026 15:52:00 +0300 Subject: [PATCH] maia-icon-theme: drop --- pkgs/by-name/ma/maia-icon-theme/package.nix | 60 --------------------- pkgs/top-level/aliases.nix | 1 + 2 files changed, 1 insertion(+), 60 deletions(-) delete mode 100644 pkgs/by-name/ma/maia-icon-theme/package.nix diff --git a/pkgs/by-name/ma/maia-icon-theme/package.nix b/pkgs/by-name/ma/maia-icon-theme/package.nix deleted file mode 100644 index 818a8cf9f167..000000000000 --- a/pkgs/by-name/ma/maia-icon-theme/package.nix +++ /dev/null @@ -1,60 +0,0 @@ -{ - lib, - stdenv, - fetchFromGitLab, - cmake, - extra-cmake-modules, - gtk3, - hicolor-icon-theme, - libsForQt5, -}: - -stdenv.mkDerivation { - pname = "maia-icon-theme"; - version = "2018-02-24"; - - src = fetchFromGitLab { - domain = "gitlab.manjaro.org"; - group = "artwork"; - owner = "themes"; - repo = "maia"; - rev = "b61312cc80cb9d12b0d8a55b3e61668eb6b77d2d"; - sha256 = "1g98snlh96z4sqw9sfd7fxgamh45pcj3lh1kcmng7mirvrcn2pam"; - }; - - nativeBuildInputs = [ - cmake - extra-cmake-modules - gtk3 - libsForQt5.plasma-framework - libsForQt5.kwindowsystem - ]; - - propagatedBuildInputs = [ - hicolor-icon-theme - ]; - - dontDropIconThemeCache = true; - - dontWrapQtApps = true; - - postPatch = '' - substituteInPlace CMakeLists.txt \ - --replace-fail "cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR)" "cmake_minimum_required(VERSION 3.10)" - substituteInPlace {icons,icons-dark}/CMakeLists.txt \ - --replace-fail "cmake_minimum_required(VERSION 2.8)" "cmake_minimum_required(VERSION 3.10)" - ''; - - postInstall = '' - for theme in $out/share/icons/*; do - gtk-update-icon-cache $theme - done - ''; - - meta = { - description = "Icons based on Breeze and Super Flat Remix"; - homepage = "https://gitlab.manjaro.org/artwork/themes/maia"; - license = lib.licenses.lgpl3; - platforms = lib.platforms.all; - }; -} diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 09042ed17c67..835fab676c5b 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -1354,6 +1354,7 @@ mapAliases { magma_2_6_2 = throw "'magma_2_6_2' has been removed, use the latest 'magma' package instead."; # Added 2025-07-20 magma_2_7_2 = throw "'magma_2_7_2' has been removed, use the latest 'magma' package instead."; # Added 2025-07-20 magpie = throw "'magpie' has been removed, no longer used by budgie-desktop."; # Added 2025-11-19 + maia-icon-theme = throw "'maia-icon-theme' has been removed due to outdated KF5 dependencies."; # Added 2026-05-01 mailcore2 = throw "'mailcore2' has been removed due to lack of upstream maintenance."; # Added 2025-06-09 mailnag = throw "mailnag has been removed because it has been marked as broken since 2022."; # Added 2025-10-12 mailnagWithPlugins = throw "mailnagWithPlugins has been removed because mailnag has been marked as broken since 2022."; # Added 2025-10-12