From b8b236024af1e9daf7251414c80339293e1b10d9 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Thu, 29 Oct 2020 12:41:30 +0100 Subject: Initial commit --- ayatanasettings/appdata.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 ayatanasettings/appdata.py (limited to 'ayatanasettings/appdata.py') diff --git a/ayatanasettings/appdata.py b/ayatanasettings/appdata.py new file mode 100755 index 0000000..1decefa --- /dev/null +++ b/ayatanasettings/appdata.py @@ -0,0 +1,16 @@ +#!/usr/bin/env python3 +# -*- coding: utf-8 -*- + +APPNAME = 'ayatana-settings' +APPEXECUTABLE='/usr/bin/ayatana-settings' +APPVERSION = '20.10.14' +APPSHOWSETTINGS = 201014 +APPYEAR = '2020' +APPTITLE = 'Ayatana Indicators Settings' +APPDESCRIPTION = 'Ayatana Indicators Settings' +APPLONGDESCRIPTION = 'Ayatana Settings allows you to configure all your Ayatana system indicators.' +APPAUTHOR = 'Robert Tari' +APPMAIL = 'robert@tari.in' +APPURL = 'https://github.com/AyatanaIndicators/ayatana-settings' +APPKEYWORDS = ['ayatana', 'indicator', 'settings'] +APPDEBUG = [] -- cgit v1.2.3