mirror of
https://github.com/RetroDECK/io.github.lime3ds.Lime3DS.git
synced 2024-11-21 23:05:37 +00:00
8258e0e739
Updating the commit and file hash every time this is changed is annoying
168 lines
6.8 KiB
JSON
168 lines
6.8 KiB
JSON
{
|
|
"app-id": "io.github.lime3ds.Lime3DS",
|
|
"runtime": "org.kde.Platform",
|
|
"runtime-version": "6.6",
|
|
"sdk": "org.kde.Sdk",
|
|
"sdk-extensions": [
|
|
"org.freedesktop.Sdk.Extension.llvm17"
|
|
],
|
|
"command": "lime3ds-launcher",
|
|
"rename-desktop-file": "lime-qt.desktop",
|
|
"rename-mime-file": "lime.xml",
|
|
"rename-icon": "lime",
|
|
"rename-mime-icons": [
|
|
"lime"
|
|
],
|
|
"copy-icon": true,
|
|
"build-options": {
|
|
"append-path": "/usr/lib/sdk/llvm17/bin",
|
|
"prepend-ld-library-path": "/usr/lib/sdk/llvm17/lib",
|
|
"cflags": "-Wno-unused-command-line-argument",
|
|
"cxxflags": "-Wno-unused-command-line-argument"
|
|
},
|
|
"finish-args": [
|
|
"--device=all",
|
|
"--socket=x11",
|
|
"--socket=pulseaudio",
|
|
"--share=network",
|
|
"--share=ipc",
|
|
"--filesystem=host:ro",
|
|
"--filesystem=xdg-run/app/com.discordapp.Discord:ro"
|
|
],
|
|
"cleanup": [
|
|
"/include",
|
|
"/bin/glslangValidator",
|
|
"/bin/glslang",
|
|
"/bin/spirv-*",
|
|
"/bin/sdl2-config",
|
|
"/lib/pkgconfig",
|
|
"/lib/cmake",
|
|
"/share/doc",
|
|
"/share/man",
|
|
"/src",
|
|
"*.a",
|
|
"*.la"
|
|
],
|
|
"modules": [
|
|
{
|
|
"name": "glslang",
|
|
"buildsystem": "cmake-ninja",
|
|
"config-opts": [
|
|
"-DCMAKE_BUILD_TYPE=Release"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "archive",
|
|
"url": "https://github.com/KhronosGroup/glslang/archive/14.1.0.tar.gz",
|
|
"sha256": "b5e4c36d60eda7613f36cfee3489c6f507156829c707e1ecd7f48ca45b435322",
|
|
"x-checker-data": {
|
|
"type": "anitya",
|
|
"stable-only": true,
|
|
"project-id": 205796,
|
|
"url-template": "https://github.com/KhronosGroup/glslang/archive/$version.tar.gz"
|
|
}
|
|
},
|
|
{
|
|
"type": "archive",
|
|
"url": "https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/vulkan-sdk-1.3.280.0.tar.gz",
|
|
"sha256": "703c772a850fa7fbe57a2f8dc99b4c1422a59fa5ff098a80c8ce12fcdf6a2613",
|
|
"dest": "External/spirv-tools",
|
|
"x-checker-data": {
|
|
"type": "anitya",
|
|
"stable-only": true,
|
|
"project-id": 334920,
|
|
"url-template": "https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/vulkan-sdk-$version.tar.gz"
|
|
}
|
|
},
|
|
{
|
|
"type": "archive",
|
|
"url": "https://github.com/KhronosGroup/SPIRV-Headers/archive/refs/tags/vulkan-sdk-1.3.280.0.tar.gz",
|
|
"sha256": "a00906b6bddaac1e37192eff2704582f82ce2d971f1aacee4d51d9db33b0f772",
|
|
"dest": "External/spirv-tools/external/spirv-headers",
|
|
"x-checker-data": {
|
|
"type": "anitya",
|
|
"stable-only": true,
|
|
"project-id": 334920,
|
|
"url-template": "https://github.com/KhronosGroup/SPIRV-Headers/archive/refs/tags/vulkan-sdk-$version.tar.gz"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "rapidjson",
|
|
"buildsystem": "cmake-ninja",
|
|
"config-opts": [
|
|
"-DCMAKE_BUILD_TYPE=Release",
|
|
"-DRAPIDJSON_ENABLE_INSTRUMENTATION_OPT=OFF",
|
|
"-DRAPIDJSON_BUILD_DOC=OFF",
|
|
"-DRAPIDJSON_BUILD_EXAMPLES=OFF",
|
|
"-DRAPIDJSON_BUILD_TESTS=OFF",
|
|
"-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "archive",
|
|
"url": "https://github.com/Tencent/rapidjson/archive/v1.1.0.tar.gz",
|
|
"sha256": "bf7ced29704a1e696fbccf2a2b4ea068e7774fa37f6d7dd4039d0787f8bed98e",
|
|
"x-checker-data": {
|
|
"type": "anitya",
|
|
"stable-only": true,
|
|
"project-id": 7422,
|
|
"url-template": "https://github.com/Tencent/rapidjson/archive/v$version.tar.gz"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "lime",
|
|
"buildsystem": "cmake-ninja",
|
|
"builddir": true,
|
|
"config-opts": [
|
|
"-DCMAKE_BUILD_TYPE=Release",
|
|
"-DCMAKE_C_COMPILER=clang",
|
|
"-DCMAKE_CXX_COMPILER=clang++",
|
|
"-DCMAKE_LINKER=lld",
|
|
"-DENABLE_QT_TRANSLATION=ON",
|
|
"-DCITRA_ENABLE_COMPATIBILITY_REPORTING=ON",
|
|
"-DUSE_DISCORD_PRESENCE=ON",
|
|
"-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=OFF",
|
|
"-DUSE_SYSTEM_SDL2=ON"
|
|
],
|
|
"cleanup": [
|
|
"/share/man",
|
|
"/share/pixmaps"
|
|
],
|
|
"post-install": [
|
|
"install -Dm755 ../lime3ds-launcher.sh /app/bin/lime3ds-launcher",
|
|
"install -Dm644 ../io.github.lime3ds.Lime3DS.metainfo.xml /app/share/appdata/io.github.lime3ds.Lime3DS.metainfo.xml",
|
|
"desktop-file-install --dir=/app/share/applications ../dist/lime-qt.desktop",
|
|
"desktop-file-edit --set-key StartupWMClass --set-value lime-qt --set-key Exec --set-value lime3ds-launcher /app/share/applications/lime-qt.desktop",
|
|
"install -Dm644 ../dist/lime.svg /app/share/icons/hicolor/scalable/apps/lime.svg",
|
|
"install -Dm644 ../dist/icon.png /app/share/icons/hicolor/512x512/apps/lime.png"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "archive",
|
|
"url": "https://github.com/Lime3DS/Lime3DS/releases/download/2107/lime3ds-unified-source-20240407-15c9e3e.tar.xz",
|
|
"sha256": "5619e8b84aa7c13a3e04fd291a4f3ba7652640a3d7ae34a8212e5441cf35182d",
|
|
"x-checker-data": {
|
|
"type": "json",
|
|
"url": "https://api.github.com/repos/Lime3DS/Lime3DS/releases/latest",
|
|
"version-query": ".tag_name",
|
|
"url-query": ".assets[] | .browser_download_url | match(\"https://.+lime3ds-unified-source-.+.xz$\") | .string",
|
|
"is-main-source": true
|
|
}
|
|
},
|
|
{
|
|
"type": "file",
|
|
"path": "io.github.lime3ds.Lime3DS.metainfo.xml"
|
|
},
|
|
{
|
|
"type": "file",
|
|
"path": "lime3ds-launcher.sh"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|