summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2011-09-05 23:30:26 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2011-09-05 23:30:26 +0000
commitd80391b7dff9025aca3ab5a0c889f1acb9e09e1d (patch)
tree36a4a0ca6892176951eb46a739fc4d82528bf7a3 /pkgs/desktops
parentbf69a3f6b6dd2df9aaa494a83887aad0a2380e73 (diff)
downloadnixpkgs-d80391b7dff9025aca3ab5a0c889f1acb9e09e1d.tar
nixpkgs-d80391b7dff9025aca3ab5a0c889f1acb9e09e1d.tar.gz
nixpkgs-d80391b7dff9025aca3ab5a0c889f1acb9e09e1d.tar.bz2
nixpkgs-d80391b7dff9025aca3ab5a0c889f1acb9e09e1d.tar.lz
nixpkgs-d80391b7dff9025aca3ab5a0c889f1acb9e09e1d.tar.xz
nixpkgs-d80391b7dff9025aca3ab5a0c889f1acb9e09e1d.tar.zst
nixpkgs-d80391b7dff9025aca3ab5a0c889f1acb9e09e1d.zip
* Add Xfce 4.8 to the channel.
svn path=/nixpkgs/trunk/; revision=29050
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/xfce-4.8/applications/mousepad.nix2
-rw-r--r--pkgs/desktops/xfce-4.8/applications/ristretto.nix2
-rw-r--r--pkgs/desktops/xfce-4.8/applications/terminal.nix2
-rw-r--r--pkgs/desktops/xfce-4.8/applications/xfce4-mixer.nix2
-rw-r--r--pkgs/desktops/xfce-4.8/applications/xfce4-power-manager.nix2
-rw-r--r--pkgs/desktops/xfce-4.8/art/xfce4-icon-theme.nix2
-rw-r--r--pkgs/desktops/xfce-4.8/core/gtk-xfce-engine.nix2
-rw-r--r--pkgs/desktops/xfce-4.8/core/thunar-volman.nix2
-rw-r--r--pkgs/desktops/xfce-4.8/core/thunar.nix2
-rw-r--r--pkgs/desktops/xfce-4.8/core/xfce-utils.nix2
-rw-r--r--pkgs/desktops/xfce-4.8/core/xfce4-panel.nix2
-rw-r--r--pkgs/desktops/xfce-4.8/core/xfce4-session.nix2
-rw-r--r--pkgs/desktops/xfce-4.8/core/xfce4-settings.nix2
-rw-r--r--pkgs/desktops/xfce-4.8/core/xfdesktop.nix2
-rw-r--r--pkgs/desktops/xfce-4.8/core/xfwm4.nix2
-rw-r--r--pkgs/desktops/xfce-4.8/support/gvfs.nix6
16 files changed, 36 insertions, 0 deletions
diff --git a/pkgs/desktops/xfce-4.8/applications/mousepad.nix b/pkgs/desktops/xfce-4.8/applications/mousepad.nix
index 920151282a8..ab4bea16f1c 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 50a67d95ee9..cbb22e12ea7 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 cacb775f8f1..44aa72d9d8c 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 d34a5afb36f..bb50a0610f6 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 b683ef71a0a..bad3b52a6bb 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 a17267a336c..d69a517b203 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 7cca247ae44..4518897cc2f 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 ac47b49f0be..490390d1bac 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 c9ab76f2920..0e8f72e22d6 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 58ef4fbef2a..eb998c2759f 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 0752d18d7f2..fc297df9cbf 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 c6f6234f473..7aeaedb1e2a 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 3515d2553c5..03d2ac67a39 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 3742686d2e3..5f64fff3b4d 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 7dc3c653909..aefae75a3c3 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 880ca745b7a..de033189930 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 ];
+  }
 }