live-build/auto/config: Add configuration for new kubuntu-plasma5

flavour.
ubuntu/yakkety
Colin Watson 11 years ago
parent f7865ddded
commit a3ff57899e

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (2.233) UNRELEASED; urgency=medium
* live-build/auto/config: Add configuration for new kubuntu-plasma5
flavour.
-- Colin Watson <cjwatson@ubuntu.com> Thu, 31 Jul 2014 10:27:42 +0100
livecd-rootfs (2.232) utopic; urgency=medium livecd-rootfs (2.232) utopic; urgency=medium
[ James Hunt ] [ James Hunt ]

@ -233,6 +233,18 @@ case $PROJECT in
add_chroot_hook remove-gnome-icon-cache add_chroot_hook remove-gnome-icon-cache
;; ;;
kubuntu-plasma5)
add_task install minimal standard
add_package install kubuntu-plasma5-desktop
# Technically cheating, but PPAs don't have tasks and the
# live seed doesn't have a corresponding metapackage. We'll
# get away with this as long as kubuntu-desktop and
# kubuntu-plasma5-desktop don't grow too far apart.
LIVE_TASK='kubuntu-live'
COMPONENTS='main restricted universe'
add_chroot_hook remove-gnome-icon-cache
;;
edubuntu|edubuntu-dvd) edubuntu|edubuntu-dvd)
add_task install minimal standard ubuntu-desktop edubuntu-desktop-gnome add_task install minimal standard ubuntu-desktop edubuntu-desktop-gnome
LIVE_TASK='edubuntu-live' LIVE_TASK='edubuntu-live'

Loading…
Cancel
Save