mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
18 lines
542 B
Diff
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',
|
|
|