Files
guru/app-text/frog/files/frog-1.6.0-install-the-AppData-file-into-the-metainfo-directory.patch
Pavel Sobolev bf70b00867 app-text/frog: new package, add 1.6.0
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
2026-01-11 17:47:40 +03:00

18 lines
542 B
Diff

From: Pavel Sobolev <contact@paveloom.dev>
Subject: [PATCH] Install the AppData file into the `metainfo` directory.
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
--- a/data/meson.build
+++ b/data/meson.build
@@ -25,7 +25,7 @@ appstream_file = i18n.merge_file(
output: 'com.github.tenderowl.frog.appdata.xml',
po_dir: '../po',
install: true,
- install_dir: join_paths(get_option('datadir'), 'appdata')
+ install_dir: join_paths(get_option('datadir'), 'metainfo')
)
install_data('com.github.tenderowl.frog.gschema.xml',