lxqt: use qt5's mkDerivation

This should also ensure that the applications get wrapped
appropriately.
This commit is contained in:
worldofpeace 2019-07-27 17:05:17 -04:00
parent 2d09e48929
commit 3167eb3780
30 changed files with 91 additions and 91 deletions

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, cmake, pkgconfig, qtbase, qttools, lxqt, { lib, mkDerivation, fetchFromGitHub, cmake, pkgconfig, qtbase, qttools, lxqt,
libconfig }: libconfig }:
stdenv.mkDerivation rec { mkDerivation rec {
pname = "compton-conf"; pname = "compton-conf";
version = "0.14.1"; version = "0.14.1";
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
--replace "DESTINATION \"\''${LXQT_ETC_XDG_DIR}" "DESTINATION \"etc/xdg" \ --replace "DESTINATION \"\''${LXQT_ETC_XDG_DIR}" "DESTINATION \"etc/xdg" \
''; '';
meta = with stdenv.lib; { meta = with lib; {
description = "GUI configuration tool for compton X composite manager"; description = "GUI configuration tool for compton X composite manager";
homepage = https://github.com/lxqt/compton-conf; homepage = https://github.com/lxqt/compton-conf;
license = licenses.lgpl21; license = licenses.lgpl21;

View File

@ -1,10 +1,10 @@
{ {
stdenv, fetchFromGitHub, cmake, pkgconfig, lxqt-build-tools, lib, mkDerivation, fetchFromGitHub, cmake, pkgconfig, lxqt-build-tools,
pcre, libexif, xorg, libfm, menu-cache, pcre, libexif, xorg, libfm, menu-cache,
qtx11extras, qttools qtx11extras, qttools
}: }:
stdenv.mkDerivation rec { mkDerivation rec {
pname = "libfm-qt"; pname = "libfm-qt";
version = "0.14.1"; version = "0.14.1";
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
menu-cache menu-cache
]; ];
meta = with stdenv.lib; { meta = with lib; {
description = "Core library of PCManFM-Qt (Qt binding for libfm)"; description = "Core library of PCManFM-Qt (Qt binding for libfm)";
homepage = https://github.com/lxqt/libfm-qt; homepage = https://github.com/lxqt/libfm-qt;
license = licenses.lgpl21; license = licenses.lgpl21;

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, cmake, lxqt-build-tools, qtx11extras, { lib, mkDerivation, fetchFromGitHub, cmake, lxqt-build-tools, qtx11extras,
qttools, qtsvg, libqtxdg, polkit-qt, kwindowsystem, xorg }: qttools, qtsvg, libqtxdg, polkit-qt, kwindowsystem, xorg }:
stdenv.mkDerivation rec { mkDerivation rec {
pname = "liblxqt"; pname = "liblxqt";
version = "0.14.1"; version = "0.14.1";
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
--replace "\''${LXQT_TRANSLATIONS_DIR}" "''${out}/share/lxqt/translations" --replace "\''${LXQT_TRANSLATIONS_DIR}" "''${out}/share/lxqt/translations"
''; '';
meta = with stdenv.lib; { meta = with lib; {
description = "Core utility library for all LXQt components"; description = "Core utility library for all LXQt components";
homepage = https://github.com/lxqt/liblxqt; homepage = https://github.com/lxqt/liblxqt;
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;

View File

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, cmake, qtbase, qtsvg, lxqt-build-tools }: { lib, mkDerivation, fetchFromGitHub, cmake, qtbase, qtsvg, lxqt-build-tools }:
stdenv.mkDerivation rec { mkDerivation rec {
pname = "libqtxdg"; pname = "libqtxdg";
version = "3.3.1"; version = "3.3.1";
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
) )
''; '';
meta = with stdenv.lib; { meta = with lib; {
description = "Qt implementation of freedesktop.org xdg specs"; description = "Qt implementation of freedesktop.org xdg specs";
homepage = https://github.com/lxqt/libqtxdg; homepage = https://github.com/lxqt/libqtxdg;
license = licenses.lgpl21; license = licenses.lgpl21;

View File

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, cmake, qtbase, lxqt-build-tools }: { lib, mkDerivation, fetchFromGitHub, cmake, qtbase, lxqt-build-tools }:
stdenv.mkDerivation rec { mkDerivation rec {
pname = "libsysstat"; pname = "libsysstat";
version = "0.4.2"; version = "0.4.2";
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
buildInputs = [ qtbase ]; buildInputs = [ qtbase ];
meta = with stdenv.lib; { meta = with lib; {
description = "Library used to query system info and statistics"; description = "Library used to query system info and statistics";
homepage = https://github.com/lxqt/libsysstat; homepage = https://github.com/lxqt/libsysstat;
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, cmake, pkgconfig, qtbase, qttools, { lib, mkDerivation, fetchFromGitHub, cmake, pkgconfig, qtbase, qttools,
qtx11extras, qtsvg, xorg, lxqt-build-tools, libfm-qt, libexif }: qtx11extras, qtsvg, xorg, lxqt-build-tools, libfm-qt, libexif }:
stdenv.mkDerivation rec { mkDerivation rec {
pname = "lximage-qt"; pname = "lximage-qt";
version = "0.14.1"; version = "0.14.1";
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
libexif libexif
]; ];
meta = with stdenv.lib; { meta = with lib; {
description = "The image viewer and screenshot tool for lxqt"; description = "The image viewer and screenshot tool for lxqt";
homepage = https://github.com/lxqt/lximage-qt; homepage = https://github.com/lxqt/lximage-qt;
license = licenses.gpl2; license = licenses.gpl2;

View File

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, cmake, lxqt-build-tools, qtx11extras, qttools, qtsvg, kwindowsystem, liblxqt, libqtxdg }: { lib, mkDerivation, fetchFromGitHub, cmake, lxqt-build-tools, qtx11extras, qttools, qtsvg, kwindowsystem, liblxqt, libqtxdg }:
stdenv.mkDerivation rec { mkDerivation rec {
pname = "lxqt-about"; pname = "lxqt-about";
version = "0.14.1"; version = "0.14.1";
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
--replace "\''${LXQT_TRANSLATIONS_DIR}" "''${out}/share/lxqt/translations" --replace "\''${LXQT_TRANSLATIONS_DIR}" "''${out}/share/lxqt/translations"
''; '';
meta = with stdenv.lib; { meta = with lib; {
description = "Dialogue window providing information about LXQt and the system it's running on"; description = "Dialogue window providing information about LXQt and the system it's running on";
homepage = https://github.com/lxqt/lxqt-about; homepage = https://github.com/lxqt/lxqt-about;
license = licenses.lgpl21; license = licenses.lgpl21;

View File

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, cmake, lxqt-build-tools, qtx11extras, qttools, qtsvg, kwindowsystem, liblxqt, libqtxdg, polkit-qt }: { lib, mkDerivation, fetchFromGitHub, cmake, lxqt-build-tools, qtx11extras, qttools, qtsvg, kwindowsystem, liblxqt, libqtxdg, polkit-qt }:
stdenv.mkDerivation rec { mkDerivation rec {
pname = "lxqt-admin"; pname = "lxqt-admin";
version = "0.14.1"; version = "0.14.1";
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
done done
''; '';
meta = with stdenv.lib; { meta = with lib; {
description = "LXQt system administration tool"; description = "LXQt system administration tool";
homepage = https://github.com/lxqt/lxqt-admin; homepage = https://github.com/lxqt/lxqt-admin;
license = licenses.lgpl21; license = licenses.lgpl21;

View File

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, cmake, pkgconfig, lxqt-build-tools, json-glib, libfm-qt, qtbase, qttools, qtx11extras }: { lib, mkDerivation, fetchFromGitHub, cmake, pkgconfig, lxqt-build-tools, json-glib, libfm-qt, qtbase, qttools, qtx11extras }:
stdenv.mkDerivation rec { mkDerivation rec {
name = "${pname}-${version}"; name = "${pname}-${version}";
pname = "lxqt-archiver"; pname = "lxqt-archiver";
version = "0.0.96"; version = "0.0.96";
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "format" ]; hardeningDisable = [ "format" ];
meta = with stdenv.lib; { meta = with lib; {
description = "Archive tool for the LXQt desktop environment"; description = "Archive tool for the LXQt desktop environment";
homepage = https://github.com/lxqt/lxqt-archiver/; homepage = https://github.com/lxqt/lxqt-archiver/;
license = licenses.gpl2; license = licenses.gpl2;

View File

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, cmake, pkgconfig, pcre, qtbase, glib }: { lib, mkDerivation, fetchFromGitHub, cmake, pkgconfig, pcre, qtbase, glib }:
stdenv.mkDerivation rec { mkDerivation rec {
pname = "lxqt-build-tools"; pname = "lxqt-build-tools";
version = "0.6.0"; version = "0.6.0";
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
preConfigure = ''cmakeFlags+=" -DLXQT_ETC_XDG_DIR=$out/etc/xdg"''; preConfigure = ''cmakeFlags+=" -DLXQT_ETC_XDG_DIR=$out/etc/xdg"'';
meta = with stdenv.lib; { meta = with lib; {
description = "Various packaging tools and scripts for LXQt applications"; description = "Various packaging tools and scripts for LXQt applications";
homepage = https://github.com/lxqt/lxqt-build-tools; homepage = https://github.com/lxqt/lxqt-build-tools;
license = licenses.lgpl21; license = licenses.lgpl21;

View File

@ -1,8 +1,8 @@
{ stdenv, fetchFromGitHub, cmake, pkgconfig, lxqt-build-tools, qtbase, { lib, mkDerivation, fetchFromGitHub, cmake, pkgconfig, lxqt-build-tools, qtbase,
qtx11extras, qttools, qtsvg, kwindowsystem, libkscreen, liblxqt, qtx11extras, qttools, qtsvg, kwindowsystem, libkscreen, liblxqt,
libqtxdg, xorg }: libqtxdg, xorg }:
stdenv.mkDerivation rec { mkDerivation rec {
pname = "lxqt-config"; pname = "lxqt-config";
version = "0.14.1"; version = "0.14.1";
@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
sed -i "/\''${XORG_LIBINPUT_INCLUDE_DIRS}/a ${xorg.xf86inputlibinput.dev}/include/xorg" lxqt-config-input/CMakeLists.txt sed -i "/\''${XORG_LIBINPUT_INCLUDE_DIRS}/a ${xorg.xf86inputlibinput.dev}/include/xorg" lxqt-config-input/CMakeLists.txt
''; '';
meta = with stdenv.lib; { meta = with lib; {
description = "Tools to configure LXQt and the underlying operating system"; description = "Tools to configure LXQt and the underlying operating system";
homepage = https://github.com/lxqt/lxqt-config; homepage = https://github.com/lxqt/lxqt-config;
license = licenses.lgpl21; license = licenses.lgpl21;

View File

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, cmake, lxqt-build-tools, qtbase, qttools, qtx11extras, qtsvg, kwindowsystem, liblxqt, libqtxdg }: { lib, mkDerivation, fetchFromGitHub, cmake, lxqt-build-tools, qtbase, qttools, qtx11extras, qtsvg, kwindowsystem, liblxqt, libqtxdg }:
stdenv.mkDerivation rec { mkDerivation rec {
pname = "lxqt-globalkeys"; pname = "lxqt-globalkeys";
version = "0.14.1"; version = "0.14.1";
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
--replace "\''${LXQT_TRANSLATIONS_DIR}" "''${out}/share/lxqt/translations" --replace "\''${LXQT_TRANSLATIONS_DIR}" "''${out}/share/lxqt/translations"
''; '';
meta = with stdenv.lib; { meta = with lib; {
description = "Daemon used to register global keyboard shortcuts"; description = "Daemon used to register global keyboard shortcuts";
homepage = https://github.com/lxqt/lxqt-globalkeys; homepage = https://github.com/lxqt/lxqt-globalkeys;
license = licenses.lgpl21; license = licenses.lgpl21;

View File

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, cmake, lxqt-build-tools, qtbase, qttools, qtsvg, kwindowsystem, liblxqt, libqtxdg, qtx11extras }: { lib, mkDerivation, fetchFromGitHub, cmake, lxqt-build-tools, qtbase, qttools, qtsvg, kwindowsystem, liblxqt, libqtxdg, qtx11extras }:
stdenv.mkDerivation rec { mkDerivation rec {
pname = "lxqt-notificationd"; pname = "lxqt-notificationd";
version = "0.14.1"; version = "0.14.1";
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
qtx11extras qtx11extras
]; ];
meta = with stdenv.lib; { meta = with lib; {
description = "The LXQt notification daemon"; description = "The LXQt notification daemon";
homepage = https://github.com/lxqt/lxqt-notificationd; homepage = https://github.com/lxqt/lxqt-notificationd;
license = licenses.lgpl21; license = licenses.lgpl21;

View File

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, cmake, lxqt-build-tools, qtbase, qttools, qtsvg, qtx11extras, kwindowsystem, liblxqt, libqtxdg }: { lib, mkDerivation, fetchFromGitHub, cmake, lxqt-build-tools, qtbase, qttools, qtsvg, qtx11extras, kwindowsystem, liblxqt, libqtxdg }:
stdenv.mkDerivation rec { mkDerivation rec {
pname = "lxqt-openssh-askpass"; pname = "lxqt-openssh-askpass";
version = "0.14.1"; version = "0.14.1";
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
--replace "\''${LXQT_TRANSLATIONS_DIR}" "''${out}/share/lxqt/translations" --replace "\''${LXQT_TRANSLATIONS_DIR}" "''${out}/share/lxqt/translations"
''; '';
meta = with stdenv.lib; { meta = with lib; {
description = "GUI to query passwords on behalf of SSH agents"; description = "GUI to query passwords on behalf of SSH agents";
homepage = https://github.com/lxqt/lxqt-openssh-askpass; homepage = https://github.com/lxqt/lxqt-openssh-askpass;
license = licenses.lgpl21; license = licenses.lgpl21;

View File

@ -1,5 +1,5 @@
{ {
stdenv, fetchFromGitHub, lib, mkDerivation, fetchFromGitHub,
cmake, pkgconfig, lxqt-build-tools, cmake, pkgconfig, lxqt-build-tools,
qtbase, qttools, qtx11extras, qtsvg, libdbusmenu, kwindowsystem, solid, qtbase, qttools, qtx11extras, qtsvg, libdbusmenu, kwindowsystem, solid,
kguiaddons, liblxqt, libqtxdg, lxqt-globalkeys, libsysstat, kguiaddons, liblxqt, libqtxdg, lxqt-globalkeys, libsysstat,
@ -7,7 +7,7 @@
lxmenu-data, pcre, libXdamage lxmenu-data, pcre, libXdamage
}: }:
stdenv.mkDerivation rec { mkDerivation rec {
pname = "lxqt-panel"; pname = "lxqt-panel";
version = "0.14.1"; version = "0.14.1";
@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
done done
''; '';
meta = with stdenv.lib; { meta = with lib; {
description = "The LXQt desktop panel"; description = "The LXQt desktop panel";
homepage = https://github.com/lxqt/lxqt-panel; homepage = https://github.com/lxqt/lxqt-panel;
license = licenses.lgpl21; license = licenses.lgpl21;

View File

@ -1,10 +1,10 @@
{ {
stdenv, fetchFromGitHub, cmake, pkgconfig, lxqt-build-tools, lib, mkDerivation, fetchFromGitHub, cmake, pkgconfig, lxqt-build-tools,
qtbase, qttools, qtx11extras, qtsvg, polkit-qt, kwindowsystem, liblxqt, qtbase, qttools, qtx11extras, qtsvg, polkit-qt, kwindowsystem, liblxqt,
libqtxdg, pcre libqtxdg, pcre
}: }:
stdenv.mkDerivation rec { mkDerivation rec {
pname = "lxqt-policykit"; pname = "lxqt-policykit";
version = "0.14.1"; version = "0.14.1";
@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
--replace "\''${LXQT_TRANSLATIONS_DIR}" "''${out}/share/lxqt/translations" --replace "\''${LXQT_TRANSLATIONS_DIR}" "''${out}/share/lxqt/translations"
''; '';
meta = with stdenv.lib; { meta = with lib; {
description = "The LXQt PolicyKit agent"; description = "The LXQt PolicyKit agent";
homepage = https://github.com/lxqt/lxqt-policykit; homepage = https://github.com/lxqt/lxqt-policykit;
license = licenses.lgpl21; license = licenses.lgpl21;

View File

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, cmake, lxqt-build-tools, qtbase, qttools, qtx11extras, qtsvg, kwindowsystem, solid, kidletime, liblxqt, libqtxdg }: { lib, mkDerivation, fetchFromGitHub, cmake, lxqt-build-tools, qtbase, qttools, qtx11extras, qtsvg, kwindowsystem, solid, kidletime, liblxqt, libqtxdg }:
stdenv.mkDerivation rec { mkDerivation rec {
pname = "lxqt-powermanagement"; pname = "lxqt-powermanagement";
version = "0.14.1"; version = "0.14.1";
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
done done
''; '';
meta = with stdenv.lib; { meta = with lib; {
description = "Power management module for LXQt"; description = "Power management module for LXQt";
homepage = https://github.com/lxqt/lxqt-powermanagement; homepage = https://github.com/lxqt/lxqt-powermanagement;
license = licenses.lgpl21; license = licenses.lgpl21;

View File

@ -1,10 +1,10 @@
{ {
stdenv, fetchFromGitHub, lib, mkDerivation, fetchFromGitHub,
cmake, lxqt-build-tools, cmake, lxqt-build-tools,
qtbase, qtx11extras, qttools, qtsvg, libdbusmenu, libqtxdg, libfm-qt qtbase, qtx11extras, qttools, qtsvg, libdbusmenu, libqtxdg, libfm-qt
}: }:
stdenv.mkDerivation rec { mkDerivation rec {
pname = "lxqt-qtplugin"; pname = "lxqt-qtplugin";
version = "0.14.0"; version = "0.14.0";
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
--replace "DESTINATION \"\''${QT_PLUGINS_DIR}" "DESTINATION \"$qtPluginPrefix" --replace "DESTINATION \"\''${QT_PLUGINS_DIR}" "DESTINATION \"$qtPluginPrefix"
''; '';
meta = with stdenv.lib; { meta = with lib; {
description = "LXQt Qt platform integration plugin"; description = "LXQt Qt platform integration plugin";
homepage = https://github.com/lxqt/lxqt-qtplugin; homepage = https://github.com/lxqt/lxqt-qtplugin;
license = licenses.lgpl21; license = licenses.lgpl21;

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, cmake, pkgconfig, lxqt-build-tools, qtbase, qttools, qtsvg, kwindowsystem, liblxqt, libqtxdg, lxqt-globalkeys, qtx11extras, { lib, mkDerivation, fetchFromGitHub, cmake, pkgconfig, lxqt-build-tools, qtbase, qttools, qtsvg, kwindowsystem, liblxqt, libqtxdg, lxqt-globalkeys, qtx11extras,
menu-cache, muparser, pcre }: menu-cache, muparser, pcre }:
stdenv.mkDerivation rec { mkDerivation rec {
pname = "lxqt-runner"; pname = "lxqt-runner";
version = "0.14.1"; version = "0.14.1";
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
--replace "\''${LXQT_TRANSLATIONS_DIR}" "''${out}/share/lxqt/translations" --replace "\''${LXQT_TRANSLATIONS_DIR}" "''${out}/share/lxqt/translations"
''; '';
meta = with stdenv.lib; { meta = with lib; {
description = "Tool used to launch programs quickly by typing their names"; description = "Tool used to launch programs quickly by typing their names";
homepage = https://github.com/lxqt/lxqt-runner; homepage = https://github.com/lxqt/lxqt-runner;
license = licenses.lgpl21; license = licenses.lgpl21;

View File

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, cmake, pkgconfig, lxqt-build-tools, qtbase, qttools, qtsvg, qtx11extras, kwindowsystem, liblxqt, libqtxdg, xorg, xdg-user-dirs }: { lib, mkDerivation, fetchFromGitHub, cmake, pkgconfig, lxqt-build-tools, qtbase, qttools, qtsvg, qtx11extras, kwindowsystem, liblxqt, libqtxdg, xorg, xdg-user-dirs }:
stdenv.mkDerivation rec { mkDerivation rec {
pname = "lxqt-session"; pname = "lxqt-session";
version = "0.14.1"; version = "0.14.1";
@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
done done
''; '';
meta = with stdenv.lib; { meta = with lib; {
description = "An alternative session manager ported from the original razor-session"; description = "An alternative session manager ported from the original razor-session";
homepage = https://github.com/lxqt/lxqt-session; homepage = https://github.com/lxqt/lxqt-session;
license = licenses.lgpl21; license = licenses.lgpl21;

View File

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, cmake, lxqt-build-tools, qtbase, qttools, qtx11extras, qtsvg, kwindowsystem, liblxqt, libqtxdg, sudo }: { lib, mkDerivation, fetchFromGitHub, cmake, lxqt-build-tools, qtbase, qttools, qtx11extras, qtsvg, kwindowsystem, liblxqt, libqtxdg, sudo }:
stdenv.mkDerivation rec { mkDerivation rec {
pname = "lxqt-sudo"; pname = "lxqt-sudo";
version = "0.14.1"; version = "0.14.1";
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
--replace "\''${LXQT_TRANSLATIONS_DIR}" "''${out}/share/lxqt/translations" --replace "\''${LXQT_TRANSLATIONS_DIR}" "''${out}/share/lxqt/translations"
''; '';
meta = with stdenv.lib; { meta = with lib; {
description = "GUI frontend for sudo/su"; description = "GUI frontend for sudo/su";
homepage = https://github.com/lxqt/lxqt-sudo; homepage = https://github.com/lxqt/lxqt-sudo;
license = licenses.lgpl21; license = licenses.lgpl21;

View File

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, cmake, lxqt-build-tools }: { lib, mkDerivation, fetchFromGitHub, cmake, lxqt-build-tools }:
stdenv.mkDerivation rec { mkDerivation rec {
pname = "lxqt-themes"; pname = "lxqt-themes";
version = "0.14.0"; version = "0.14.0";
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
--replace "DESTINATION \"\''${LXQT_SHARE_DIR}" "DESTINATION \"share/lxqt" --replace "DESTINATION \"\''${LXQT_SHARE_DIR}" "DESTINATION \"share/lxqt"
''; '';
meta = with stdenv.lib; { meta = with lib; {
description = "Themes, graphics and icons for LXQt"; description = "Themes, graphics and icons for LXQt";
homepage = https://github.com/lxqt/lxqt-themes; homepage = https://github.com/lxqt/lxqt-themes;
license = licenses.lgpl21; license = licenses.lgpl21;

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, cmake, pkgconfig, pcre, qtbase, qttools, { lib, mkDerivation, fetchFromGitHub, cmake, pkgconfig, pcre, qtbase, qttools,
qtx11extras, xorg, lxqt-build-tools, openbox, hicolor-icon-theme }: qtx11extras, xorg, lxqt-build-tools, openbox, hicolor-icon-theme }:
stdenv.mkDerivation rec { mkDerivation rec {
pname = "obconf-qt"; pname = "obconf-qt";
version = "0.14.1"; version = "0.14.1";
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
hicolor-icon-theme hicolor-icon-theme
]; ];
meta = with stdenv.lib; { meta = with lib; {
description = "The Qt port of obconf, the Openbox configuration tool"; description = "The Qt port of obconf, the Openbox configuration tool";
homepage = https://github.com/lxqt/obconf-qt; homepage = https://github.com/lxqt/obconf-qt;
license = licenses.gpl2; license = licenses.gpl2;

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, cmake, pkgconfig, lxqt, libpulseaudio, { lib, mkDerivation, fetchFromGitHub, cmake, pkgconfig, lxqt, libpulseaudio,
pcre, qtbase, qttools, qtx11extras }: pcre, qtbase, qttools, qtx11extras }:
stdenv.mkDerivation rec { mkDerivation rec {
pname = "pavucontrol-qt"; pname = "pavucontrol-qt";
version = "0.14.1"; version = "0.14.1";
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
pcre pcre
]; ];
meta = with stdenv.lib; { meta = with lib; {
description = "A Pulseaudio mixer in Qt (port of pavucontrol)"; description = "A Pulseaudio mixer in Qt (port of pavucontrol)";
homepage = https://github.com/lxqt/pavucontrol-qt; homepage = https://github.com/lxqt/pavucontrol-qt;
license = licenses.gpl2; license = licenses.gpl2;

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, cmake, pkgconfig, lxqt, qtbase, qttools, { lib, mkDerivation, fetchFromGitHub, cmake, pkgconfig, lxqt, qtbase, qttools,
qtx11extras, libfm-qt, menu-cache, lxmenu-data }: qtx11extras, libfm-qt, menu-cache, lxmenu-data }:
stdenv.mkDerivation rec { mkDerivation rec {
pname = "pcmanfm-qt"; pname = "pcmanfm-qt";
version = "0.14.1"; version = "0.14.1";
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
done done
''; '';
meta = with stdenv.lib; { meta = with lib; {
description = "File manager and desktop icon manager (Qt port of PCManFM and libfm)"; description = "File manager and desktop icon manager (Qt port of PCManFM and libfm)";
homepage = https://github.com/lxqt/pcmanfm-qt; homepage = https://github.com/lxqt/pcmanfm-qt;
license = licenses.gpl2; license = licenses.gpl2;

View File

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, cmake, qtbase, qttools }: { lib, mkDerivation, fetchFromGitHub, cmake, qtbase, qttools }:
stdenv.mkDerivation rec { mkDerivation rec {
name = "${pname}-${version}"; name = "${pname}-${version}";
pname = "qlipper"; pname = "qlipper";
version = "5.1.1"; version = "5.1.1";
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
buildInputs = [ qtbase qttools ]; buildInputs = [ qtbase qttools ];
meta = with stdenv.lib; { meta = with lib; {
description = "Cross-platform clipboard history applet"; description = "Cross-platform clipboard history applet";
homepage = https://github.com/pvanek/qlipper; homepage = https://github.com/pvanek/qlipper;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, cmake, qtbase, qtx11extras, qttools, { lib, mkDerivation, fetchFromGitHub, cmake, qtbase, qtx11extras, qttools,
lxqt-build-tools }: lxqt-build-tools }:
stdenv.mkDerivation rec { mkDerivation rec {
pname = "qps"; pname = "qps";
version = "1.10.20"; version = "1.10.20";
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
buildInputs = [ qtbase qtx11extras qttools ]; buildInputs = [ qtbase qtx11extras qttools ];
meta = with stdenv.lib; { meta = with lib; {
description = "The Qt process manager"; description = "The Qt process manager";
homepage = https://github.com/lxqt/qps; homepage = https://github.com/lxqt/qps;
license = licenses.gpl2; license = licenses.gpl2;

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, cmake, lxqt-build-tools, qtermwidget, { lib, mkDerivation, fetchFromGitHub, cmake, lxqt-build-tools, qtermwidget,
qtbase, qttools, qtx11extras }: qtbase, qttools, qtx11extras }:
stdenv.mkDerivation rec { mkDerivation rec {
pname = "qterminal"; pname = "qterminal";
version = "0.14.1"; version = "0.14.1";
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
qtermwidget qtermwidget
]; ];
meta = with stdenv.lib; { meta = with lib; {
description = "A lightweight Qt-based terminal emulator"; description = "A lightweight Qt-based terminal emulator";
homepage = https://github.com/lxqt/qterminal; homepage = https://github.com/lxqt/qterminal;
license = licenses.gpl2; license = licenses.gpl2;

View File

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, cmake, qtbase, qttools, lxqt-build-tools }: { lib, mkDerivation, fetchFromGitHub, cmake, qtbase, qttools, lxqt-build-tools }:
stdenv.mkDerivation rec { mkDerivation rec {
pname = "qtermwidget"; pname = "qtermwidget";
version = "0.14.1"; version = "0.14.1";
@ -13,9 +13,9 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake lxqt-build-tools ]; nativeBuildInputs = [ cmake lxqt-build-tools ];
buildInputs = [ qtbase qttools]; buildInputs = [ qtbase qttools ];
meta = with stdenv.lib; { meta = with lib; {
description = "A terminal emulator widget for Qt 5"; description = "A terminal emulator widget for Qt 5";
homepage = https://github.com/lxqt/qtermwidget; homepage = https://github.com/lxqt/qtermwidget;
license = licenses.gpl2; license = licenses.gpl2;

View File

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, cmake, pkgconfig, qtbase, qttools, qtx11extras, qtsvg, kwindowsystem, libqtxdg, xorg, autoPatchelfHook }: { lib, mkDerivation, fetchFromGitHub, cmake, pkgconfig, qtbase, qttools, qtx11extras, qtsvg, kwindowsystem, libqtxdg, xorg, autoPatchelfHook }:
stdenv.mkDerivation rec { mkDerivation rec {
pname = "screengrab"; pname = "screengrab";
version = "1.101"; version = "1.101";
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
xorg.libXdmcp xorg.libXdmcp
]; ];
meta = with stdenv.lib; { meta = with lib; {
description = "Crossplatform tool for fast making screenshots"; description = "Crossplatform tool for fast making screenshots";
homepage = https://github.com/lxqt/screengrab; homepage = https://github.com/lxqt/screengrab;
license = licenses.gpl2; license = licenses.gpl2;