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

@ -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))