Re: [Xubuntu-dev] [Merge] lp:~unit193/ubuntu-seeds/xubuntu-seed into lp:~xubuntu-dev/ubuntu-seeds/xubuntu.utopic

2014-05-30 Thread Simon Steinbeiß
Review: Approve

Yup, as discussed, this looks good.
-- 
https://code.launchpad.net/~unit193/ubuntu-seeds/xubuntu-seed/+merge/221149
Your team Xubuntu Developers is subscribed to branch 
lp:~xubuntu-dev/ubuntu-seeds/xubuntu.utopic.

___
Mailing list: https://launchpad.net/~xubuntu-dev
Post to : xubuntu-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~xubuntu-dev
More help   : https://help.launchpad.net/ListHelp


[Xubuntu-dev] [Merge] lp:~unit193/ubuntu-seeds/xubuntu-seed into lp:~xubuntu-dev/ubuntu-seeds/xubuntu.utopic

2014-05-27 Thread Unit 193
Unit 193 has proposed merging lp:~unit193/ubuntu-seeds/xubuntu-seed into 
lp:~xubuntu-dev/ubuntu-seeds/xubuntu.utopic.

Requested reviews:
  Simon Steinbeiß (ochosi)

For more details, see:
https://code.launchpad.net/~unit193/ubuntu-seeds/xubuntu-seed/+merge/221149

This adds the core meta/task.  The concerns before were installation 
instructions, specifically recommends.  If you install the task, at least in 
tests, it has installed exactly what is supposed to be installed, just apt-get 
install xubuntu-core pulls in more than desired.

See the xubuntu new features blueprint for more information.
-- 
https://code.launchpad.net/~unit193/ubuntu-seeds/xubuntu-seed/+merge/221149
Your team Xubuntu Developers is subscribed to branch 
lp:~xubuntu-dev/ubuntu-seeds/xubuntu.utopic.
=== modified file 'STRUCTURE'
--- STRUCTURE	2014-04-23 19:09:28 +
+++ STRUCTURE	2014-05-27 23:42:30 +
@@ -1,5 +1,6 @@
 include platform.utopic
 desktop: desktop-common
+core: desktop-common
 live: desktop
 ship: boot installer desktop d-i-requirements
 ship-live: boot live

=== added file 'core'
--- core	1970-01-01 00:00:00 +
+++ core	2014-05-27 23:42:30 +
@@ -0,0 +1,92 @@
+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.
+
+= 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
+ * 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-whiskermenu-plugin)
+ * (xfce4-volumed)
+ * xfce4-terminal
+ * (xfce4-power-manager)
+ * xfce4-notifyd
+
+Indicator/Ayatana stuff:
+ * (xfce4-indicator-plugin)
+ * (indicator-application)
+ * (indicator-sound)
+
+Other Desktop GUI Apps:
+ * (pavucontrol)
+
+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

___
Mailing list: https://launchpad.net/~xubuntu-dev
Post to : xubuntu-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~xubuntu-dev
More help   : https://help.launchpad.net/ListHelp