Add Pantheon & DeepinDE variants
This commit is contained in:
parent
ebf129e4f8
commit
d2b8aa6080
6 changed files with 101 additions and 1 deletions
|
@ -228,3 +228,6 @@ desktop_blacklist:
|
|||
- falkon
|
||||
- falkon-kwallet
|
||||
- pcmanfm-qt
|
||||
deepin-desktop:
|
||||
# Incompatible with ostree for various reasons
|
||||
- dnfdragora-updater
|
||||
|
|
|
@ -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))
|
||||
|
||||
|
|
15
deepin-desktop-pkgs.yaml
Normal file
15
deepin-desktop-pkgs.yaml
Normal file
|
@ -0,0 +1,15 @@
|
|||
# DO NOT EDIT! This content is generated from comps-sync.py
|
||||
include: fedora-common-ostree.yaml
|
||||
packages:
|
||||
- chromium
|
||||
- deepin-calculator
|
||||
- deepin-calendar
|
||||
- deepin-desktop
|
||||
- deepin-editor
|
||||
- deepin-file-manager
|
||||
- deepin-image-viewer
|
||||
- deepin-picker
|
||||
- deepin-screenshot
|
||||
- deepin-system-monitor
|
||||
- fedora-icon-theme
|
||||
- firewall-config
|
10
fedora-deepin.yaml
Normal file
10
fedora-deepin.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
include: deepin-desktop-pkgs.yaml
|
||||
ref: fedora/rawhide/${basearch}/deepin
|
||||
rojig:
|
||||
name: fedora-deepin
|
||||
summary: "Fedora Deepin base image"
|
||||
license: MIT
|
||||
packages:
|
||||
|
||||
repos:
|
||||
- fedora-rawhide
|
10
fedora-pantheon.yaml
Normal file
10
fedora-pantheon.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
include: pantheon-desktop-pkgs.yaml
|
||||
ref: fedora/rawhide/${basearch}/pantheon
|
||||
rojig:
|
||||
name: fedora-pantheon
|
||||
summary: "Fedora Pantheon base image"
|
||||
license: MIT
|
||||
packages:
|
||||
|
||||
repos:
|
||||
- fedora-rawhide
|
62
pantheon-desktop-pkgs.yaml
Normal file
62
pantheon-desktop-pkgs.yaml
Normal file
|
@ -0,0 +1,62 @@
|
|||
# DO NOT EDIT! This content is generated from comps-sync.py
|
||||
include: fedora-common-ostree.yaml
|
||||
packages:
|
||||
- appcenter
|
||||
- cerbere
|
||||
- contractor
|
||||
- elementary-calculator
|
||||
- elementary-calendar
|
||||
- elementary-camera
|
||||
- elementary-capnet-assist
|
||||
- elementary-code
|
||||
- elementary-files
|
||||
- elementary-greeter
|
||||
- elementary-icon-theme
|
||||
- elementary-music
|
||||
- elementary-photos
|
||||
- elementary-print
|
||||
- elementary-screenshot-tool
|
||||
- elementary-shortcut-overlay
|
||||
- elementary-sound-theme
|
||||
- elementary-terminal
|
||||
- elementary-theme
|
||||
- elementary-videos
|
||||
- elementary-wallpapers
|
||||
- gala
|
||||
- gnome-session
|
||||
- gsignond
|
||||
- gsignond-plugin-lastfm
|
||||
- gsignond-plugin-mail
|
||||
- gsignond-plugin-oauth
|
||||
- gsignond-plugin-sasl
|
||||
- pantheon-agent-geoclue2
|
||||
- pantheon-agent-polkit
|
||||
- pantheon-session-settings
|
||||
- plank
|
||||
- switchboard
|
||||
- switchboard-plug-a11y
|
||||
- switchboard-plug-about
|
||||
- switchboard-plug-applications
|
||||
- switchboard-plug-bluetooth
|
||||
- switchboard-plug-display
|
||||
- switchboard-plug-keyboard
|
||||
- switchboard-plug-mouse-touchpad
|
||||
- switchboard-plug-networking
|
||||
- switchboard-plug-notifications
|
||||
- switchboard-plug-onlineaccounts
|
||||
- switchboard-plug-pantheon-shell
|
||||
- switchboard-plug-printers
|
||||
- switchboard-plug-sharing
|
||||
- switchboard-plug-sound
|
||||
- wingpanel
|
||||
- wingpanel-applications-menu
|
||||
- wingpanel-indicator-ayatana
|
||||
- wingpanel-indicator-bluetooth
|
||||
- wingpanel-indicator-datetime
|
||||
- wingpanel-indicator-keyboard
|
||||
- wingpanel-indicator-network
|
||||
- wingpanel-indicator-nightlight
|
||||
- wingpanel-indicator-notifications
|
||||
- wingpanel-indicator-power
|
||||
- wingpanel-indicator-session
|
||||
- wingpanel-indicator-sound
|
Loading…
Reference in a new issue