Astro tweaks, tidying and removing items included in the kde-plasma-desktop meta package
This commit is contained in:
parent
5bc2cc6717
commit
66d6223790
3 changed files with 4 additions and 59 deletions
|
|
@ -22,8 +22,6 @@ actions:
|
||||||
description: Installing Astro Slide-specific packages
|
description: Installing Astro Slide-specific packages
|
||||||
target-device: mt6873
|
target-device: mt6873
|
||||||
packages:
|
packages:
|
||||||
# - bluebinder
|
|
||||||
# - media-hub
|
|
||||||
- gemian-system
|
- gemian-system
|
||||||
- lxc-android
|
- lxc-android
|
||||||
- lxc
|
- lxc
|
||||||
|
|
@ -68,36 +66,6 @@ actions:
|
||||||
description: depmod kernel modules (needs /lib/modules/N.N.N)
|
description: depmod kernel modules (needs /lib/modules/N.N.N)
|
||||||
command: depmod -a 4.14.186
|
command: depmod -a 4.14.186
|
||||||
|
|
||||||
{{ if eq $variant "lxqt" }}
|
|
||||||
# - action: recipe
|
|
||||||
# recipe: variants/lxqt.yaml
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
{{ if eq $variant "mate" }}
|
|
||||||
# - action: apt
|
|
||||||
# description: Installing MATE desktop environment
|
|
||||||
# packages:
|
|
||||||
# - lxdm
|
|
||||||
# - mate-desktop-environment
|
|
||||||
# - xserver-xorg
|
|
||||||
# - xserver-xorg-input-evdev
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
{{ if eq $variant "kde-plasma" }}
|
|
||||||
# - action: recipe
|
|
||||||
# recipe: variants/kde-plasma.yaml
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
# - action: run
|
|
||||||
# chroot: true
|
|
||||||
# description: Fix default DPI
|
|
||||||
# command: sed -e "s@\\[server\\]@[server]\\narg=/usr/bin/Xorg -dpi 192\n@" -i /etc/lxdm/lxdm.conf
|
|
||||||
|
|
||||||
# - action: run
|
|
||||||
# chroot: true
|
|
||||||
# description: Removing xserver-xorg-input-libinput as it does not work with touchscreen yet
|
|
||||||
# command: apt remove xserver-xorg-input-libinput
|
|
||||||
|
|
||||||
- action: run
|
- action: run
|
||||||
chroot: true
|
chroot: true
|
||||||
description: Removing /var/log/journal to avoid persisant journaling
|
description: Removing /var/log/journal to avoid persisant journaling
|
||||||
|
|
|
||||||
|
|
@ -27,9 +27,9 @@ actions:
|
||||||
packages:
|
packages:
|
||||||
# - audiosystem-passthrough
|
# - audiosystem-passthrough
|
||||||
# - dialer-app
|
# - dialer-app
|
||||||
# - drihybris
|
- drihybris
|
||||||
# - gemian-lock
|
# - gemian-lock
|
||||||
# - glamor-hybris
|
- glamor-hybris
|
||||||
- hybris-usb
|
- hybris-usb
|
||||||
- usbutils
|
- usbutils
|
||||||
- libhybris
|
- libhybris
|
||||||
|
|
@ -42,7 +42,7 @@ actions:
|
||||||
# - repowerd
|
# - repowerd
|
||||||
- urfkill
|
- urfkill
|
||||||
- xkb-data
|
- xkb-data
|
||||||
# - xserver-xorg-video-hwcomposer
|
- xserver-xorg-video-hwcomposer
|
||||||
# - xss-lock
|
# - xss-lock
|
||||||
# - camera-app
|
# - camera-app
|
||||||
- halium-wrappers
|
- halium-wrappers
|
||||||
|
|
|
||||||
|
|
@ -4,40 +4,17 @@ actions:
|
||||||
- action: apt
|
- action: apt
|
||||||
description: Installing KDE Plasma desktop environment
|
description: Installing KDE Plasma desktop environment
|
||||||
packages:
|
packages:
|
||||||
- breeze-gtk-theme
|
- kde-plasma-desktop
|
||||||
- chromium
|
- chromium
|
||||||
- chromium-sandbox
|
- chromium-sandbox
|
||||||
- gstreamer1.0-plugins-good
|
|
||||||
- gstreamer1.0-plugins-bad
|
|
||||||
- gstreamer1.0-qt5
|
- gstreamer1.0-qt5
|
||||||
- fonts-noto
|
|
||||||
- kate
|
|
||||||
- kde-config-gtk-style
|
|
||||||
- kde-plasma-desktop
|
|
||||||
- khotkeys
|
|
||||||
- kio-extras
|
|
||||||
- kscreen
|
|
||||||
- ksysguard
|
|
||||||
- kwin-x11
|
|
||||||
- libpam-kwallet5
|
|
||||||
- lxdm
|
- lxdm
|
||||||
- network-manager
|
- network-manager
|
||||||
- plasma-browser-integration
|
|
||||||
- plasma-discover
|
|
||||||
- plasma-pa
|
|
||||||
- plasma-nm
|
|
||||||
- powerdevil
|
|
||||||
- sni-qt
|
|
||||||
- systemsettings
|
|
||||||
- xserver-xorg
|
|
||||||
- xserver-xorg-input-evdev
|
- xserver-xorg-input-evdev
|
||||||
- codi-app
|
|
||||||
- kde-spectacle
|
- kde-spectacle
|
||||||
- bluetooth
|
- bluetooth
|
||||||
- rfkill
|
- rfkill
|
||||||
- bluedevil
|
|
||||||
- bluez-tools
|
- bluez-tools
|
||||||
- pulseaudio-module-bluetooth
|
|
||||||
|
|
||||||
- action: run
|
- action: run
|
||||||
chroot: true
|
chroot: true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue