From a1ccdf7604fec2df4d98dcb1eeb88d0932e842d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Thu, 21 Mar 2019 09:13:27 +0100 Subject: [PATCH] Convert kinoite.json to fedora-kinoite.yaml --- fedora-kinoite.yaml | 15 +++++++++++++++ kinoite.json | 14 -------------- 2 files changed, 15 insertions(+), 14 deletions(-) create mode 100644 fedora-kinoite.yaml delete mode 100644 kinoite.json 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" - ] -}