diff --git a/conf.d/regular.mk b/conf.d/regular.mk index 0e1acdca..10f589ca 100644 --- a/conf.d/regular.mk +++ b/conf.d/regular.mk @@ -153,6 +153,9 @@ distro/regular-gnome3: distro/.regular-desktop mixin/regular-gnome3 \ distro/regular-lxqt: distro/.regular-gtk mixin/regular-lxqt +plymouth @$(call add,THE_LISTS,$(call tags,lxqt desktop)) +distro/regular-deepin: distro/.regular-gtk use/x11/deepin + @$(call add,THE_PACKAGES,deepin-regular) + distro/regular-kde5: distro/.regular-desktop \ mixin/regular-kde5 use/domain-client use/x11/sddm +plymouth; @: diff --git a/features.in/x11/config.mk b/features.in/x11/config.mk index 357fd897..f511fda1 100644 --- a/features.in/x11/config.mk +++ b/features.in/x11/config.mk @@ -140,6 +140,9 @@ use/x11/cinnamon: use/x11/xorg +pulse @$(call add,THE_LISTS,$(call tags,cinnamon desktop)) @$(call add,IM_PACKAGES,imsettings-cinnamon) +use/x11/deepin: use/x11/xorg +pulse + @$(call add,THE_PACKAGES,deepin-default) + use/x11/gnome3: use/x11/xorg use/x11/gdm +pulse @$(call add,THE_PACKAGES,gnome3-default) @$(call add,IM_PACKAGES,imsettings-gsettings)