mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Merge pull request #3000 from RichNeese/add-kde-plasma
add kde-plasma csc build
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# install lightdm greeter
|
||||
cp -R "${SRC}"/packages/blobs/desktop/lightdm "${destination}"/etc/armbian
|
||||
|
||||
# install default desktop settings
|
||||
#mkdir -p "${destination}"/etc/skel
|
||||
#cp -R "${SRC}"/packages/blobs/desktop/skel/. "${destination}"/etc/skel
|
||||
|
||||
# install logo for login screen
|
||||
cp "${SRC}"/packages/blobs/desktop/icons/armbian.png "${destination}"/usr/share/pixmaps
|
||||
|
||||
# install wallpapers
|
||||
mkdir -p "${destination}"/usr/share/backgrounds/armbian/
|
||||
cp "${SRC}"/packages/blobs/desktop/wallpapers/armbian*.jpg "${destination}"/usr/share/backgrounds/armbian/
|
||||
1
config/desktop/focal/environments/kde-plasma/config_base/packages
Executable file
1
config/desktop/focal/environments/kde-plasma/config_base/packages
Executable file
@@ -0,0 +1 @@
|
||||
xserver-xorg xserver-xorg-video-fbdev gvfs-backends gvfs-fuse xfonts-base xinit x11-xserver-utils kde-plasma-desktop gtk2-engines gtk2-engines-murrine gtk2-engines-pixbuf libgtk2.0-bin network-manager-gnome gnome-keyring gcr libgck-1-0 p11-kit pasystray pavucontrol pulseaudio pavumeter bluez bluez-tools pulseaudio-module-bluetooth blueman libpam-gnome-keyring libgl1-mesa-dri policykit-1 profile-sync-daemon gnome-orca numix-gtk-theme synaptic apt-xapian-index lightdm lightdm-gtk-greeter
|
||||
@@ -0,0 +1,5 @@
|
||||
# install custom xorg for pinebook-pro
|
||||
cp -R "${SRC}"/packages/bsp/pinebook-pro/xorg.conf "${destination}"/etc/X11/xorg.conf.d/
|
||||
|
||||
# install custom asound state for pinebook-pro
|
||||
cp -R "${SRC}"/packages/asound.state/ "${destination}"/etc/
|
||||
@@ -0,0 +1 @@
|
||||
echo "Hello from debian/postinst in the DDE for PineBook-Pro !"
|
||||
5
config/desktop/focal/environments/kde-plasma/debian/postinst
Executable file
5
config/desktop/focal/environments/kde-plasma/debian/postinst
Executable file
@@ -0,0 +1,5 @@
|
||||
# overwrite stock lightdm greeter configuration
|
||||
if [ -d /etc/armbian/lightdm ]; then cp -R /etc/armbian/lightdm /etc/; fi
|
||||
|
||||
# Disable Pulseaudio timer scheduling which does not work with sndhdmi driver
|
||||
if [ -f /etc/pulse/default.pa ]; then sed "s/load-module module-udev-detect$/& tsched=0/g" -i /etc/pulse/default.pa; fi
|
||||
1
config/desktop/focal/environments/kde-plasma/only_for
Executable file
1
config/desktop/focal/environments/kde-plasma/only_for
Executable file
@@ -0,0 +1 @@
|
||||
arm64
|
||||
1
config/desktop/focal/environments/kde-plasma/support
Executable file
1
config/desktop/focal/environments/kde-plasma/support
Executable file
@@ -0,0 +1 @@
|
||||
csc
|
||||
Reference in New Issue
Block a user