util/coreboot-configurator: Add contrib files

Add contrib files for:
* debian (Tested on Ubuntu 20.04, 21.10, MX Linux 21 and Debian)
* PKGBUILD (Tested on Manjaro 21)
* flatpak (Untested)

Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: Ie9f0193ed28c0842661426204fc88ec00091fbae
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59257
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
Sean Rhodes
2021-11-12 08:56:30 +00:00
committed by Martin Roth
parent 9c89e3ada2
commit 0015df5927
10 changed files with 175 additions and 0 deletions

View File

@ -0,0 +1,3 @@
{
"skip-appstream-check": true
}

View File

@ -0,0 +1,36 @@
{
"app-id": "org.coreboot.coreboot-configurator",
"runtime": "org.kde.Platform",
"runtime-version": "5.12",
"sdk": "org.kde.Platform",
"branch": "stable",
"command": "/usr/sbin/coreboot-configurator",
"modules": [
{
"name": "coreboot-configurator",
"buildsystem": "meson",
"cleanup ": [
"/usr/sbin/coreboot-configurator",
"/usr/share/coreboot-configurator/aboutIcon.png",
"/usr/share/polkit-1/actions/org.coreboot.nvramtool.policy",
"/usr/share/polkit-1/actions/org.coreboot.reboot.policy",
"usr/share/applications/coreboot-configurator.desktop",
"/usr/share/icons/hicolor/24x24/apps/coreboot-configurator.png",
"/usr/share/icons/hicolor/48x48/apps/coreboot-configurator.png",
"/usr/share/icons/hicolor/96x96/apps/coreboot-configurator.png",
"/usr/share/icons/hicolor/16x16/apps/coreboot-configurator.png",
"/usr/share/icons/hicolor/32x32/apps/coreboot-configurator.png",
"/usr/share/icons/hicolor/64x64/apps/coreboot-configurator.png",
"/usr/share/icons/hicolor/128x128/apps/coreboot-configurator.png",
"/usr/share/icons/hicolor/256x256/apps/coreboot-configurator.png",
"/usr/share/icons/hicolor/512x512/apps/coreboot-configurator.png"
],
"sources": [
{
"type": "archive",
"path": "build/meson-dist/coreboot-configurator-8.tar.xz"
}
]
}
]
}