From d80391b7dff9025aca3ab5a0c889f1acb9e09e1d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 5 Sep 2011 23:30:26 +0000 Subject: [PATCH] * Add Xfce 4.8 to the channel. svn path=/nixpkgs/trunk/; revision=29050 --- pkgs/desktops/xfce-4.8/applications/mousepad.nix | 2 ++ pkgs/desktops/xfce-4.8/applications/ristretto.nix | 2 ++ pkgs/desktops/xfce-4.8/applications/terminal.nix | 2 ++ pkgs/desktops/xfce-4.8/applications/xfce4-mixer.nix | 2 ++ pkgs/desktops/xfce-4.8/applications/xfce4-power-manager.nix | 2 ++ pkgs/desktops/xfce-4.8/art/xfce4-icon-theme.nix | 2 ++ pkgs/desktops/xfce-4.8/core/gtk-xfce-engine.nix | 2 ++ pkgs/desktops/xfce-4.8/core/thunar-volman.nix | 2 ++ pkgs/desktops/xfce-4.8/core/thunar.nix | 2 ++ pkgs/desktops/xfce-4.8/core/xfce-utils.nix | 2 ++ pkgs/desktops/xfce-4.8/core/xfce4-panel.nix | 2 ++ pkgs/desktops/xfce-4.8/core/xfce4-session.nix | 2 ++ pkgs/desktops/xfce-4.8/core/xfce4-settings.nix | 2 ++ pkgs/desktops/xfce-4.8/core/xfdesktop.nix | 2 ++ pkgs/desktops/xfce-4.8/core/xfwm4.nix | 2 ++ pkgs/desktops/xfce-4.8/support/gvfs.nix | 6 ++++++ 16 files changed, 36 insertions(+) diff --git a/pkgs/desktops/xfce-4.8/applications/mousepad.nix b/pkgs/desktops/xfce-4.8/applications/mousepad.nix index 920151282a80..ab4bea16f1c3 100644 --- a/pkgs/desktops/xfce-4.8/applications/mousepad.nix +++ b/pkgs/desktops/xfce-4.8/applications/mousepad.nix @@ -14,5 +14,7 @@ stdenv.mkDerivation rec { homepage = http://www.xfce.org/projects/mousepad/; description = "A simple text editor for Xfce"; license = "GPLv2+"; + platforms = stdenv.lib.platforms.linux; + maintainers = [ stdenv.lib.maintainers.eelco ]; }; } diff --git a/pkgs/desktops/xfce-4.8/applications/ristretto.nix b/pkgs/desktops/xfce-4.8/applications/ristretto.nix index 50a67d95ee99..cbb22e12ea72 100644 --- a/pkgs/desktops/xfce-4.8/applications/ristretto.nix +++ b/pkgs/desktops/xfce-4.8/applications/ristretto.nix @@ -20,5 +20,7 @@ stdenv.mkDerivation rec { homepage = http://goodies.xfce.org/projects/applications/ristretto; description = "A fast and lightweight picture-viewer for the Xfce desktop environment"; license = "GPLv2+"; + platforms = stdenv.lib.platforms.linux; + maintainers = [ stdenv.lib.maintainers.eelco ]; }; } diff --git a/pkgs/desktops/xfce-4.8/applications/terminal.nix b/pkgs/desktops/xfce-4.8/applications/terminal.nix index cacb775f8f11..44aa72d9d8c8 100644 --- a/pkgs/desktops/xfce-4.8/applications/terminal.nix +++ b/pkgs/desktops/xfce-4.8/applications/terminal.nix @@ -19,5 +19,7 @@ stdenv.mkDerivation { homepage = http://www.xfce.org/projects/terminal; description = "A modern terminal emulator primarily for the Xfce desktop environment"; license = "GPLv2+"; + platforms = stdenv.lib.platforms.linux; + maintainers = [ stdenv.lib.maintainers.eelco ]; }; } diff --git a/pkgs/desktops/xfce-4.8/applications/xfce4-mixer.nix b/pkgs/desktops/xfce-4.8/applications/xfce4-mixer.nix index d34a5afb36ff..bb50a0610f60 100644 --- a/pkgs/desktops/xfce-4.8/applications/xfce4-mixer.nix +++ b/pkgs/desktops/xfce-4.8/applications/xfce4-mixer.nix @@ -34,5 +34,7 @@ stdenv.mkDerivation rec { homepage = http://www.xfce.org/projects/xfce4-mixer; description = "A volume control application for the Xfce desktop environment"; license = "GPLv2+"; + platforms = stdenv.lib.platforms.linux; + maintainers = [ stdenv.lib.maintainers.eelco ]; }; } diff --git a/pkgs/desktops/xfce-4.8/applications/xfce4-power-manager.nix b/pkgs/desktops/xfce-4.8/applications/xfce4-power-manager.nix index b683ef71a0a7..bad3b52a6bbc 100644 --- a/pkgs/desktops/xfce-4.8/applications/xfce4-power-manager.nix +++ b/pkgs/desktops/xfce-4.8/applications/xfce4-power-manager.nix @@ -18,5 +18,7 @@ stdenv.mkDerivation rec { homepage = http://goodies.xfce.org/projects/applications/xfce4-power-manager; description = "A power manager for the Xfce Desktop Environment"; license = "GPLv2+"; + platforms = stdenv.lib.platforms.linux; + maintainers = [ stdenv.lib.maintainers.eelco ]; }; } diff --git a/pkgs/desktops/xfce-4.8/art/xfce4-icon-theme.nix b/pkgs/desktops/xfce-4.8/art/xfce4-icon-theme.nix index a17267a336c3..d69a517b2039 100644 --- a/pkgs/desktops/xfce-4.8/art/xfce4-icon-theme.nix +++ b/pkgs/desktops/xfce-4.8/art/xfce4-icon-theme.nix @@ -13,5 +13,7 @@ stdenv.mkDerivation rec { meta = { homepage = http://www.xfce.org/; description = "Icons for Xfce"; + platforms = stdenv.lib.platforms.linux; + maintainers = [ stdenv.lib.maintainers.eelco ]; }; } diff --git a/pkgs/desktops/xfce-4.8/core/gtk-xfce-engine.nix b/pkgs/desktops/xfce-4.8/core/gtk-xfce-engine.nix index 7cca247ae441..4518897cc2fc 100644 --- a/pkgs/desktops/xfce-4.8/core/gtk-xfce-engine.nix +++ b/pkgs/desktops/xfce-4.8/core/gtk-xfce-engine.nix @@ -15,5 +15,7 @@ stdenv.mkDerivation rec { homepage = http://www.xfce.org/; description = "GTK+ theme engine for Xfce"; license = "GPLv2+"; + platforms = stdenv.lib.platforms.linux; + maintainers = [ stdenv.lib.maintainers.eelco ]; }; } diff --git a/pkgs/desktops/xfce-4.8/core/thunar-volman.nix b/pkgs/desktops/xfce-4.8/core/thunar-volman.nix index ac47b49f0be3..490390d1bac3 100644 --- a/pkgs/desktops/xfce-4.8/core/thunar-volman.nix +++ b/pkgs/desktops/xfce-4.8/core/thunar-volman.nix @@ -20,5 +20,7 @@ stdenv.mkDerivation rec { homepage = http://thunar.xfce.org/; description = "Thunar extension for automatic management of removable drives and media"; license = "GPLv2+"; + platforms = stdenv.lib.platforms.linux; + maintainers = [ stdenv.lib.maintainers.eelco ]; }; } diff --git a/pkgs/desktops/xfce-4.8/core/thunar.nix b/pkgs/desktops/xfce-4.8/core/thunar.nix index c9ab76f2920c..0e8f72e22d6d 100644 --- a/pkgs/desktops/xfce-4.8/core/thunar.nix +++ b/pkgs/desktops/xfce-4.8/core/thunar.nix @@ -20,5 +20,7 @@ stdenv.mkDerivation rec { homepage = http://thunar.xfce.org/; description = "Xfce file manager"; license = "GPLv2+"; + platforms = stdenv.lib.platforms.linux; + maintainers = [ stdenv.lib.maintainers.eelco ]; }; } diff --git a/pkgs/desktops/xfce-4.8/core/xfce-utils.nix b/pkgs/desktops/xfce-4.8/core/xfce-utils.nix index 58ef4fbef2a4..eb998c2759f4 100644 --- a/pkgs/desktops/xfce-4.8/core/xfce-utils.nix +++ b/pkgs/desktops/xfce-4.8/core/xfce-utils.nix @@ -16,5 +16,7 @@ stdenv.mkDerivation rec { homepage = http://www.xfce.org/; description = "Utilities and scripts for Xfce"; license = "GPLv2+"; + platforms = stdenv.lib.platforms.linux; + maintainers = [ stdenv.lib.maintainers.eelco ]; }; } diff --git a/pkgs/desktops/xfce-4.8/core/xfce4-panel.nix b/pkgs/desktops/xfce-4.8/core/xfce4-panel.nix index 0752d18d7f21..fc297df9cbf1 100644 --- a/pkgs/desktops/xfce-4.8/core/xfce4-panel.nix +++ b/pkgs/desktops/xfce-4.8/core/xfce4-panel.nix @@ -20,5 +20,7 @@ stdenv.mkDerivation rec { homepage = http://www.xfce.org/; description = "Xfce panel"; license = "GPLv2+"; + platforms = stdenv.lib.platforms.linux; + maintainers = [ stdenv.lib.maintainers.eelco ]; }; } diff --git a/pkgs/desktops/xfce-4.8/core/xfce4-session.nix b/pkgs/desktops/xfce-4.8/core/xfce4-session.nix index c6f6234f473d..7aeaedb1e2a7 100644 --- a/pkgs/desktops/xfce-4.8/core/xfce4-session.nix +++ b/pkgs/desktops/xfce-4.8/core/xfce4-session.nix @@ -18,5 +18,7 @@ stdenv.mkDerivation rec { homepage = http://www.xfce.org/; description = "Session manager for Xfce"; license = "GPLv2+"; + platforms = stdenv.lib.platforms.linux; + maintainers = [ stdenv.lib.maintainers.eelco ]; }; } diff --git a/pkgs/desktops/xfce-4.8/core/xfce4-settings.nix b/pkgs/desktops/xfce-4.8/core/xfce4-settings.nix index 3515d2553c54..03d2ac67a399 100644 --- a/pkgs/desktops/xfce-4.8/core/xfce4-settings.nix +++ b/pkgs/desktops/xfce-4.8/core/xfce4-settings.nix @@ -20,5 +20,7 @@ stdenv.mkDerivation rec { homepage = http://www.xfce.org/; description = "Settings manager for Xfce"; license = "GPLv2+"; + platforms = stdenv.lib.platforms.linux; + maintainers = [ stdenv.lib.maintainers.eelco ]; }; } diff --git a/pkgs/desktops/xfce-4.8/core/xfdesktop.nix b/pkgs/desktops/xfce-4.8/core/xfdesktop.nix index 3742686d2e3d..5f64fff3b4da 100644 --- a/pkgs/desktops/xfce-4.8/core/xfdesktop.nix +++ b/pkgs/desktops/xfce-4.8/core/xfdesktop.nix @@ -20,5 +20,7 @@ stdenv.mkDerivation rec { homepage = http://www.xfce.org/; description = "Xfce desktop manager"; license = "GPLv2+"; + platforms = stdenv.lib.platforms.linux; + maintainers = [ stdenv.lib.maintainers.eelco ]; }; } diff --git a/pkgs/desktops/xfce-4.8/core/xfwm4.nix b/pkgs/desktops/xfce-4.8/core/xfwm4.nix index 7dc3c6539094..aefae75a3c31 100644 --- a/pkgs/desktops/xfce-4.8/core/xfwm4.nix +++ b/pkgs/desktops/xfce-4.8/core/xfwm4.nix @@ -21,5 +21,7 @@ stdenv.mkDerivation rec { homepage = http://www.xfce.org/; description = "Window manager for Xfce"; license = "GPLv2+"; + platforms = stdenv.lib.platforms.linux; + maintainers = [ stdenv.lib.maintainers.eelco ]; }; } diff --git a/pkgs/desktops/xfce-4.8/support/gvfs.nix b/pkgs/desktops/xfce-4.8/support/gvfs.nix index 880ca745b7a7..de0331899302 100644 --- a/pkgs/desktops/xfce-4.8/support/gvfs.nix +++ b/pkgs/desktops/xfce-4.8/support/gvfs.nix @@ -9,4 +9,10 @@ stdenv.mkDerivation rec { }; buildInputs = [ pkgconfig glib dbus.libs intltool udev ]; + + meta = { + description = "Virtual Filesystem support library (for Xfce)" + platforms = stdenv.lib.platforms.linux; + maintainers = [ stdenv.lib.maintainers.eelco ]; + } }