Rename "appdata" to "metainfo"

The appdata name is now deprecated, according to: https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#spec-component-location
This commit is contained in:
Rafał Dzięgiel
2021-01-21 14:29:14 +01:00
parent 340cb36ecd
commit 2e1f6203b3
3 changed files with 5 additions and 2 deletions

View File

@@ -13,6 +13,6 @@ install_data('com.github.rafostar.Clapper.xml',
install_data('com.github.rafostar.Clapper.desktop',
install_dir: join_paths(sharedir, 'applications')
)
install_data('com.github.rafostar.Clapper.appdata.xml',
install_data('com.github.rafostar.Clapper.metainfo.xml',
install_dir: join_paths(sharedir, 'metainfo')
)