diff --git a/debian/changelog b/debian/changelog index b4daa2e6..827ca39f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.233) UNRELEASED; urgency=medium + + * live-build/auto/config: Add configuration for new kubuntu-plasma5 + flavour. + + -- Colin Watson Thu, 31 Jul 2014 10:27:42 +0100 + livecd-rootfs (2.232) utopic; urgency=medium [ James Hunt ] diff --git a/live-build/auto/config b/live-build/auto/config index 9d49de44..3284ac50 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -233,6 +233,18 @@ case $PROJECT in 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) add_task install minimal standard ubuntu-desktop edubuntu-desktop-gnome LIVE_TASK='edubuntu-live'