Merge pull request #168637 from romildo/upd.lxqt-team
lxqt: add maintainers team
This commit is contained in:
commit
04073e06ee
32 changed files with 46 additions and 30 deletions
|
@ -367,6 +367,18 @@ with lib.maintainers; {
|
|||
enableFeatureFreezePing = true;
|
||||
};
|
||||
|
||||
lxqt = {
|
||||
members = [
|
||||
romildo
|
||||
];
|
||||
githubTeams = [
|
||||
"lxqt"
|
||||
];
|
||||
scope = "Maintain LXQt desktop environment and related packages.";
|
||||
shortName = "LXQt";
|
||||
enableFeatureFreezePing = true;
|
||||
};
|
||||
|
||||
marketing = {
|
||||
members = [
|
||||
garbas
|
||||
|
|
|
@ -9,6 +9,10 @@ let
|
|||
in
|
||||
|
||||
{
|
||||
meta = {
|
||||
maintainers = teams.lxqt.members;
|
||||
};
|
||||
|
||||
options = {
|
||||
|
||||
services.xserver.desktopManager.lxqt.enable = mkOption {
|
||||
|
|
|
@ -44,6 +44,6 @@ mkDerivation rec {
|
|||
description = "GUI configuration tool for compton X composite manager";
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = with platforms; unix;
|
||||
maintainers = with maintainers; [ romildo ];
|
||||
maintainers = teams.lxqt.members;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -50,6 +50,6 @@ mkDerivation rec {
|
|||
description = "Core library of PCManFM-Qt (Qt binding for libfm)";
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = with platforms; unix;
|
||||
maintainers = with maintainers; [ romildo ];
|
||||
maintainers = teams.lxqt.members;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -57,6 +57,6 @@ mkDerivation rec {
|
|||
homepage = "https://github.com/lxqt/liblxqt";
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ romildo ];
|
||||
maintainers = teams.lxqt.members;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -44,6 +44,6 @@ mkDerivation rec {
|
|||
description = "Qt implementation of freedesktop.org xdg specs";
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ romildo ];
|
||||
maintainers = teams.lxqt.members;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -34,6 +34,6 @@ mkDerivation rec {
|
|||
homepage = "https://github.com/lxqt/libsysstat";
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = with platforms; unix;
|
||||
maintainers = with maintainers; [ romildo ];
|
||||
maintainers = teams.lxqt.members;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -49,6 +49,6 @@ mkDerivation rec {
|
|||
description = "The image viewer and screenshot tool for lxqt";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = with platforms; unix;
|
||||
maintainers = with maintainers; [ romildo ];
|
||||
maintainers = teams.lxqt.members;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -44,6 +44,6 @@ mkDerivation rec {
|
|||
description = "Dialogue window providing information about LXQt and the system it's running on";
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ romildo ];
|
||||
maintainers = teams.lxqt.members;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -54,6 +54,6 @@ mkDerivation rec {
|
|||
description = "LXQt system administration tool";
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ romildo ];
|
||||
maintainers = teams.lxqt.members;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -46,6 +46,6 @@ mkDerivation rec {
|
|||
description = "Archive tool for the LXQt desktop environment";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = with platforms; unix;
|
||||
maintainers = with maintainers; [ jchw ];
|
||||
maintainers = with maintainers; [ jchw ] ++ teams.lxqt.members;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -66,6 +66,6 @@ mkDerivation rec {
|
|||
description = "Various packaging tools and scripts for LXQt applications";
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = with platforms; unix;
|
||||
maintainers = with maintainers; [ romildo ];
|
||||
maintainers = teams.lxqt.members;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -71,7 +71,7 @@ mkDerivation rec {
|
|||
description = "Tools to configure LXQt and the underlying operating system";
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ romildo ];
|
||||
maintainers = teams.lxqt.members;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -46,6 +46,6 @@ mkDerivation rec {
|
|||
description = "LXQt service for global keyboard shortcuts registration";
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ romildo ];
|
||||
maintainers = teams.lxqt.members;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -46,6 +46,6 @@ mkDerivation rec {
|
|||
description = "The LXQt notification daemon";
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ romildo ];
|
||||
maintainers = teams.lxqt.members;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -46,6 +46,6 @@ mkDerivation rec {
|
|||
description = "GUI to query passwords on behalf of SSH agents";
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ romildo ];
|
||||
maintainers = teams.lxqt.members;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -78,6 +78,6 @@ mkDerivation rec {
|
|||
description = "The LXQt desktop panel";
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ romildo ];
|
||||
maintainers = teams.lxqt.members;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -54,6 +54,6 @@ mkDerivation rec {
|
|||
description = "The LXQt PolicyKit agent";
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ romildo ];
|
||||
maintainers = teams.lxqt.members;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -52,6 +52,6 @@ mkDerivation rec {
|
|||
description = "Power management module for LXQt";
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ romildo ];
|
||||
maintainers = teams.lxqt.members;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -51,6 +51,6 @@ mkDerivation rec {
|
|||
description = "LXQt Qt platform integration plugin";
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ romildo ];
|
||||
maintainers = teams.lxqt.members;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -56,6 +56,6 @@ mkDerivation rec {
|
|||
description = "Tool used to launch programs quickly by typing their names";
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ romildo ];
|
||||
maintainers = teams.lxqt.members;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -55,6 +55,6 @@ mkDerivation rec {
|
|||
description = "An alternative session manager ported from the original razor-session";
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ romildo ];
|
||||
maintainers = teams.lxqt.members;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -48,6 +48,6 @@ mkDerivation rec {
|
|||
description = "GUI frontend for sudo/su";
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ romildo ];
|
||||
maintainers = teams.lxqt.members;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -29,6 +29,6 @@ mkDerivation rec {
|
|||
description = "Themes, graphics and icons for LXQt";
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ romildo ];
|
||||
maintainers = teams.lxqt.members;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -48,6 +48,6 @@ mkDerivation rec {
|
|||
description = "The Qt port of obconf, the Openbox configuration tool";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = with platforms; unix;
|
||||
maintainers = with maintainers; [ romildo ];
|
||||
maintainers = teams.lxqt.members;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -43,6 +43,6 @@ mkDerivation rec {
|
|||
description = "A Pulseaudio mixer in Qt (port of pavucontrol)";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = with platforms; linux;
|
||||
maintainers = with maintainers; [ romildo ];
|
||||
maintainers = teams.lxqt.members;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -51,6 +51,6 @@ mkDerivation rec {
|
|||
description = "File manager and desktop icon manager (Qt port of PCManFM and libfm)";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = with platforms; unix;
|
||||
maintainers = with maintainers; [ romildo ];
|
||||
maintainers = teams.lxqt.members;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -34,6 +34,6 @@ mkDerivation rec {
|
|||
homepage = "https://github.com/pvanek/qlipper";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = with platforms; unix;
|
||||
maintainers = with maintainers; [ romildo ];
|
||||
maintainers = teams.lxqt.members;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -44,6 +44,6 @@ mkDerivation rec {
|
|||
description = "Qt based process manager";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = with platforms; linux; # does not build on darwin
|
||||
maintainers = with maintainers; [ romildo ];
|
||||
maintainers = teams.lxqt.members;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -43,6 +43,6 @@ mkDerivation rec {
|
|||
description = "A lightweight Qt-based terminal emulator";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = with platforms; unix;
|
||||
maintainers = with maintainers; [ romildo globin ];
|
||||
maintainers = with maintainers; [ globin ] ++ teams.lxqt.members;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -36,6 +36,6 @@ mkDerivation rec {
|
|||
description = "A terminal emulator widget for Qt 5";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = with platforms; unix;
|
||||
maintainers = with maintainers; [ romildo ];
|
||||
maintainers = teams.lxqt.members;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -51,6 +51,6 @@ mkDerivation rec {
|
|||
description = "Crossplatform tool for fast making screenshots";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ romildo ];
|
||||
maintainers = teams.lxqt.members;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue