Add Pantheon & DeepinDE variants

This commit is contained in:
Timothée Ravier 2019-04-06 19:05:13 +02:00
parent ebf129e4f8
commit d2b8aa6080
6 changed files with 101 additions and 1 deletions

View file

@ -123,7 +123,7 @@ if (n_manifest_new > 0 or n_comps_new > 0) and args.save:
write_manifest(base_pkgs_path, manifest_packages)
# Generate treefiles for all desktops
for desktop in [ 'gnome-desktop', 'kde-desktop', 'xfce-desktop', 'lxqt-desktop' ]:
for desktop in [ 'gnome-desktop', 'kde-desktop', 'xfce-desktop', 'lxqt-desktop', 'deepin-desktop', 'pantheon-desktop']:
print()
print("Syncing packages for {}:".format(desktop))