Skip to content

Commit

Permalink
viewer: Correct appstream metainfo description and file name
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarmo authored and EmmanuelP committed Sep 3, 2024
1 parent b902ce1 commit b46bf79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion viewer/data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ appdata_conf = configuration_data()
appdata_conf.set ('ARAVIS_API_VERSION', aravis_api_version)

configure_file (input: files('org.aravis.viewer.appdata.xml.in'),
output: 'org.aravis.viewer-@0@.appdata.xml'.format (aravis_api_version),
output: 'org.aravis.viewer-@0@.metainfo.xml'.format (aravis_api_version),
configuration: appdata_conf,
install_dir: aravis_app_data_dir)

Expand Down
6 changes: 3 additions & 3 deletions viewer/data/org.aravis.viewer.appdata.xml.in
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014-2023 Emmanuel Pacaud <emmanuel.pacaud@free.fr> -->
<component type="desktop-application">
<id>org.aravis.viewer</id>
<id>org.aravis.viewer-@ARAVIS_API_VERSION@</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>LGPL-2.0-or-later</project_license>
<name>Aravis Viewer</name>
<summary>Viewer for industial camera video stream</summary>
<description>
Aravis Viewer is a simple viewer displaying video streams from USB3 and ethernet industrial cameras supporting the
<p>Aravis Viewer is a simple viewer displaying video streams from USB3 and ethernet industrial cameras supporting the
GENICAM specification. It allows to control basic acquisition parameters (like framerate, exposure and gain), and to
save raw still images.
save raw still images.</p>
</description>
<screenshots>
<screenshot type="default">
Expand Down

0 comments on commit b46bf79

Please sign in to comment.