From 184b6638edbf72a9e6a5f888f47cbcaad432bb2b Mon Sep 17 00:00:00 2001 From: NeKit Date: Sun, 12 Jan 2020 23:42:25 +0100 Subject: [PATCH] Move LXQt variant to separate configuration file Include NetworkManager and browser in KDE variant --- cosmopda.yaml | 10 ++-------- variants/kde-plasma.yaml | 4 ++++ variants/lxqt.yaml | 14 +++++++++++++- 3 files changed, 19 insertions(+), 9 deletions(-) diff --git a/cosmopda.yaml b/cosmopda.yaml index b5f1f23..61c411e 100644 --- a/cosmopda.yaml +++ b/cosmopda.yaml @@ -32,14 +32,8 @@ actions: command: echo root:root | chpasswd {{ if eq $variant "lxqt" }} - - action: apt - description: Installing LXQt desktop environment - packages: - - lxdm - - lxqt - - breeze-icon-theme - - xserver-xorg - - xserver-xorg-input-evdev + - action: recipe + recipe: variants/lxqt.yaml {{ end }} {{ if eq $variant "mate" }} diff --git a/variants/kde-plasma.yaml b/variants/kde-plasma.yaml index a57d719..6b4d88a 100644 --- a/variants/kde-plasma.yaml +++ b/variants/kde-plasma.yaml @@ -5,6 +5,7 @@ actions: description: Installing KDE Plasma desktop environment packages: - breeze-gtk-theme + - chromium - fonts-noto - kate - kde-config-gtk-style @@ -16,7 +17,10 @@ actions: - kwin-x11 - libpam-kwallet5 - lxdm + - network-manager + - plasma-browser-integration - plasma-discover + - plasma-nm - sni-qt - systemsettings - xserver-xorg diff --git a/variants/lxqt.yaml b/variants/lxqt.yaml index 8d1c8b6..f433d91 100644 --- a/variants/lxqt.yaml +++ b/variants/lxqt.yaml @@ -1 +1,13 @@ - +architecture: arm64 + +actions: + - action: apt + description: Installing LXQt desktop environment + packages: + - breeze-icon-theme + - cmst + - connman + - lxdm + - lxqt + - xserver-xorg + - xserver-xorg-input-evdev