From 711050055339f6a14f0c3da4d3d28f707b97a102 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Mon, 17 Aug 2020 17:40:59 +0200 Subject: Initial port from Unity Mail --- ayatanawebmail/appdata.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 ayatanawebmail/appdata.py (limited to 'ayatanawebmail/appdata.py') diff --git a/ayatanawebmail/appdata.py b/ayatanawebmail/appdata.py new file mode 100755 index 0000000..aba29f6 --- /dev/null +++ b/ayatanawebmail/appdata.py @@ -0,0 +1,18 @@ +#!/usr/bin/env python3 +# -*- coding: utf-8 -*- + +APPNAME = 'ayatanawebmail' +APPEXECUTABLE='/usr/bin/ayatana-webmail' +APPDEPENDENCIES = ['gir1.2-messagingmenu-1.0', 'python3-gi', 'gir1.2-gtk-3.0', 'gir1.2-notify-0.7', 'python3-secretstorage', 'gnome-session-canberra', 'python3-psutil', 'python3-babel', 'python3-urllib3'] +APPRECOMMENDS = ['gir1.2-unity-5.0'] +APPVERSION = '20.8.16' +APPSHOWSETTINGS = 180603 +APPYEAR = '2016' +APPTITLE = 'Ayatana Webmail' +APPDESCRIPTION = 'Webmail notifications and actions for any desktop' +APPLONGDESCRIPTION = 'Ayatana Webmail is an application that integrates your webmail into MATE, Xfce, LXDE and other environments. It displays notifications about incoming mail, shows the number of unread messages and displays subjects in the Messaging Menu. The Launcher item also has a quicklist that provides quick access to your mail folders (configured for GMail by default). It also allows you to quickly compose a new message. Ayatana Webmail starts automatically, all you have to do is to enter your accounts settings in a configuration dialog.' +APPAUTHOR = 'Robert Tari' +APPMAIL = 'robert@tari.in' +APPURL = 'https://tari.in/www/software/ayatana-webmail/' +APPKEYWORDS = ['ayatanawebmail', 'ayatana-webmail', 'e-mail','notification','gmail','indicator','mate','ayatana'] +APPDEBUG = [] -- cgit v1.2.3