[lxqt-presets] Move xfwm4 related config to /etc/skel
This was because xfwm4-lxqt package conflicts if placing these files in /etc/xdg/
This commit is contained in:
parent
571597e2fb
commit
c9652be89a
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cereus-lxqt-presets'
|
# Template file for 'cereus-lxqt-presets'
|
||||||
pkgname=cereus-lxqt-presets
|
pkgname=cereus-lxqt-presets
|
||||||
version=2023.01.20
|
version=2023.01.28
|
||||||
revision=1
|
revision=1
|
||||||
repository="cereus-core"
|
repository="cereus-core"
|
||||||
conf_files="
|
conf_files="
|
||||||
|
@ -8,6 +8,9 @@ conf_files="
|
||||||
/etc/pcmanfm-qt/*/*.conf
|
/etc/pcmanfm-qt/*/*.conf
|
||||||
/etc/qterminal.org/qterminal.ini
|
/etc/qterminal.org/qterminal.ini
|
||||||
/etc/skel/.config/kdeglobals
|
/etc/skel/.config/kdeglobals
|
||||||
|
/etc/skel/.config/lockscreen-bg.conf
|
||||||
|
/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
|
||||||
|
/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
|
||||||
/etc/xdg/autostart/ksuperkey.desktop"
|
/etc/xdg/autostart/ksuperkey.desktop"
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
depends="lxqt-cereus cereus-global-presets cereus-lightdm-presets udisks2 gvfs-afc gvfs-mtp gvfs-smb blueman flameshot pasystray-git ksuperkey"
|
depends="lxqt-cereus cereus-global-presets cereus-lightdm-presets udisks2 gvfs-afc gvfs-mtp gvfs-smb blueman flameshot pasystray-git ksuperkey"
|
||||||
|
@ -23,4 +26,5 @@ do_fetch() {
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vcopy lxqt/* ./
|
vcopy lxqt/* ./
|
||||||
|
vinstall global/etc/skel/.config/lockscreen-bg.conf 0644 etc/skel/.config/
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue