aboutsummaryrefslogtreecommitdiff
path: root/ayatanasettings/appdata.py
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2024-08-27 14:43:59 +0200
committerRobert Tari <robert@tari.in>2024-08-27 14:43:59 +0200
commit269aa4c7df03e1e581c01866c91bcfa5524d6334 (patch)
tree2fcd022cbfcb82537b15ae334b563cfaf16e5dde /ayatanasettings/appdata.py
parent4bfbd579171d9194956376c7153f378ff6eb9d4e (diff)
downloadayatana-settings-269aa4c7df03e1e581c01866c91bcfa5524d6334.tar.gz
ayatana-settings-269aa4c7df03e1e581c01866c91bcfa5524d6334.tar.bz2
ayatana-settings-269aa4c7df03e1e581c01866c91bcfa5524d6334.zip
Rewrite using C/CMake/Gtk4 and add some features/tweaks
Diffstat (limited to 'ayatanasettings/appdata.py')
-rw-r--r--ayatanasettings/appdata.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/ayatanasettings/appdata.py b/ayatanasettings/appdata.py
deleted file mode 100644
index 50a320b..0000000
--- a/ayatanasettings/appdata.py
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/usr/bin/env python3
-# -*- coding: utf-8 -*-
-
-APPNAME = 'ayatana-settings'
-APPEXECUTABLE='/usr/bin/ayatana-settings'
-APPVERSION = '23.11.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 = []