Convert kinoite.json to fedora-kinoite.yaml

This commit is contained in:
Timothée Ravier 2019-03-21 09:13:27 +01:00
parent a1db40bf9b
commit a1ccdf7604
2 changed files with 15 additions and 14 deletions

15
fedora-kinoite.yaml Normal file
View File

@ -0,0 +1,15 @@
include: kde-desktop-pkgs.json
ref: fedora/rawhide/${basearch}/kinoite
rojig:
name: fedora-kde
summary: "Fedora Kinoite (KDE) base image"
license: MIT
packages:
- kwayland-integration
- kwin-wayland
- plasma-workspace-wayland
- xdg-desktop-portal-kde
- xorg-x11-server-Xwayland
repos:
- fedora-rawhide

View File

@ -1,14 +0,0 @@
{
"ref": "fedora/rawhide/${basearch}/kinoite",
"repos": ["fedora-rawhide"],
"include": "kde-desktop-pkgs.json",
"packages": [
"kwayland-integration",
"kwin-wayland",
"plasma-workspace-wayland",
"xdg-desktop-portal-kde",
"xorg-x11-server-Xwayland"
]
}