io.github.lime3ds.Lime3DS/io.github.lime3ds.Lime3DS.json

163 lines
6.4 KiB
JSON
Raw Normal View History

2024-04-04 17:22:56 +00:00
{
"app-id": "io.github.lime3ds.Lime3DS",
"runtime": "org.kde.Platform",
2024-04-28 19:14:05 +00:00
"runtime-version": "6.7",
2024-04-04 17:22:56 +00:00
"sdk": "org.kde.Sdk",
"sdk-extensions": [
2024-04-19 23:41:50 +00:00
"org.freedesktop.Sdk.Extension.llvm18"
2024-04-04 17:22:56 +00:00
],
"command": "lime3ds-launcher",
2024-05-13 20:25:38 +00:00
"rename-desktop-file": "lime3ds-gui.desktop",
2024-04-05 10:06:34 +00:00
"rename-mime-file": "lime.xml",
2024-04-04 17:22:56 +00:00
"rename-icon": "lime",
2024-04-05 10:06:34 +00:00
"rename-mime-icons": [
"lime"
],
"copy-icon": true,
2024-04-04 17:22:56 +00:00
"build-options": {
2024-04-19 23:41:50 +00:00
"append-path": "/usr/lib/sdk/llvm18/bin",
"prepend-ld-library-path": "/usr/lib/sdk/llvm18/lib",
2024-04-04 17:22:56 +00:00
"cflags": "-Wno-unused-command-line-argument",
"cxxflags": "-Wno-unused-command-line-argument"
},
"finish-args": [
"--device=all",
"--socket=wayland",
"--socket=fallback-x11",
2024-04-04 17:22:56 +00:00
"--socket=pulseaudio",
"--share=network",
"--share=ipc",
"--filesystem=host:ro",
"--filesystem=xdg-run/app/com.discordapp.Discord:ro",
"--filesystem=xdg-desktop:create"
2024-04-04 17:22:56 +00:00
],
"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",
2024-06-29 19:47:16 +00:00
"url": "https://github.com/KhronosGroup/glslang/archive/14.3.0.tar.gz",
"sha256": "be6339048e20280938d9cb399fcdd06e04f8654d43e170e8cce5a56c9a754284",
2024-04-04 17:22:56 +00:00
"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.290.0.tar.gz",
"sha256": "8f8b487e20e062c3abfbc86c4541faf767588d167b395ec94f2a7f996ef40efe",
2024-04-04 17:22:56 +00:00
"dest": "External/spirv-tools",
"x-checker-data": {
"type": "anitya",
"stable-only": true,
"project-id": 334920,
2024-04-08 12:05:51 +00:00
"url-template": "https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/vulkan-sdk-$version.tar.gz"
2024-04-04 17:22:56 +00:00
}
},
{
"type": "archive",
"url": "https://github.com/KhronosGroup/SPIRV-Headers/archive/refs/tags/vulkan-sdk-1.3.290.0.tar.gz",
"sha256": "1b9ff8a33e07814671dee61fe246c67ccbcfc9be6581f229e251784499700e24",
2024-04-04 17:22:56 +00:00
"dest": "External/spirv-tools/external/spirv-headers",
"x-checker-data": {
"type": "anitya",
"stable-only": true,
"project-id": 334920,
2024-04-08 12:05:51 +00:00
"url-template": "https://github.com/KhronosGroup/SPIRV-Headers/archive/refs/tags/vulkan-sdk-$version.tar.gz"
2024-04-04 17:22:56 +00:00
}
}
]
},
{
"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",
2024-05-13 20:25:38 +00:00
"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",
2024-04-04 18:43:15 +00:00
"install -Dm644 ../dist/lime.svg /app/share/icons/hicolor/scalable/apps/lime.svg",
2024-04-05 10:06:34 +00:00
"install -Dm644 ../dist/icon.png /app/share/icons/hicolor/512x512/apps/lime.png"
2024-04-04 17:22:56 +00:00
],
"sources": [
{
"type": "archive",
2024-07-18 22:51:18 +00:00
"url": "https://github.com/Lime3DS/Lime3DS/releases/download/2116/lime3ds-unified-source-2116.tar.xz",
"sha256": "c7a60f5e82aa937ed90d292782c4cc00fa442dd820f56df2e21183a5a89b5b81"
2024-04-04 17:22:56 +00:00
},
{
"type": "file",
"path": "io.github.lime3ds.Lime3DS.metainfo.xml"
2024-04-04 17:22:56 +00:00
},
{
"type": "file",
"path": "lime3ds-launcher.sh"
}
]
}
]
}