diff --git a/fedora-xfce.json b/fedora-xfce.json deleted file mode 100644 index 34395b6..0000000 --- a/fedora-xfce.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "ref": "fedora/rawhide/${basearch}/xfce", - "repos": ["fedora-rawhide"], - - "include": "xfce-desktop-pkgs.json", - - "packages": [ - "xdg-desktop-portal-gtk" - ] -} diff --git a/fedora-xfce.yaml b/fedora-xfce.yaml new file mode 100644 index 0000000..07c8e6a --- /dev/null +++ b/fedora-xfce.yaml @@ -0,0 +1,10 @@ +include: xfce-desktop-pkgs.json +ref: fedora/rawhide/${basearch}/xfce +rojig: + name: fedora-xfce + summary: "Fedora XFCE base image" + license: MIT +packages: + - xdg-desktop-portal-gtk +repos: + - fedora-rawhide