From a1ccdf7604fec2df4d98dcb1eeb88d0932e842d0 Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Mar 21 2019 08:14:57 +0000 Subject: Convert kinoite.json to fedora-kinoite.yaml --- 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" - ] -}