xubuntu-dev team mailing list archive
-
xubuntu-dev team
-
Mailing list archive
-
Message #02679
[Merge] lp:~unit193/ubuntu-seeds/xubuntu.trusty into lp:~xubuntu-dev/ubuntu-seeds/xubuntu.trusty
Unit 193 has proposed merging lp:~unit193/ubuntu-seeds/xubuntu.trusty into lp:~xubuntu-dev/ubuntu-seeds/xubuntu.trusty.
Requested reviews:
Micah Gersten (micahg)
Simon Steinbeiß (ochosi)
For more details, see:
https://code.launchpad.net/~unit193/ubuntu-seeds/xubuntu.trusty/+merge/206563
This adds in the core meta.
--
https://code.launchpad.net/~unit193/ubuntu-seeds/xubuntu.trusty/+merge/206563
Your team Xubuntu Developers is subscribed to branch lp:~xubuntu-dev/ubuntu-seeds/xubuntu.trusty.
=== added file 'core'
--- core 1970-01-01 00:00:00 +0000
+++ core 2014-02-14 22:41:54 +0000
@@ -0,0 +1,88 @@
+Task-Per-Derivative: 1
+Task-Section: user
+Task-Description: Xubuntu minimal installation
+Task-Extended-Description: This task provides minimal packages for Xubuntu desktop environment.
+Task-Key: xubuntu-core
+Task-Name: xubuntu-core
+Task-Seeds: desktop-common
+
+## If you are using tasksel, you should get packages in parenthesis. If following instructions with apt-get, you will not.
+
+* Feature: no-follow-recommends
+
+= Network Services =
+
+Basic network services and Windows integration.
+
+ * (avahi-autoipd) # IPv4 link-local interface configuration support
+ * network-manager-gnome # see NetworkRoaming spec
+
+= GUI infrastructure =
+
+ * xterm # Provide a backup terminal and complete X env.
+ * libnotify-bin # various scripts need notify-send (such as .bashrc's "alert")
+
+= Desktop Xfce Apps =
+
+Common with Ubuntu:
+ * lightdm # Proposed GDM replacement for Oneiric, see https://blueprints.launchpad.net/ubuntu/+spec/desktop-o-lightdm
+ * (libpam-gnome-keyring)
+ * (gucharmap) # SebastienBacher
+ * (software-properties-gtk) # default GUI sources.list editor / extra drivers
+ * (zenity)
+ * xdg-utils # useful utilities
+ * xdg-user-dirs
+ * xdg-user-dirs-gtk
+ * pm-utils # needed for sane power management
+
+Xfce core:
+ * xfwm4
+ * xfdesktop4
+ * xfce4-panel
+ * xfce4-settings
+ * xfce4-session
+ * thunar
+ * xfce4-appfinder
+ * (thunar-volman)
+
+Xfce goodies:
+ * (xfce4-screenshooter)
+ * (xfce4-places-plugin)
+ * (xfce4-datetime-plugin)
+ * (xfce4-volumed)
+ * xfce4-terminal
+ * (xfce4-power-manager)
+ * xfce4-notifyd
+
+Themes:
+ * gtk2-engines-pixbuf # Required by some themes the user might install
+ * dmz-cursor-theme
+ * plymouth-theme-xubuntu-logo
+ * plymouth-theme-xubuntu-text
+ * xubuntu-wallpapers
+ * xubuntu-icon-theme
+
+The gstreamer0.10 packages we want to install:
+ * libasound2-plugins
+
+= Documentation =
+
+ * doc-base # integrates with scrollkeeper
+ * xubuntu-docs
+
+= Development =
+
+Here we provide a minimal development environment sufficient to build kernel
+drivers, so that this is possible on the live CD and in scenarios where
+it is problematic to get these packages onto the installed system in order
+to compile a driver. -mdz
+
+ * gcc
+ * make
+
+= Other =
+
+ * xubuntu-core # metapackage for everything here
+ * xubuntu-default-settings
+ * xubuntu-artwork
+ * lightdm-gtk-greeter
Follow ups