[seahorse] Added AppData file
- From: Daniel Mustieles García <dmustieles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [seahorse] Added AppData file
- Date: Fri, 31 Jan 2014 13:11:42 +0000 (UTC)
commit 6c497c0a9bcfe821b5457f84fee84041092c8cee
Author: Daniel Mustieles <daniel mustieles gmail com>
Date: Wed Jan 22 11:31:22 2014 +0100
Added AppData file
data/Makefile.am | 7 +++++++
data/seahorse.appdata.xml.in | 22 ++++++++++++++++++++++
po/POTFILES.in | 1 +
3 files changed, 30 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 3ead1ba..a27fba1 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -21,14 +21,21 @@ service_DATA = $(service_in_files:.service.in=.service)
service_in_files = \
org.gnome.seahorse.Application.service.in
+appdatadir = $(datadir)/appdata
+appdata_in_files = seahorse.appdata.xml.in
+appdata_DATA = $(appdata_in_files:.xml.in=.xml)
+ INTLTOOL_XML_RULE@
+
searchproviderdir = $(datadir)/gnome-shell/search-providers
dist_searchprovider_DATA = seahorse-search-provider.ini
EXTRA_DIST = \
+ $(appdata_in_files) \
$(convert_DATA) \
$(gsettings_SCHEMAS) \
$(service_in_files)
CLEANFILES = \
org.gnome.seahorse.Application.service \
+ $(appdata_DATA) \
$(NULL)
diff --git a/data/seahorse.appdata.xml.in b/data/seahorse.appdata.xml.in
new file mode 100644
index 0000000..bd71fb9
--- /dev/null
+++ b/data/seahorse.appdata.xml.in
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+<id type="desktop">seahorse.desktop</id>
+<licence>CC0</licence>
+<description>
+<_p>
+Seahorse is a GNOME application for managing encryption keys.
+It also integrates with nautilus, gedit and other places for encryption operations.
+</_p>
+<_p>
+With seahorse you can create and manage PGP keys, create and manage SSH keys, publish and retrieve keys from
key servers, cache your passphrase so you don't have to keep typing it and backup your keys and keyring.
+</_p>
+</description>
+<!--
+<screenshots>
+<screenshot type="default">https://projects.gnome.org/seahorse/images/main.png</screenshot>
+</screenshots>
+-->
+<url type="homepage">https://wiki.gnome.org/Apps/Seahorse</url>
+<updatecontact>seahorse-list gnome org</updatecontact>
+</application>
+
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 3efd111..345c0f4 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,5 +1,6 @@
# List of source files containing translatable strings.
# Please keep this file sorted alphabetically.
+data/seahorse.appdata.xml.in
common/catalog.vala
common/exportable.vala
gkr/gkr-backend.vala
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]