Also reuse XUBUNTU_HWE_HINTS for UBUNTUSTUDIO_HWE_HINTS with tweaks

ubuntu/trusty
Adam Conrad 10 years ago
parent b283e3f938
commit 31fea13a91

1
debian/changelog vendored

@ -8,6 +8,7 @@ livecd-rootfs (2.208.4) UNRELEASED; urgency=medium
* Add UBUNTUGNOME_HWE_HINTS and populate it skip using unity packages * Add UBUNTUGNOME_HWE_HINTS and populate it skip using unity packages
* Add LUBUNTU_HWE_HINTS and populate to work around task->meta change * Add LUBUNTU_HWE_HINTS and populate to work around task->meta change
* Reuse XUBUNTU_HWE_HINTS for MYTHBUNTU_HWE_HINTS and add some tweaks * Reuse XUBUNTU_HWE_HINTS for MYTHBUNTU_HWE_HINTS and add some tweaks
* Also reuse XUBUNTU_HWE_HINTS for UBUNTUSTUDIO_HWE_HINTS with tweaks
-- Adam Conrad <adconrad@ubuntu.com> Wed, 04 Feb 2015 04:42:54 -0700 -- Adam Conrad <adconrad@ubuntu.com> Wed, 04 Feb 2015 04:42:54 -0700

@ -197,10 +197,11 @@ SIGNED_KERNEL_PACKAGE="linux-signed-generic-lts-utopic"
UNITY_HWE_HINTS="unity-settings-daemon notify-osd libqt4-sql-sqlite unity" UNITY_HWE_HINTS="unity-settings-daemon notify-osd libqt4-sql-sqlite unity"
KUBUNTU_HWE_HINTS="pinentry-qt4 kde-baseapps-bin" KUBUNTU_HWE_HINTS="pinentry-qt4 kde-baseapps-bin"
EDUBUNTU_HWE_HINTS="gnome-session gnome-terminal" EDUBUNTU_HWE_HINTS="gnome-session gnome-terminal"
XUBUNTU_HWE_HINTS="lightdm-gtk-greeter unity-settings-daemon- unity-control-center- notification-daemon-" XUBUNTU_HWE_HINTS="lightdm-gtk-greeter unity-settings-daemon- unity-control-center- notification-daemon- libpanel-applet-4-0-"
LUBUNTU_HWE_HINTS="xterm notification-daemon-" LUBUNTU_HWE_HINTS="xterm notification-daemon-"
UBUNTUGNOME_HWE_HINTS="unity-settings-daemon- unity-control-center- libaccount-plugin-1.0-0-" UBUNTUGNOME_HWE_HINTS="unity-settings-daemon- unity-control-center- libaccount-plugin-1.0-0-"
MYTHBUNTU_HWE_HINTS="notify-osd $XUBUNTU_HWE_HINTS" MYTHBUNTU_HWE_HINTS="notify-osd $XUBUNTU_HWE_HINTS"
UBUNTUSTUDIO_HWE_HINTS="xfce4-notifyd $XUBUNTU_HWE_HINTS"
case $PROJECT in case $PROJECT in
ubuntu|ubuntu-dvd) ubuntu|ubuntu-dvd)
@ -328,7 +329,7 @@ case $PROJECT in
;; ;;
ubuntustudio-dvd) ubuntustudio-dvd)
add_package install ubuntu-minimal ubuntu-standard ubuntustudio-desktop ubuntustudio-audio ubuntustudio-font-meta ubuntustudio-graphics ubuntustudio-video ubuntustudio-publishing ubuntustudio-photography add_package install ubuntu-minimal ubuntu-standard ubuntustudio-desktop ubuntustudio-audio ubuntustudio-font-meta ubuntustudio-graphics ubuntustudio-video ubuntustudio-publishing ubuntustudio-photography $XUBUNTU_HWE_HINTS
add_package install $HWE_X_PACKAGES add_package install $HWE_X_PACKAGES
COMPONENTS='main restricted universe multiverse' COMPONENTS='main restricted universe multiverse'
case $ARCH in case $ARCH in

Loading…
Cancel
Save