diff options
author | kenstir <kenstir@gmail.com> | 2024-08-24 20:31:09 +0200 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2024-08-26 20:39:59 +0200 |
commit | d5af32802f7ec7cdb8b741812f1e2b0cebbb3bc6 (patch) | |
tree | ec6808d1be7ed5847f3851383e3ab8423934ef08 /DEPENDS.md | |
parent | [UI] Replace deprecated Pillow Image.Antialias with Lanczos (diff) | |
download | deluge-d5af32802f7ec7cdb8b741812f1e2b0cebbb3bc6.tar.xz deluge-d5af32802f7ec7cdb8b741812f1e2b0cebbb3bc6.zip |
[Build] Fix Ubuntu dependency for appindicator
Change name to gir1.2-appindicator3-0.1. Tested on Ubuntu 22.04.4 LTS
and Ubuntu 20.04.6 LTS.
Replace appindicator3 refs with newer ayatanaappindicator3
Replace broken python-appindicator link with working jammy link.
Closes: https://github.com/deluge-torrent/deluge/pull/459
Diffstat (limited to 'DEPENDS.md')
-rw-r--r-- | DEPENDS.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DEPENDS.md b/DEPENDS.md index 41a7ec09f..67736d612 100644 --- a/DEPENDS.md +++ b/DEPENDS.md @@ -50,7 +50,7 @@ All modules will require the [common](#common) section dependencies. - [PyGObject] - [Pycairo] - [librsvg] _>= 2_ -- [libappindicator3] w/GIR - Optional: Ubuntu system tray icon. +- [ayatanaappindicator3] w/GIR - Optional: Ubuntu system tray icon. ### MacOS @@ -95,6 +95,6 @@ All modules will require the [common](#common) section dependencies. [mako]: https://www.makotemplates.org/ [pygame]: https://www.pygame.org/ [libnotify]: https://developer.gnome.org/libnotify/ -[python-appindicator]: https://packages.ubuntu.com/xenial/python-appindicator +[ayatanaappindicator3]: https://lazka.github.io/pgi-docs/AyatanaAppIndicator3-0.1/index.html [librsvg]: https://wiki.gnome.org/action/show/Projects/LibRsvg [ifaddr]: https://pypi.org/project/ifaddr/ |