debian-forge/config/variants/flavors.json
robojerk 61e7caaddb
Some checks are pending
Checks / Spelling (push) Waiting to run
Checks / Python Linters (push) Waiting to run
Checks / Shell Linters (push) Waiting to run
Checks / 📦 Packit config lint (push) Waiting to run
Checks / 🔍 Check for valid snapshot urls (push) Waiting to run
Checks / 🔍 Check JSON files for formatting consistency (push) Waiting to run
Generate / Documentation (push) Waiting to run
Generate / Test Data (push) Waiting to run
Tests / Unittest (push) Waiting to run
Tests / Assembler test (legacy) (push) Waiting to run
Tests / Smoke run: unittest as normal user on default runner (push) Waiting to run
Did stuff
2025-08-26 11:52:32 -07:00

99 lines
No EOL
1.9 KiB
JSON

{
"flavors": [
{
"name": "gnome",
"display_name": "GNOME",
"description": "Modern, intuitive desktop environment",
"packages": [
"task-gnome-desktop",
"gnome-core"
],
"dependencies": [
"gnome-session",
"gnome-shell",
"gdm3"
],
"variants": [
"bookworm",
"sid",
"testing"
],
"enabled": true,
"priority": 100
},
{
"name": "kde",
"display_name": "KDE Plasma",
"description": "Feature-rich, customizable desktop",
"packages": [
"task-kde-desktop",
"plasma-desktop"
],
"dependencies": [
"kde-plasma-desktop",
"sddm"
],
"variants": [
"bookworm",
"sid",
"testing"
],
"enabled": true,
"priority": 200
},
{
"name": "xfce",
"display_name": "Xfce",
"description": "Lightweight, fast desktop environment",
"packages": [
"task-xfce-desktop",
"xfce4"
],
"dependencies": [
"xfce4-session",
"lightdm"
],
"variants": [
"bookworm",
"sid",
"testing"
],
"enabled": true,
"priority": 300
},
{
"name": "mate",
"display_name": "MATE",
"description": "Traditional GNOME 2 desktop",
"packages": [
"task-mate-desktop",
"mate-desktop"
],
"dependencies": [
"mate-session-manager",
"lightdm"
],
"variants": [
"bookworm",
"sid",
"testing"
],
"enabled": true,
"priority": 400
},
{
"name": "minimal",
"display_name": "Minimal",
"description": "Minimal system without desktop",
"packages": [],
"dependencies": [],
"variants": [
"bookworm",
"sid",
"testing"
],
"enabled": true,
"priority": 500
}
]
}