Skip to content

Commit

Permalink
Replace appindicator3 refs with ayatanaappindicator3
Browse files Browse the repository at this point in the history
And replace broken python-appindicator link with working jammy link.
  • Loading branch information
kenstir committed Aug 24, 2024
1 parent 1ffd68f commit 48c81d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DEPENDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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://packages.ubuntu.com/jammy/gir1.2-ayatanaappindicator3-0.1
[librsvg]: https://wiki.gnome.org/action/show/Projects/LibRsvg
[ifaddr]: https://pypi.org/project/ifaddr/
2 changes: 1 addition & 1 deletion docs/source/intro/01-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Will require system installed packages such as libtorent and GTK3. See [DEPENDS]

e.g. on Ubuntu/Debian install these packages:

sudo apt install python3-pip python3-libtorrent python3-gi python3-gi-cairo gir1.2-gtk-3.0 gir1.2-appindicator3
sudo apt install python3-pip python3-libtorrent python3-gi python3-gi-cairo gir1.2-gtk-3.0 gir1.2-ayatanaappindicator3-0.1

## Alternative Installs

Expand Down

0 comments on commit 48c81d8

Please sign in to comment.