aboutsummaryrefslogtreecommitdiff
path: root/ayatanawebmail/appdata.py
diff options
context:
space:
mode:
Diffstat (limited to 'ayatanawebmail/appdata.py')
-rwxr-xr-xayatanawebmail/appdata.py18
1 files changed, 18 insertions, 0 deletions
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 = []