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
|
||||
target-device: mt6873
|
||||
packages:
|
||||
# - bluebinder
|
||||
# - media-hub
|
||||
- gemian-system
|
||||
- lxc-android
|
||||
- lxc
|
||||
|
|
@ -68,36 +66,6 @@ actions:
|
|||
description: depmod kernel modules (needs /lib/modules/N.N.N)
|
||||
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
|
||||
chroot: true
|
||||
description: Removing /var/log/journal to avoid persisant journaling
|
||||
|
|
|
|||
|
|
@ -27,9 +27,9 @@ actions:
|
|||
packages:
|
||||
# - audiosystem-passthrough
|
||||
# - dialer-app
|
||||
# - drihybris
|
||||
- drihybris
|
||||
# - gemian-lock
|
||||
# - glamor-hybris
|
||||
- glamor-hybris
|
||||
- hybris-usb
|
||||
- usbutils
|
||||
- libhybris
|
||||
|
|
@ -42,7 +42,7 @@ actions:
|
|||
# - repowerd
|
||||
- urfkill
|
||||
- xkb-data
|
||||
# - xserver-xorg-video-hwcomposer
|
||||
- xserver-xorg-video-hwcomposer
|
||||
# - xss-lock
|
||||
# - camera-app
|
||||
- halium-wrappers
|
||||
|
|
|
|||
|
|
@ -4,40 +4,17 @@ actions:
|
|||
- action: apt
|
||||
description: Installing KDE Plasma desktop environment
|
||||
packages:
|
||||
- breeze-gtk-theme
|
||||
- kde-plasma-desktop
|
||||
- chromium
|
||||
- chromium-sandbox
|
||||
- gstreamer1.0-plugins-good
|
||||
- gstreamer1.0-plugins-bad
|
||||
- gstreamer1.0-qt5
|
||||
- fonts-noto
|
||||
- kate
|
||||
- kde-config-gtk-style
|
||||
- kde-plasma-desktop
|
||||
- khotkeys
|
||||
- kio-extras
|
||||
- kscreen
|
||||
- ksysguard
|
||||
- kwin-x11
|
||||
- libpam-kwallet5
|
||||
- lxdm
|
||||
- network-manager
|
||||
- plasma-browser-integration
|
||||
- plasma-discover
|
||||
- plasma-pa
|
||||
- plasma-nm
|
||||
- powerdevil
|
||||
- sni-qt
|
||||
- systemsettings
|
||||
- xserver-xorg
|
||||
- xserver-xorg-input-evdev
|
||||
- codi-app
|
||||
- kde-spectacle
|
||||
- bluetooth
|
||||
- rfkill
|
||||
- bluedevil
|
||||
- bluez-tools
|
||||
- pulseaudio-module-bluetooth
|
||||
|
||||
- action: run
|
||||
chroot: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue