Add XFCE variant

This commit is contained in:
Timothée Ravier 2018-07-26 08:34:36 +02:00 committed by Colin Walters
parent 5d89f49877
commit 4f1ecaa978
4 changed files with 93 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' ]:
for desktop in [ 'gnome-desktop', 'kde-desktop', 'xfce-desktop' ]:
print()
print("Syncing packages for {} specific version:".format(desktop))