New Package: cereus-lxqt-presets-2023.01.20_1
This commit is contained in:
parent
9188270919
commit
9b93b7718a
1 changed files with 26 additions and 0 deletions
26
srcpkgs/cereus-lxqt-presets/template
Normal file
26
srcpkgs/cereus-lxqt-presets/template
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Template file for 'cereus-lxqt-presets'
|
||||
pkgname=cereus-lxqt-presets
|
||||
version=2023.01.20
|
||||
revision=1
|
||||
repository="cereus-core"
|
||||
conf_files="
|
||||
/etc/lxqt/*.conf
|
||||
/etc/pcmanfm-qt/*/*.conf
|
||||
/etc/qterminal.org/qterminal.ini
|
||||
/etc/skel/.config/kdeglobals
|
||||
/etc/xdg/autostart/ksuperkey.desktop"
|
||||
hostmakedepends="git"
|
||||
depends="lxqt-cereus cereus-global-presets cereus-lightdm-presets udisks2 gvfs-afc gvfs-mtp gvfs-smb blueman flameshot pasystray-git ksuperkey"
|
||||
short_desc="Cereus Linux default configurations for LXQt edition"
|
||||
maintainer="Kevin F. <kevinfigueroart@protonmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/CereusLinuxProject/presets"
|
||||
changelog="${homepage}/commits/main/lxqt"
|
||||
|
||||
do_fetch() {
|
||||
git clone ${homepage} ${wrksrc}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vcopy lxqt/* ./
|
||||
}
|
Loading…
Add table
Reference in a new issue