mixin.mk: add flatpak-repo-flathub to gnome3

This commit is contained in:
Anton Midyukov 2022-03-09 23:50:35 +07:00
parent 79f541e21d
commit 37b62d84a0

View File

@ -96,6 +96,9 @@ mixin/regular-gnome3: use/x11/gnome3 use/fonts/ttf/redhat +nm-gtk
@$(call add,THE_PACKAGES,gnome3-regular xcalib templates)
@$(call add,THE_PACKAGES,chrome-gnome-shell)
@$(call add,THE_PACKAGES,gnome-software-disable-updates)
ifneq (,$(filter-out e2k%,$(ARCH)))
@$(call add,THE_PACKAGES,flatpak-repo-flathub)
endif
mixin/regular-kde5: use/x11/kde5 use/browser/falkon \
use/x11/kde5-display-manager-lightdm \