org.yuzu_emu.yuzu/org.yuzu_emu.yuzu.json
2021-06-13 14:21:32 -06:00

234 lines
8.7 KiB
JSON

{
"app-id": "org.yuzu_emu.yuzu",
"runtime": "org.kde.Platform",
"runtime-version": "5.15",
"sdk": "org.kde.Sdk",
"base": "io.qt.qtwebengine.BaseApp",
"base-version": "5.15",
"command": "yuzu",
"rename-desktop-file": "yuzu.desktop",
"rename-icon": "yuzu",
"finish-args": [
"--device=all",
"--socket=fallback-x11",
"--socket=wayland",
"--socket=pulseaudio",
"--share=network",
"--share=ipc",
"--filesystem=xdg-config/yuzu:create",
"--filesystem=xdg-data/yuzu:create",
"--filesystem=host:ro"
],
"cleanup-commands": [
"/app/cleanup-BaseApp.sh"
],
"cleanup": [
"/include",
"/bin/glslangValidator",
"/bin/zip*",
"/bin/zstd*",
"/lib/pkg-config",
"/share/doc",
"/share/man",
"/src",
"*.a",
"*.la"
],
"modules": [
"shared-modules/libusb/libusb.json",
{
"name": "libzip",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_BUILD_TYPE=RelWithDebInfo"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/nih-at/libzip/archive/v1.7.3.tar.gz",
"sha256": "c0a086901dfc8bda0fb8695f2d3c8050ed140b7899536b9348bcc72b47b2f307",
"x-checker-data": {
"type": "anitya",
"project-id": 10649,
"url-template": "https://github.com/nih-at/libzip/archive/v$version.tar.gz"
}
}
]
},
{
"name": "zstd",
"buildsystem": "simple",
"build-commands": [
"make -j $FLATPAK_BUILDER_N_JOBS",
"make PREFIX=/ DESTDIR=\"${FLATPAK_DEST}\" install"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/facebook/zstd/releases/download/v1.5.0/zstd-1.5.0.tar.gz",
"sha256": "5194fbfa781fcf45b98c5e849651aa7b3b0a008c6b72d4a0db760f3002291e94",
"x-checker-data": {
"type": "anitya",
"project-id": 12083,
"url-template": "https://github.com/facebook/zstd/releases/download/v$version/zstd-$version.tar.gz"
}
}
]
},
{
"name": "fmt",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DFMT_TEST=OFF"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/fmtlib/fmt/releases/download/7.1.3/fmt-7.1.3.zip",
"sha256": "5d98c504d0205f912e22449ecdea776b78ce0bb096927334f80781e720084c9f",
"x-checker-data": {
"type": "anitya",
"project-id": 11526,
"url-template": "https://github.com/fmtlib/fmt/releases/download/$version/fmt-$version.zip"
}
}
]
},
{
"name": "glslang",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/KhronosGroup/glslang/archive/11.4.0.tar.gz",
"sha256": "9bae79c2b640b60474f8944a5ab4aff3af990074636ea2a0a3c97cb86be61dfa",
"x-checker-data": {
"type": "anitya",
"stable-only": true,
"project-id": 205796,
"url-template": "https://github.com/KhronosGroup/glslang/archive/$version.tar.gz"
}
}
]
},
{
"name": "catch2",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release"
],
"builddir": true,
"sources": [
{
"type": "archive",
"url": "https://github.com/catchorg/Catch2/archive/v2.13.6.tar.gz",
"sha256": "48dfbb77b9193653e4e72df9633d2e0383b9b625a47060759668480fdf24fbd4",
"x-checker-data": {
"type": "anitya",
"stable-only": true,
"project-id": 7680,
"url-template": "https://github.com/catchorg/Catch2/archive/v$version.tar.gz"
}
}
]
},
{
"name": "nlohmann-json",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/nlohmann/json/archive/v3.9.1.tar.gz",
"sha256": "4cf0df69731494668bdd6460ed8cb269b68de9c19ad8c27abc24cd72605b2d5b",
"x-checker-data": {
"type": "anitya",
"project-id": 141453,
"url-template": "https://github.com/nlohmann/json/archive/v$version.tar.gz"
}
}
]
},
{
"name": "boost",
"buildsystem": "simple",
"build-commands": [
"./bootstrap.sh --with-libraries=context,container,system,headers",
"./b2 -j $FLATPAK_BUILDER_N_JOBS install --prefix=/app"
],
"sources": [
{
"type": "archive",
"url": "https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.bz2",
"sha256": "f0397ba6e982c4450f27bf32a2a83292aba035b827a5623a14636ea583318c41",
"x-checker-data": {
"type": "anitya",
"project-id": 6845,
"url-template": "https://boostorg.jfrog.io/artifactory/main/release/$version/source/boost_1_76_0.tar.bz2"
}
}
]
},
{
"name": "yuzu",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
"-DCMAKE_BUILD_TYPE=RelWithDebInfo",
"-DENABLE_QT_TRANSLATION=ON",
"-DYUZU_ENABLE_COMPATIBILITY_REPORTING=ON",
"-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON",
"-DYUZU_USE_QT_WEB_ENGINE=ON",
"-DDISPLAY_VERSION=657",
"-DBUILD_TAG=mainline-657",
"-DBUILD_REPOSITORY=yuzu-emu/yuzu-mainline"
],
"build-options": {
"env": {
"TITLEBARFORMATIDLE": "yuzu {}",
"TITLEBARFORMATRUNNING": "yuzu {} | {}",
"LDFLAGS": "-L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed"
}
},
"cleanup": [
"/share/man",
"/share/pixmaps"
],
"post-install": [
"install -Dm644 ../org.yuzu_emu.yuzu.metainfo.xml /app/share/appdata/org.yuzu_emu.yuzu.metainfo.xml",
"desktop-file-install --dir=/app/share/applications ../dist/yuzu.desktop",
"desktop-file-edit --set-key StartupWMClass --set-value yuzu /app/share/applications/yuzu.desktop",
"install -Dm644 ../dist/yuzu.svg /app/share/icons/hicolor/scalable/apps/yuzu.svg",
"mv /app/share/mime/packages/yuzu.xml /app/share/mime/packages/org.yuzu_emu.yuzu.xml",
"sed 's/yuzu/org.yuzu_emu.yuzu/g' -i /app/share/mime/packages/org.yuzu_emu.yuzu.xml"
],
"sources": [
{
"type": "git",
"url": "https://github.com/yuzu-emu/yuzu-mainline.git",
"tag": "mainline-0-657",
"commit": "a0d9d2b2e174e6eed76bd1037884e517f01f9cb0",
"disable-shallow-clone": true,
"x-checker-data": {
"type": "git",
"tag-pattern": "^(mainline-0-\\d+)$"
}
},
{
"type": "file",
"path": "org.yuzu_emu.yuzu.metainfo.xml"
},
{
"type": "file",
"path": "compatibility_list.json"
}
]
}
]
}