Add LXQt variant

This commit is contained in:
Timothée Ravier 2018-08-12 21:09:57 +02:00
parent 6ee56832ef
commit 55ae6ad005
4 changed files with 57 additions and 1 deletions

View File

@ -220,3 +220,11 @@ desktop_blacklist:
- vim-enhanced
# ?
- rodent-icon-theme
lxqt-desktop:
# Incompatible with ostree for various reasons
- dnfdragora-updater
# Non-critical apps -> Flatpak
- ark
- falkon
- falkon-kwallet
- pcmanfm-qt

View File

@ -122,7 +122,7 @@ if (n_manifest_new > 0 or n_comps_new > 0) and args.save:
# 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("Syncing packages for {} specific version:".format(desktop))

12
fedora-lxqt.yaml Normal file
View 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
View 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"
]
}