io.github.lime3ds.Lime3DS/io.github.lime3ds.Lime3DS.json
2024-05-13 20:19:44 +00:00

161 lines
6.3 KiB
JSON

{
"app-id": "io.github.lime3ds.Lime3DS",
"runtime": "org.kde.Platform",
"runtime-version": "6.7",
"sdk": "org.kde.Sdk",
"sdk-extensions": [
"org.freedesktop.Sdk.Extension.llvm18"
],
"command": "lime3ds-launcher",
"rename-desktop-file": "lime3ds-gui.desktop",
"rename-mime-file": "lime.xml",
"rename-icon": "lime",
"rename-mime-icons": [
"lime"
],
"copy-icon": true,
"build-options": {
"append-path": "/usr/lib/sdk/llvm18/bin",
"prepend-ld-library-path": "/usr/lib/sdk/llvm18/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.2.0.tar.gz",
"sha256": "14a2edbb509cb3e51a9a53e3f5e435dbf5971604b4b833e63e6076e8c0a997b5",
"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/lime3ds-gui.desktop",
"desktop-file-edit --set-key StartupWMClass --set-value lime3ds-gui --set-key Exec --set-value lime3ds-launcher /app/share/applications/lime3ds-gui.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/2112/lime3ds-unified-source-20240511-467afbb.tar.xz",
"sha256": "f1305384f7370da51dd7a58a95598afeca2e093dc9ada8bc748cbe146d744ff5"
},
{
"type": "file",
"path": "io.github.lime3ds.Lime3DS.metainfo.xml"
},
{
"type": "file",
"path": "lime3ds-launcher.sh"
}
]
}
]
}