Skip to content

Commit

Permalink
Testing fixes for flatpak generation & lib64
Browse files Browse the repository at this point in the history
  • Loading branch information
checkroom committed Dec 17, 2024
1 parent be85ade commit 5cddea2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion flatpak/com.karurochari.vs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ modules:
- name: vs-fltk
buildsystem: meson
config-opts:
#- --prefix=/usr
# https://github.com/flatpak/freedesktop-sdk-base/commit/6adb6f49e52575956cf6aa0bbd3a1d8054735a43
# should have solved the issue of lib64... but somehow it is not applied?
- --libdir=lib
- --native-file=/run/build/vs-fltk/toolchains/flatpak.ini
- --buildtype=release
- -Dtests=false
Expand Down
1 change: 1 addition & 0 deletions flatpak/make.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
flatpak-builder --force-clean --user --install-deps-from=flathub --repo=repo dist com.karurochari.vs.yml
cp -R ./dist/files/lib64/* ./dist/files/lib
flatpak build-bundle repo vs.flatpak com.karurochari.vs
2 changes: 1 addition & 1 deletion metadata/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if ascli_exe.found()

install_data(
sources: ['vs.light.svg'],
rename: ['vs.svg'],
rename: ['com.karurochari.vs.svg'],
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', 'scalable', 'apps'),
)

Expand Down
2 changes: 1 addition & 1 deletion metadata/metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<launchable type="desktop-id">com.karurochari.vs.desktop</launchable>

<icon type="stock">vs</icon>
<icon type="stock">com.karurochari.vs</icon>

<categories>
<category>Network</category>
Expand Down

0 comments on commit 5cddea2

Please sign in to comment.