mirror of
https://github.com/logos-storage/deluge.git
synced 2026-08-26 02:11:16 +00:00
[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
This commit is contained in:
@@ -24,7 +24,7 @@ You might need to add `~/.local/bin` to your PATH.
|
||||
#### Runtime libraries and tools
|
||||
|
||||
sudo apt install python3-libtorrent python3-geoip python3-dbus python3-gi \
|
||||
python3-gi-cairo gir1.2-gtk-3.0 gir1.2-appindicator3 python3-pygame libnotify4 \
|
||||
python3-gi-cairo gir1.2-gtk-3.0 gir1.2-ayatanaappindicator3-0.1 python3-pygame libnotify4 \
|
||||
librsvg2-common xdg-utils
|
||||
|
||||
## Setup development environment
|
||||
|
||||
Reference in New Issue
Block a user