diff --git a/flatpak/com.karurochari.vs.yml b/flatpak/com.karurochari.vs.yml index 1e4c952..23f5446 100644 --- a/flatpak/com.karurochari.vs.yml +++ b/flatpak/com.karurochari.vs.yml @@ -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 diff --git a/metadata/meson.build b/metadata/meson.build index 4397dec..c0bb9e5 100644 --- a/metadata/meson.build +++ b/metadata/meson.build @@ -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'), ) diff --git a/metadata/metainfo.xml b/metadata/metainfo.xml index 00acb87..689324f 100644 --- a/metadata/metainfo.xml +++ b/metadata/metainfo.xml @@ -16,7 +16,7 @@ com.karurochari.vs.desktop - vs + com.karurochari.vs Network