aboutsummaryrefslogtreecommitdiff
path: root/src/krb5-auth-dialog.appdata.xml.in
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-11-11 14:21:02 +0100
committerGuido Günther <agx@sigxcpu.org>2017-11-11 14:21:02 +0100
commit808ce78d212c6b434d24066f1f2d44d3e76224ae (patch)
treed810e5fb8e698189ebe9af7f76c53aec0fba7e19 /src/krb5-auth-dialog.appdata.xml.in
parentNew upstream version 3.20.0 (diff)
downloadkrb5-auth-dialog-808ce78d212c6b434d24066f1f2d44d3e76224ae.tar.gz
krb5-auth-dialog-808ce78d212c6b434d24066f1f2d44d3e76224ae.tar.bz2
krb5-auth-dialog-808ce78d212c6b434d24066f1f2d44d3e76224ae.zip
New upstream version 3.26.0
Diffstat (limited to 'src/krb5-auth-dialog.appdata.xml.in')
-rw-r--r--src/krb5-auth-dialog.appdata.xml.in21
1 files changed, 15 insertions, 6 deletions
diff --git a/src/krb5-auth-dialog.appdata.xml.in b/src/krb5-auth-dialog.appdata.xml.in
index b3e6ad2..09a53bc 100644
--- a/src/krb5-auth-dialog.appdata.xml.in
+++ b/src/krb5-auth-dialog.appdata.xml.in
@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2013 Guido Günther <agx@sigxcpu.org> -->
-<application>
- <id type="desktop">krb5-auth-dialog.desktop</id>
- <licence>CC0</licence>
+<component type="desktop">
+ <id>krb5-auth-dialog.desktop</id>
+ <metadata_license>CC0-1.0</metadata_license>
+ <_name>Kerberos Authentication Dialog</_name>
+ <_summary>Request, renew and view Kerberos tickets</_summary>
<description>
<_p>
Kerberos Authentication allows you to list your current Kerberos tickets,
@@ -16,14 +18,21 @@
</_p>
</description>
<screenshots>
- <screenshot type="default" width="330" height="176">http://honk.sigxcpu.org/con/images/krb5-auth-dialog-pkinit.png</screenshot>
+ <screenshot type="default" height="176" width="330">
+ <image>http://honk.sigxcpu.org/con/images/krb5-auth-dialog-pkinit.png</image>
+ <_caption>Kerberos authentication dialog</_caption>
+ </screenshot>
</screenshots>
<url type="homepage">https://honk.sigxcpu.org/piki/projects/krb5-auth-dialog/</url>
- <updatecontact>agx_at_sigxcpu.org</updatecontact>
+ <update_contact>agx_at_sigxcpu.org</update_contact>
<kudos>
<kudo>AppMenu</kudo>
<kudo>HiDpiIcon</kudo>
<kudo>ModernToolkit</kudo>
<kudo>Notifications</kudo>
</kudos>
-</application>
+ <project_license>GPL-2.0+</project_license>
+ <developer_name>Guido Günther</developer_name>
+ <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=krb5-auth-dialog</url>
+ <url type="help">https://honk.sigxcpu.org/piki/projects/krb5-auth-dialog/</url>
+</component>
bgstack15