* desktop/CMakeLists.txt: Translate the appdata file rather than just installing it directly. * desktop/geary.appdata.xml.in: Rename from 'geary.appdata.xml', make name, summary and description translatable. * cmake/FindIntltool.cmake: Add a CMake command for the appdata file. * po/POTFILES.in: Include geary.appdata.xml.in.
50 lines
1.9 KiB
XML
50 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Copyright 2016 Software Freedom Conservancy Inc. -->
|
|
<!-- Copyright 2016 Michael Gratton <mike@vee.net> -->
|
|
<component type="desktop">
|
|
<id>geary.desktop</id>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<project_license>LGPL-2.1+</project_license>
|
|
<_name>Geary</_name>
|
|
<_summary>Send and receive email</_summary>
|
|
<description>
|
|
<_p>
|
|
Geary is an email application built around conversations, for
|
|
the GNOME 3 desktop. It allows you to read, find and send email
|
|
with a straightforward, modern interface.
|
|
</_p>
|
|
<_p>
|
|
Conversations allow you to read a complete discussion without
|
|
having to find and click from message to message.
|
|
</_p>
|
|
<_p>Geary's features include:</_p>
|
|
<ul>
|
|
<_li>Quick email account setup</_li>
|
|
<_li>Shows related messages together in conversations</_li>
|
|
<_li>Fast, full text and keyword search</_li>
|
|
<_li>Full-featured HTML and plain text message composer</_li>
|
|
<_li>Desktop notification of new mail</_li>
|
|
<_li>Compatible with GMail, Yahoo! Mail, Outlook.com and other IMAP servers</_li>
|
|
</ul>
|
|
</description>
|
|
<url type="homepage">https://wiki.gnome.org/Apps/Geary</url>
|
|
<url type="faq">https://wiki.gnome.org/Apps/Geary/FAQ</url>
|
|
<url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=geary</url>
|
|
<url type="donation">http://www.gnome.org/friends/</url>
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image>http://yorba.org/geary/geary.png</image>
|
|
</screenshot>
|
|
</screenshots>
|
|
<translation type="gettext">geary</translation>
|
|
<update_contact>geary-list@gnome.org</update_contact>
|
|
<project_group>GNOME</project_group>
|
|
<kudos>
|
|
<kudo>AppMenu</kudo>
|
|
<kudo>HiDpiIcon</kudo>
|
|
<kudo>HighContrast</kudo>
|
|
<kudo>ModernToolkit</kudo>
|
|
<kudo>Notifications</kudo>
|
|
<kudo>UserDocs</kudo>
|
|
</kudos>
|
|
</component>
|