mate: enable parallel building

This commit is contained in:
José Romildo Malaquias 2020-02-14 18:52:51 -03:00
parent ba42fef9a7
commit ceb87a4c26
37 changed files with 74 additions and 0 deletions

View file

@ -32,6 +32,8 @@ stdenv.mkDerivation rec {
makeFlags = [ "cajaextensiondir=$$out/lib/caja/extensions-2.0" ];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "A simple multi-page document viewer for the MATE desktop";
homepage = "https://mate-desktop.org";

View file

@ -41,6 +41,8 @@ stdenv.mkDerivation rec {
configureFlags = [ "--with-caja-extension-dir=$$out/lib/caja/extensions-2.0" ];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Dropbox extension for Caja file manager";
homepage = "https://github.com/mate-desktop/caja-dropbox";

View file

@ -31,6 +31,8 @@ stdenv.mkDerivation rec {
configureFlags = [ "--with-cajadir=$$out/lib/caja/extensions-2.0" ];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Set of extensions for Caja file manager";
homepage = "https://mate-desktop.org";

View file

@ -31,6 +31,8 @@ stdenv.mkDerivation rec {
configureFlags = [ "--disable-update-mimedb" ];
enableParallelBuilding = true;
meta = {
description = "File manager for the MATE desktop";
homepage = "https://mate-desktop.org";

View file

@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
configureFlags = [ "--with-cajadir=$$out/lib/caja/extensions-2.0" ];
enableParallelBuilding = true;
meta = {
description = "Archive Manager for MATE";
homepage = "https://mate-desktop.org";

View file

@ -30,6 +30,8 @@ stdenv.mkDerivation rec {
hicolor-icon-theme
];
enableParallelBuilding = true;
meta = {
description = "An image viewing and cataloging program for the MATE desktop";
homepage = "https://mate-desktop.org";

View file

@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
buildInputs = [ gtk3 libxklavier ];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Keyboard management library for MATE";
homepage = "https://github.com/mate-desktop/libmatekbd";

View file

@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
configureFlags = stdenv.lib.optional ossSupport "--enable-oss";
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Mixer library for MATE";
homepage = "https://github.com/mate-desktop/libmatemixer";

View file

@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
preFixup = "rm -f $out/share/icons/mate/icon-theme.cache";
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Library to access weather information from online services for MATE";
homepage = "https://github.com/mate-desktop/libmateweather";

View file

@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
mate-settings-daemon
];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "MATE default window manager";
homepage = "https://github.com/mate-desktop/marco";

View file

@ -36,6 +36,8 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0";
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Applets for use with the MATE panel";
homepage = "https://mate-desktop.org";

View file

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ gettext ];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Background images and data for MATE";
homepage = "https://mate-desktop.org";

View file

@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
libxml2
];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Calculator for the MATE desktop";
homepage = "https://mate-desktop.org";

View file

@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "06w25mk2w7rfnkwpnav8pcrvip1zdd0zd1qc6d975ksmg66r1vz7";
};
enableParallelBuilding = true;
meta = {
description = "Common files for development of MATE packages";
homepage = "https://mate-desktop.org";

View file

@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
isocodes
];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Library with common API for various MATE modules";
homepage = "https://mate-desktop.org";

View file

@ -25,6 +25,8 @@ stdenv.mkDerivation rec {
done
'';
enableParallelBuilding = true;
meta = {
description = "Faenza icon theme from MATE";
homepage = "https://mate-desktop.org";

View file

@ -25,6 +25,8 @@ stdenv.mkDerivation rec {
done
'';
enableParallelBuilding = true;
meta = {
description = "Icon themes from MATE";
homepage = "https://mate-desktop.org";

View file

@ -22,6 +22,8 @@ stdenv.mkDerivation rec {
hicolor-icon-theme
];
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = "https://github.com/mate-desktop/mate-indicator-applet";
description = "MATE panel indicator applet";

View file

@ -25,6 +25,8 @@ stdenv.mkDerivation rec {
wrapGAppsHook
];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Media tools for MATE";
homepage = "https://mate-desktop.org";

View file

@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
"INTROSPECTION_TYPELIBDIR=$(out)/lib/girepository-1.0"
];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Menu system for MATE";
homepage = "https://github.com/mate-desktop/mate-menus";

View file

@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
mate.mate-panel
];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "MATE utilities for netbooks";
longDescription = ''

View file

@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0";
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Notification daemon for MATE Desktop";
homepage = "https://github.com/mate-desktop/mate-notification-daemon";

View file

@ -37,6 +37,8 @@ stdenv.mkDerivation rec {
"INTROSPECTION_TYPELIBDIR=$(out)/lib/girepository-1.0"
];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "The MATE panel";
homepage = "https://github.com/mate-desktop/mate-panel";

View file

@ -22,6 +22,8 @@ stdenv.mkDerivation rec {
polkit
];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Integrates polkit authentication for MATE desktop";
homepage = "https://mate-desktop.org";

View file

@ -32,6 +32,8 @@ stdenv.mkDerivation rec {
configureFlags = [ "--enable-applets" ];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "The MATE Power Manager";
homepage = "https://mate-desktop.org";

View file

@ -31,6 +31,8 @@ stdenv.mkDerivation rec {
makeFlags = [ "DBUS_SESSION_SERVICE_DIR=$(out)/etc" ];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Screen saver and locker for the MATE desktop";
homepage = "https://mate-desktop.org";

View file

@ -28,6 +28,8 @@ stdenv.mkDerivation rec {
hicolor-icon-theme
];
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = "https://github.com/mate-desktop/mate-sensors-applet";
description = "MATE panel applet for hardware sensors";

View file

@ -31,6 +31,8 @@ stdenv.mkDerivation rec {
polkit
];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "MATE Desktop session manager";
homepage = "https://github.com/mate-desktop/mate-session-manager";

View file

@ -36,6 +36,8 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0";
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "MATE settings daemon";
homepage = "https://github.com/mate-desktop/mate-settings-daemon";

View file

@ -28,6 +28,8 @@ stdenv.mkDerivation rec {
configureFlags = [ "--enable-systemd" ];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "System monitor for the MATE desktop";
homepage = "https://mate-desktop.org";

View file

@ -27,6 +27,8 @@ stdenv.mkDerivation rec {
wrapGAppsHook
];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "The MATE Terminal Emulator";
homepage = "https://mate-desktop.org";

View file

@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
gtk-update-icon-cache "$out"/share/icons/ContrastHigh
'';
enableParallelBuilding = true;
meta = {
description = "A set of themes from MATE";
homepage = "https://mate-desktop.org";

View file

@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
--replace "Exec=yelp" "Exec=${yelp}/bin/yelp"
'';
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "MATE User Guide";
homepage = "https://mate-desktop.org";

View file

@ -42,6 +42,8 @@ stdenv.mkDerivation rec {
"--with-cajadir=$(out)/lib/caja/extensions-2.0"
];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "User level public file sharing for the MATE desktop";
homepage = "https://github.com/mate-desktop/mate-user-share";

View file

@ -18,6 +18,8 @@ python3.pkgs.buildPythonApplication rec {
buildInputs = [ gtk3 glib ];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "MATE Desktop menu editor";
homepage = "https://github.com/mate-desktop/mozo";

View file

@ -28,6 +28,8 @@ stdenv.mkDerivation rec {
mate.mate-desktop
];
enableParallelBuilding = true;
meta = {
description = "Powerful text editor for the MATE desktop";
homepage = "https://mate-desktop.org";

View file

@ -24,6 +24,8 @@ stdenv.mkDerivation rec {
configureFlags = [ "--with-cajadir=$$out/lib/caja/extensions-2.0" ];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Python binding for Caja components";
homepage = "https://github.com/mate-desktop/python-caja";