pipecontrol: drop

This commit is contained in:
K900
2026-05-08 09:34:19 +03:00
parent 2164dfb80b
commit 61feff401d
2 changed files with 1 additions and 47 deletions
-47
View File
@@ -1,47 +0,0 @@
{
lib,
stdenv,
fetchFromGitHub,
pipewire,
cmake,
extra-cmake-modules,
libsForQt5,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "pipecontrol";
version = "0.2.12";
src = fetchFromGitHub {
owner = "portaloffreedom";
repo = "pipecontrol";
tag = "v${finalAttrs.version}";
hash = "sha256-WvQFmoEaxnkI61wPldSnMAoPAxNtI399hdHb/9bkPqc=";
};
nativeBuildInputs = [
cmake
extra-cmake-modules
libsForQt5.wrapQtAppsHook
libsForQt5.qttools
];
buildInputs = [
pipewire
]
++ (with libsForQt5; [
qtbase
kirigami2
kcoreaddons
ki18n
qtquickcontrols2
]);
meta = {
description = "Pipewire control GUI program in Qt (Kirigami2)";
mainProgram = "pipecontrol";
homepage = "https://github.com/portaloffreedom/pipecontrol";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ tilcreator ];
};
})
+1
View File
@@ -1677,6 +1677,7 @@ mapAliases {
pinecone = throw "'pinecone' has been removed, as it is unmaintained and obsolete"; # Added 2026-03-31
pinentry = throw "'pinentry' has been removed. Pick an appropriate variant like 'pinentry-curses' or 'pinentry-gnome3'"; # Converted to throw 2025-10-26
pingvin-share = throw "'pingvin-share' has been removed as it was broken and archived upstream"; # Added 2025-11-08
pipecontrol = throw "'pipecontrol' has been removed due to outdated KF5 dependencies."; # Added 2026-05-01
piper-train = throw "piper-train is now part of the piper package using the `withTrain` override"; # Added 2025-09-03
plant-it = throw "plant-it backend was discontinued in september 2025"; # Added 2026-01-30
plant-it-frontend = throw "plant-it-frontend has been presented as being Android-only since the server-side was discontinued in september 2025"; # Added 2026-01-30