enhancement(flatpakui): update other flatpak files

This commit is contained in:
PancakeTAS 2025-08-28 20:22:13 +02:00 committed by Pancake
parent acd3366e0c
commit 7deeea9e98
3 changed files with 17 additions and 15 deletions

View file

@ -1,7 +1,7 @@
id: gay.pancake.lsfg-vk-ui
version: 1.0.0
command: lsfg-vk-ui
default-branch: develop
version: 1.0.0
runtime: org.gnome.Platform
runtime-version: '48'

View file

@ -1,8 +1,11 @@
id: org.freedesktop.Platform.VulkanLayer.lsfgvk
branch: '23.08'
default-branch: develop
version: 1.0.0
runtime: org.freedesktop.Platform
runtime-version: '23.08'
sdk: org.freedesktop.Sdk
branch: '23.08'
build-extension: true
sdk-extensions:
@ -10,21 +13,19 @@ sdk-extensions:
build-options:
prefix: /usr/lib/extensions/vulkan/lsfgvk
append-path: /usr/lib/sdk/llvm18/bin
prepend-ld-library-path: /usr/lib/sdk/llvm18/lib
modules:
- name: lsfg-vk
buildsystem: cmake-ninja
build-options:
append-path: /usr/lib/sdk/llvm18/bin
prepend-ld-library-path: /usr/lib/sdk/llvm18/lib
config-opts:
- -DCMAKE_BUILD_TYPE=Release
- -DCMAKE_C_COMPILER=clang
- -DCMAKE_CXX_COMPILER=clang++
- -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=On
sources:
- type: git
url: https://github.com/PancakeTAS/lsfg-vk.git
branch: release
- type: dir
path: ../..
- type: patch
path: VkLayer_LS_frame_generation.patch

View file

@ -1,8 +1,11 @@
id: org.freedesktop.Platform.VulkanLayer.lsfgvk
branch: '24.08'
default-branch: develop
version: 1.0.0
runtime: org.freedesktop.Platform
runtime-version: '24.08'
sdk: org.freedesktop.Sdk
branch: '24.08'
build-extension: true
sdk-extensions:
@ -10,21 +13,19 @@ sdk-extensions:
build-options:
prefix: /usr/lib/extensions/vulkan/lsfgvk
append-path: /usr/lib/sdk/llvm20/bin
prepend-ld-library-path: /usr/lib/sdk/llvm20/lib
modules:
- name: lsfg-vk
buildsystem: cmake-ninja
build-options:
append-path: /usr/lib/sdk/llvm20/bin
prepend-ld-library-path: /usr/lib/sdk/llvm20/lib
config-opts:
- -DCMAKE_BUILD_TYPE=Release
- -DCMAKE_C_COMPILER=clang
- -DCMAKE_CXX_COMPILER=clang++
- -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=On
sources:
- type: git
url: https://github.com/PancakeTAS/lsfg-vk.git
branch: release
- type: dir
path: ../..
- type: patch
path: VkLayer_LS_frame_generation.patch