Commit 4c060a6c authored by Anton Midyukov's avatar Anton Midyukov

x11: add +nm-gtk4, use/x11/gtk4/nm (NetworkManager-*-gtk*)

Now is a difficult period when both gtk4 and old gtk3 plugins are relevant. Let's add a list for gtk4. Needed for gnome 45. New target will be used for gtk4 gui. For now this is gnome-control-center in Sisyphus and in the future p11 branch.
parent 247ea8da
......@@ -2,6 +2,7 @@
+icewm: use/x11/icewm; @:
+xmonad: use/x11/xmonad; @:
+nm-gtk: use/x11/gtk/nm; @:
+nm-gtk4: use/x11/gtk4/nm; @:
+screensaver: use/x11/xscreensaver/gl; @:
## hardware support
......@@ -145,6 +146,13 @@ use/x11/kde/synaptic:
use/x11/gtk/nm: use/net/nm
@$(call add,THE_LISTS,network/NetworkManager-gtk)
ifeq (,$(filter-out sisyphus p11,$(BRANCH)))
use/x11/gtk4/nm: use/net/nm
@$(call add,THE_LISTS,network/NetworkManager-gtk4)
else
use/x11/gtk4/nm: use/x11/gtk/nm; @:
endif
use/x11/xfce: use/x11
@$(call add,THE_PACKAGES,xfce4-minimal xfce4-default)
@$(call add,IM_PACKAGES,imsettings-xfce)
......
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