diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:34:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:34:10 +0000 |
commit | e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc (patch) | |
tree | 68cb5ef9081156392f1dd62a00c6ccc1451b93df /resources/freedesktop/org.wireshark.Logray.metainfo.xml | |
parent | Initial commit. (diff) | |
download | wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.tar.xz wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.zip |
Adding upstream version 4.2.2.upstream/4.2.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'resources/freedesktop/org.wireshark.Logray.metainfo.xml')
-rw-r--r-- | resources/freedesktop/org.wireshark.Logray.metainfo.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/resources/freedesktop/org.wireshark.Logray.metainfo.xml b/resources/freedesktop/org.wireshark.Logray.metainfo.xml new file mode 100644 index 00000000..eeb5c9d0 --- /dev/null +++ b/resources/freedesktop/org.wireshark.Logray.metainfo.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright 2014 Richard Hughes <richard@hughsie.com> + The specification for this file can be found at + https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html +--> + +<component type="desktop"> + <id>org.wireshark.Logray</id> + <name>Logray</name> + <summary>Logray is a feature-filled log analyzer</summary> + <content_rating type="oars-1.1"/> + <metadata_license>CC0-1.0</metadata_license> + <project_license>GPL-2.0</project_license> + <!-- NOTE: the below description was copied from packaging/rpm/SPECS/wireshark.spec.in --> + <description> + <p> + Logray lets you capture and analyze log data from a variety of sources. + </p> + <p> + It has many powerful features including a rich display filter language + and a number of ways to view log data. + </p> + </description> + <url type="homepage">https://www.wireshark.org</url> + <screenshots> + </screenshots> + <update_contact>wireshark-dev_at_wireshark.org</update_contact> + <releases> + </releases> +</component> |