Skip to content

Commit 6c51160

Browse files
authored
Rename occurrences of appdata.xml to metainfo.xml (#506)
change: rename *.appdata.xml* to *.metainfo.xml*
1 parent 0b5a4ea commit 6c51160

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
File renamed without changes.

data/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ i18n.merge_file(
3939
)
4040

4141
i18n.merge_file(
42-
input: meson.project_name() + '.appdata.xml.in',
43-
output: meson.project_name() + '.appdata.xml',
42+
input: meson.project_name() + '.metainfo.xml.in',
43+
output: meson.project_name() + '.metainfo.xml',
4444
po_dir: join_paths(meson.source_root(), 'po', 'extra'),
4545
install: true,
4646
install_dir: join_paths(datadir, 'metainfo')

po/extra/POTFILES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
data/io.elementary.monitor.appdata.xml.in
1+
data/io.elementary.monitor.metainfo.xml.in
22
data/monitor.desktop.in

0 commit comments

Comments
 (0)