Merge pull request #168637 from romildo/upd.lxqt-team

lxqt: add maintainers team
main
José Romildo Malaquias 2 years ago committed by GitHub
commit 04073e06ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      maintainers/team-list.nix
  2. 4
      nixos/modules/services/x11/desktop-managers/lxqt.nix
  3. 2
      pkgs/desktops/lxqt/compton-conf/default.nix
  4. 2
      pkgs/desktops/lxqt/libfm-qt/default.nix
  5. 2
      pkgs/desktops/lxqt/liblxqt/default.nix
  6. 2
      pkgs/desktops/lxqt/libqtxdg/default.nix
  7. 2
      pkgs/desktops/lxqt/libsysstat/default.nix
  8. 2
      pkgs/desktops/lxqt/lximage-qt/default.nix
  9. 2
      pkgs/desktops/lxqt/lxqt-about/default.nix
  10. 2
      pkgs/desktops/lxqt/lxqt-admin/default.nix
  11. 2
      pkgs/desktops/lxqt/lxqt-archiver/default.nix
  12. 2
      pkgs/desktops/lxqt/lxqt-build-tools/default.nix
  13. 2
      pkgs/desktops/lxqt/lxqt-config/default.nix
  14. 2
      pkgs/desktops/lxqt/lxqt-globalkeys/default.nix
  15. 2
      pkgs/desktops/lxqt/lxqt-notificationd/default.nix
  16. 2
      pkgs/desktops/lxqt/lxqt-openssh-askpass/default.nix
  17. 2
      pkgs/desktops/lxqt/lxqt-panel/default.nix
  18. 2
      pkgs/desktops/lxqt/lxqt-policykit/default.nix
  19. 2
      pkgs/desktops/lxqt/lxqt-powermanagement/default.nix
  20. 2
      pkgs/desktops/lxqt/lxqt-qtplugin/default.nix
  21. 2
      pkgs/desktops/lxqt/lxqt-runner/default.nix
  22. 2
      pkgs/desktops/lxqt/lxqt-session/default.nix
  23. 2
      pkgs/desktops/lxqt/lxqt-sudo/default.nix
  24. 2
      pkgs/desktops/lxqt/lxqt-themes/default.nix
  25. 2
      pkgs/desktops/lxqt/obconf-qt/default.nix
  26. 2
      pkgs/desktops/lxqt/pavucontrol-qt/default.nix
  27. 2
      pkgs/desktops/lxqt/pcmanfm-qt/default.nix
  28. 2
      pkgs/desktops/lxqt/qlipper/default.nix
  29. 2
      pkgs/desktops/lxqt/qps/default.nix
  30. 2
      pkgs/desktops/lxqt/qterminal/default.nix
  31. 2
      pkgs/desktops/lxqt/qtermwidget/default.nix
  32. 2
      pkgs/desktops/lxqt/screengrab/default.nix

@ -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…
Cancel
Save