Add LXQt variant
This commit is contained in:
parent
6ee56832ef
commit
55ae6ad005
4 changed files with 57 additions and 1 deletions
|
@ -220,3 +220,11 @@ desktop_blacklist:
|
||||||
- vim-enhanced
|
- vim-enhanced
|
||||||
# ?
|
# ?
|
||||||
- rodent-icon-theme
|
- rodent-icon-theme
|
||||||
|
lxqt-desktop:
|
||||||
|
# Incompatible with ostree for various reasons
|
||||||
|
- dnfdragora-updater
|
||||||
|
# Non-critical apps -> Flatpak
|
||||||
|
- ark
|
||||||
|
- falkon
|
||||||
|
- falkon-kwallet
|
||||||
|
- pcmanfm-qt
|
||||||
|
|
|
@ -122,7 +122,7 @@ if (n_manifest_new > 0 or n_comps_new > 0) and args.save:
|
||||||
|
|
||||||
|
|
||||||
# Generate treefiles for all desktops
|
# Generate treefiles for all desktops
|
||||||
for desktop in [ 'gnome-desktop', 'kde-desktop', 'xfce-desktop' ]:
|
for desktop in [ 'gnome-desktop', 'kde-desktop', 'xfce-desktop', 'lxqt-desktop' ]:
|
||||||
print()
|
print()
|
||||||
print("Syncing packages for {} specific version:".format(desktop))
|
print("Syncing packages for {} specific version:".format(desktop))
|
||||||
|
|
||||||
|
|
12
fedora-lxqt.yaml
Normal file
12
fedora-lxqt.yaml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
include: lxqt-desktop-pkgs.json
|
||||||
|
ref: fedora/rawhide/${basearch}/lxqt
|
||||||
|
rojig:
|
||||||
|
name: fedora-lxqt
|
||||||
|
summary: "Fedora LXQT base image"
|
||||||
|
license: MIT
|
||||||
|
packages:
|
||||||
|
- libqtxdg
|
||||||
|
- xdg-desktop-portal-kde
|
||||||
|
|
||||||
|
repos:
|
||||||
|
- fedora-rawhide
|
36
lxqt-desktop-pkgs.json
Normal file
36
lxqt-desktop-pkgs.json
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"00packages-comment": "DO NOT EDIT! This content is generated from comps-sync.py",
|
||||||
|
"include": "fedora-common-ostree.json",
|
||||||
|
"packages": [
|
||||||
|
"breeze-cursor-theme",
|
||||||
|
"breeze-gtk",
|
||||||
|
"breeze-icon-theme",
|
||||||
|
"fedora-icon-theme",
|
||||||
|
"firewall-config",
|
||||||
|
"initial-setup-gui",
|
||||||
|
"lxqt-about",
|
||||||
|
"lxqt-config",
|
||||||
|
"lxqt-globalkeys",
|
||||||
|
"lxqt-notificationd",
|
||||||
|
"lxqt-openssh-askpass",
|
||||||
|
"lxqt-panel",
|
||||||
|
"lxqt-policykit",
|
||||||
|
"lxqt-powermanagement",
|
||||||
|
"lxqt-qtplugin",
|
||||||
|
"lxqt-runner",
|
||||||
|
"lxqt-session",
|
||||||
|
"lxqt-themes",
|
||||||
|
"lxqt-themes-fedora",
|
||||||
|
"network-manager-applet",
|
||||||
|
"nm-connection-editor",
|
||||||
|
"notification-daemon",
|
||||||
|
"obconf",
|
||||||
|
"openbox",
|
||||||
|
"perl-File-MimeInfo",
|
||||||
|
"qterminal",
|
||||||
|
"sddm",
|
||||||
|
"sddm-themes",
|
||||||
|
"upower",
|
||||||
|
"xdg-user-dirs"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue