Update DEPENDS for GTK3
This commit is contained in:
parent
70d5931622
commit
bffd091429
12
DEPENDS.md
12
DEPENDS.md
|
@ -43,10 +43,11 @@ All modules will require the [common](#common) section dependencies.
|
||||||
|
|
||||||
## GTK UI
|
## GTK UI
|
||||||
|
|
||||||
- PyGTK
|
- [GTK+] >= 3.10
|
||||||
- [pycairo]
|
- [PyGObject]
|
||||||
|
- [Pycairo]
|
||||||
- [librsvg] _>= 2_
|
- [librsvg] _>= 2_
|
||||||
- [python-appindicator] - Optional: Ubuntu system tray icon.
|
- [libappindicator3] w/GIR - Optional: Ubuntu system tray icon.
|
||||||
|
|
||||||
#### MacOS
|
#### MacOS
|
||||||
|
|
||||||
|
@ -61,7 +62,7 @@ All modules will require the [common](#common) section dependencies.
|
||||||
### Notifications
|
### Notifications
|
||||||
|
|
||||||
- [pygame] - Optional: Play sounds
|
- [pygame] - Optional: Play sounds
|
||||||
- [python-notify] - Optional: Desktop popups.
|
- [libnotify] w/GIR - Optional: Desktop popups.
|
||||||
|
|
||||||
[python]: https://www.python.org/
|
[python]: https://www.python.org/
|
||||||
[setuptools]: https://setuptools.readthedocs.io/en/latest/
|
[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/
|
[pyxdg]: https://www.freedesktop.org/wiki/Software/pyxdg/
|
||||||
[six]: https://pythonhosted.org/six/
|
[six]: https://pythonhosted.org/six/
|
||||||
[xdg-utils]: https://www.freedesktop.org/wiki/Software/xdg-utils/
|
[xdg-utils]: https://www.freedesktop.org/wiki/Software/xdg-utils/
|
||||||
|
[gtk+]: https://www.gtk.org/
|
||||||
[pycairo]: https://cairographics.org/pycairo/
|
[pycairo]: https://cairographics.org/pycairo/
|
||||||
[pygobject]: https://pygobject.readthedocs.io/en/latest/
|
[pygobject]: https://pygobject.readthedocs.io/en/latest/
|
||||||
[geoip]: https://pypi.org/project/GeoIP/
|
[geoip]: https://pypi.org/project/GeoIP/
|
||||||
[mako]: https://www.makotemplates.org/
|
[mako]: https://www.makotemplates.org/
|
||||||
[pygame]: https://www.pygame.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
|
[python-appindicator]: https://packages.ubuntu.com/xenial/python-appindicator
|
||||||
[librsvg]: https://wiki.gnome.org/action/show/Projects/LibRsvg
|
[librsvg]: https://wiki.gnome.org/action/show/Projects/LibRsvg
|
||||||
|
|
Loading…
Reference in New Issue