playbar2: drop

This commit is contained in:
K900
2026-05-08 09:34:19 +03:00
parent 61feff401d
commit 89d62532d1
2 changed files with 1 additions and 44 deletions
-44
View File
@@ -1,44 +0,0 @@
{
lib,
stdenv,
cmake,
libsForQt5,
fetchFromGitHub,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "playbar2";
version = "2.5";
src = fetchFromGitHub {
owner = "jsmitar";
repo = "PlayBar2";
tag = "v${finalAttrs.version}";
hash = "sha256-kC04yyt0vCsie8HGJySSiDNzkWKAGncmyOKrRx2pYkc=";
};
nativeBuildInputs = [
cmake
libsForQt5.extra-cmake-modules
];
buildInputs = [
libsForQt5.plasma-framework
libsForQt5.kwindowsystem
];
dontWrapQtApps = true;
postPatch = ''
substituteInPlace CMakeLists.txt \
--replace-fail "cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)" "cmake_minimum_required(VERSION 3.10)"
'';
meta = {
description = "Mpris2 Client for Plasma5";
homepage = "https://github.com/jsmitar/PlayBar2";
license = lib.licenses.gpl3;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ pjones ];
};
})
+1
View File
@@ -1686,6 +1686,7 @@ mapAliases {
plasma-theme-switcher = throw "'plasma-theme-switcher' has been removed, as it is only compatible with Plasma 5, which is EOL"; # Added 2025-08-20
platformioPackages.platformio-chrootenv = platformio-chrootenv; # Added 2025-09-04
platformioPackages.platformio-core = platformio-core; # Added 2025-09-04
playbar2 = throw "'playbar2' has been removed, as Plasma 5 has reached end of life."; # Added 2026-05-01
plex-media-player = throw "'plex-media-player' has been discontinued, the new official client is available as 'plex-desktop'"; # Added 2025-05-28
PlistCpp = throw "'PlistCpp' has been renamed to/replaced by 'plistcpp'"; # Converted to throw 2025-10-27
pltScheme = throw "'pltScheme' has been renamed to/replaced by 'racket'"; # Converted to throw 2025-10-27