diff --git a/fedora-kinoite.yaml b/fedora-kinoite.yaml new file mode 100644 index 0000000..1539ba8 --- /dev/null +++ b/fedora-kinoite.yaml @@ -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 diff --git a/kinoite.json b/kinoite.json deleted file mode 100644 index 3cafcc1..0000000 --- a/kinoite.json +++ /dev/null @@ -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" - ] -}