Commit 59c21699 authored by Anton Midyukov's avatar Anton Midyukov

mixin.mk: add kf5-kirigami to regular-kde on Sisyphus

not all kde applications have migrated to kf6 yet and some of their functionality is not available because the package kf5-kirigami is not installed.
parent d58a8c93
......@@ -158,6 +158,7 @@ mixin/regular-kde: use/x11/kde use/browser/falkon \
ifeq (,$(filter-out sisyphus,$(BRANCH)))
@$(call add,THE_PACKAGES,xdg-desktop-portal-kde)
@$(call add,THE_PACKAGES,plasma-discover)
@$(call add,THE_PACKAGES,kf5-kirigami)
else
@$(call add,THE_PACKAGES,plasma5-xdg-desktop-portal-kde)
@$(call add,THE_PACKAGES,plasma5-discover)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment