mixin.mk: add gtk-theme-breeze to kde5

Missing dependency in kde5, but the maintainer doesn't think so:
https://bugzilla.altlinux.org/49597
This commit is contained in:
Anton Midyukov 2024-03-04 14:43:37 +07:00
parent 6af3ba2957
commit 85576e33e8

View File

@ -142,6 +142,7 @@ mixin/regular-kde5: use/x11/kde5 use/browser/falkon \
@$(call add,THE_PACKAGES,qt6-wayland)
@$(call add,THE_PACKAGES,plasma5-discover)
@$(call add,THE_PACKAGES,accountsservice)
@$(call add,THE_PACKAGES,gtk-theme-breeze)
ifneq (,$(filter-out e2k% riscv64 loongarch64,$(ARCH)))
@$(call add,THE_PACKAGES,falkon-kde5)
endif