From 3c1f91c7837128e2400567db5c0bc45aa55eefd9 Mon Sep 17 00:00:00 2001 From: Anton Midyukov Date: Sun, 30 Jul 2023 00:24:20 +0700 Subject: [PATCH] mixin.mk: add plasma5-xdg-desktop-portal-kde5 to kde5 --- conf.d/mixin.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/mixin.mk b/conf.d/mixin.mk index dd672ca1..a0ad66d5 100644 --- a/conf.d/mixin.mk +++ b/conf.d/mixin.mk @@ -100,7 +100,7 @@ mixin/regular-kde5: use/x11/kde5 use/browser/falkon \ use/x11/kde5-display-manager-lightdm \ use/fonts/ttf/google use/fonts/ttf/redhat use/fonts/zerg \ +pulse - @$(call add,THE_PACKAGES,kde5-telepathy) + @$(call add,THE_PACKAGES,kde5-telepathy plasma5-xdg-desktop-portal-kde) @$(call add,THE_PACKAGES,qt6-wayland) ifneq (,$(filter-out e2k%,$(ARCH))) @$(call add,THE_PACKAGES,falkon-kde5)