CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/04/25 18:58:40
Modified files:
net/deluge : Makefile
net/deluge/patches: patch-setup_py
Log message:
Drop obsolete x11/gtk+2 dependency, add required x11/gtk+3
Deluge no longer uses GTK+2, it builds and runs fine without it.
GTK+3 is used, but has been missing a proper RDEP; probably unnoticed
since because it was already installed on every user's system.
Use proper MODPY_FLAVOR and comment patches while here.
Missing GTK+3 dependency spotted by ajacoutot
OK sthen