diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2026-06-13 20:37:28 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2026-06-13 20:37:46 +0200 |
| commit | f3c910123d6fe3af38ab38ed61df39a4e818b475 (patch) | |
| tree | 61ea5524dd91b847b75c4bc42beecb7c6881ff3e /ayatanawebmail/appdata.py | |
| parent | 98f0e4b049044e7b1dccde8ba855d393790faf03 (diff) | |
| download | ayatana-webmail-26.6.13.tar.gz ayatana-webmail-26.6.13.tar.bz2 ayatana-webmail-26.6.13.zip | |
Release 26.6.1326.6.13
- ayatanawebmail/application.py: Fix missing notification icon.
- ayatanawebmail/application.py: Drop AppIndicator3 fallback.
- Translation updates (thanks to all contributors on
hosted.weblate.org).
Diffstat (limited to 'ayatanawebmail/appdata.py')
| -rwxr-xr-x | ayatanawebmail/appdata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ayatanawebmail/appdata.py b/ayatanawebmail/appdata.py index 5172f58..e10add4 100755 --- a/ayatanawebmail/appdata.py +++ b/ayatanawebmail/appdata.py @@ -4,7 +4,7 @@ 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'] -APPVERSION = '24.5.17' +APPVERSION = '26.6.13' APPSHOWSETTINGS = 180603 APPYEAR = '2016' APPTITLE = 'Ayatana Webmail' |
