Change to flathub gnome runtime v45

This commit is contained in:
heliguy4599
2023-09-21 14:57:34 -04:00
parent 88c8a19e90
commit 68857d3e1e
11 changed files with 14 additions and 14 deletions

View File

@@ -2,7 +2,7 @@
<component type="desktop">
<id>io.github.heliguy4599.Warehouse.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<project_license>GPL-3.0-only</project_license>
<description>
<p>No description</p>
</description>

View File

@@ -13,11 +13,11 @@ if desktop_utils.found()
endif
appstream_file = i18n.merge_file(
input: 'io.github.heliguy4599.Warehouse.appdata.xml.in',
output: 'io.github.heliguy4599.Warehouse.appdata.xml',
input: 'io.github.heliguy4599.Warehouse.metainfo.xml.in',
output: 'io.github.heliguy4599.Warehouse.metainfo.xml',
po_dir: '../po',
install: true,
install_dir: join_paths(get_option('datadir'), 'appdata')
install_dir: join_paths(get_option('datadir'), 'metainfo')
)
appstream_util = find_program('appstream-util', required: false)