Skip to content

Commit 935f4b2

Browse files
Fix and rename appdata file to metainfo (#668)
1 parent ff6d51d commit 935f4b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

data/meson.build

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ desktop = custom_target(
99

1010
appdata = custom_target(
1111
'appdata',
12-
input: 'xed.appdata.xml.in',
13-
output: 'xed.appdata.xml',
12+
input: 'org.x.editor.metainfo.xml.in',
13+
output: 'org.x.editor.metainfo.xml',
1414
command: [intltool_merge, '-x', '-u', po_dir, '@INPUT@', '@OUTPUT@'],
1515
install: true,
1616
install_dir: join_paths(datadir, 'metainfo'),

data/xed.appdata.xml.in data/org.x.editor.metainfo.xml.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<component type="desktop">
3-
<id>xed.desktop</id>
3+
<id>org.x.editor.desktop</id>
44
<metadata_license>CC0-1.0</metadata_license>
55
<project_license>GPL-2.0+</project_license>
66
<name>Xed</name>

0 commit comments

Comments
 (0)