schmittlauch drops maintainership of some packages; remove ktouch (#422219)

This commit is contained in:
K900
2025-07-04 05:05:02 +03:00
committed by GitHub
8 changed files with 1 additions and 76 deletions
-1
View File
@@ -14,7 +14,6 @@ in
meta = with pkgs.lib.maintainers; {
maintainers = [
kampfschlaefer
schmittlauch
];
};
+1 -1
View File
@@ -218,7 +218,6 @@ let
ktimer = callPackage ./ktimer.nix { };
ktnef = callPackage ./ktnef.nix { };
ktorrent = callPackage ./ktorrent.nix { };
ktouch = callPackage ./ktouch.nix { };
kturtle = callPackage ./kturtle.nix { };
kwalletmanager = callPackage ./kwalletmanager.nix { };
kwave = callPackage ./kwave.nix { };
@@ -280,6 +279,7 @@ let
}
// lib.optionalAttrs config.allowAliases {
k3b = throw "libsForQt5.k3b has been dropped in favor of kdePackages.k3b";
ktouch = throw "ktouch has been dropped due keyboard layout issues";
};
in
-69
View File
@@ -1,69 +0,0 @@
{
mkDerivation,
lib,
extra-cmake-modules,
kdoctools,
kconfig,
kconfigwidgets,
kcoreaddons,
kdeclarative,
ki18n,
kitemviews,
kcmutils,
kio,
knewstuff,
ktexteditor,
kwidgetsaddons,
kwindowsystem,
kxmlgui,
qtscript,
qtdeclarative,
kqtquickcharts,
qtx11extras,
qtgraphicaleffects,
qtxmlpatterns,
qtquickcontrols2,
xorg,
}:
mkDerivation {
pname = "ktouch";
meta = {
homepage = "https://apps.kde.org/ktouch/";
license = lib.licenses.gpl2;
maintainers = [ lib.maintainers.schmittlauch ];
description = "Touch typing tutor from the KDE software collection";
mainProgram = "ktouch";
};
nativeBuildInputs = [
extra-cmake-modules
kdoctools
qtdeclarative
];
buildInputs = [
kconfig
kconfigwidgets
kcoreaddons
kdeclarative
ki18n
kitemviews
kcmutils
kio
knewstuff
ktexteditor
kwidgetsaddons
kwindowsystem
kxmlgui
qtscript
qtdeclarative
kqtquickcharts
qtx11extras
qtgraphicaleffects
qtxmlpatterns
qtquickcontrols2
xorg.libxkbfile
xorg.libxcb
];
enableParallelBuilding = true;
}
@@ -94,7 +94,6 @@ stdenv.mkDerivation {
license = licenses.agpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [
schmittlauch
melvyn2
];
mainProgram = "seaf-server";
-1
View File
@@ -80,7 +80,6 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://github.com/haiwen/seahub";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
schmittlauch
melvyn2
];
platforms = lib.platforms.linux;
@@ -40,7 +40,6 @@ buildPythonPackage rec {
changelog = "https://github.com/jazzband/django-formtools/blob/master/docs/changelog.rst";
license = licenses.bsd3;
maintainers = with maintainers; [
schmittlauch
];
};
}
@@ -60,7 +60,6 @@ buildPythonPackage rec {
license = licenses.mit;
maintainers = with maintainers; [
mrmebelman
schmittlauch
];
};
}
@@ -48,7 +48,6 @@ buildPythonPackage rec {
homepage = "https://github.com/zyegfryed/django-statici18n";
license = licenses.bsd3;
maintainers = with maintainers; [
schmittlauch
];
};
}