Skip to content

Commit

Permalink
Fix and rename appdata file to metainfo (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
leigh123linux authored Dec 2, 2024
1 parent ff6d51d commit 935f4b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ desktop = custom_target(

appdata = custom_target(
'appdata',
input: 'xed.appdata.xml.in',
output: 'xed.appdata.xml',
input: 'org.x.editor.metainfo.xml.in',
output: 'org.x.editor.metainfo.xml',
command: [intltool_merge, '-x', '-u', po_dir, '@INPUT@', '@OUTPUT@'],
install: true,
install_dir: join_paths(datadir, 'metainfo'),
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>xed.desktop</id>
<id>org.x.editor.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<name>Xed</name>
Expand Down

0 comments on commit 935f4b2

Please sign in to comment.