summaryrefslogtreecommitdiffstats
path: root/DEPENDS.md
diff options
context:
space:
mode:
authorCalum Lind <calumlind@gmail.com>2018-10-21 18:33:06 +0100
committerCalum Lind <calumlind@gmail.com>2018-11-02 08:45:40 +0000
commitbffd091429790a062efbbda2377563185007d2cb (patch)
treee06a5b6d024bd937335e42baa0e42422b408028d /DEPENDS.md
parent70d5931622c4d97e3e5439f408af8ffa7092e33e (diff)
downloaddeluge-bffd091429790a062efbbda2377563185007d2cb.tar.gz
deluge-bffd091429790a062efbbda2377563185007d2cb.tar.bz2
deluge-bffd091429790a062efbbda2377563185007d2cb.zip
Update DEPENDS for GTK3
Diffstat (limited to 'DEPENDS.md')
-rw-r--r--DEPENDS.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/DEPENDS.md b/DEPENDS.md
index 56c451313..aefefdc4b 100644
--- a/DEPENDS.md
+++ b/DEPENDS.md
@@ -43,10 +43,11 @@ All modules will require the [common](#common) section dependencies.
## GTK UI
-- PyGTK
-- [pycairo]
+- [GTK+] >= 3.10
+- [PyGObject]
+- [Pycairo]
- [librsvg] _>= 2_
-- [python-appindicator] - Optional: Ubuntu system tray icon.
+- [libappindicator3] w/GIR - Optional: Ubuntu system tray icon.
#### MacOS
@@ -61,7 +62,7 @@ All modules will require the [common](#common) section dependencies.
### Notifications
- [pygame] - Optional: Play sounds
-- [python-notify] - Optional: Desktop popups.
+- [libnotify] w/GIR - Optional: Desktop popups.
[python]: https://www.python.org/
[setuptools]: https://setuptools.readthedocs.io/en/latest/
@@ -85,11 +86,12 @@ All modules will require the [common](#common) section dependencies.
[pyxdg]: https://www.freedesktop.org/wiki/Software/pyxdg/
[six]: https://pythonhosted.org/six/
[xdg-utils]: https://www.freedesktop.org/wiki/Software/xdg-utils/
+[gtk+]: https://www.gtk.org/
[pycairo]: https://cairographics.org/pycairo/
[pygobject]: https://pygobject.readthedocs.io/en/latest/
[geoip]: https://pypi.org/project/GeoIP/
[mako]: https://www.makotemplates.org/
[pygame]: https://www.pygame.org/
-[python-notify]: https://packages.ubuntu.com/xenial/python-notify
+[libnotify]: https://developer.gnome.org/libnotify/
[python-appindicator]: https://packages.ubuntu.com/xenial/python-appindicator
[librsvg]: https://wiki.gnome.org/action/show/Projects/LibRsvg