On Sat, Jul 29, 2023 at 03:44:16PM +0000, Lucas wrote: > Bump. > > Lucas <lu...@sexy.is> wrote: > > Bump. > > > > Lucas <lu...@sexy.is> wrote: > > > Bump. > > > > > > Lucas <lu...@sexy.is> wrote: > > > > attached is a port for transmission-remote-gtk[0], a client for > > > > Transmission BitTorrent daemon. I'm not super sure about the deps I used > > > > so any additional eyes on those are welcome: > > > > > > > > BUILD_DEPENDS = devel/gettext,-tools > > > > RUN_DEPENDS = devel/desktop-file-utils \ > > > > x11/gtk+4,-guic > > > > LIB_DEPENDS = devel/gettext,-runtime \ > > > > devel/glib2 \ > > > > devel/json-glib \ > > > > devel/libsoup3 \ > > > > x11/gtk+3 > > > > > > > > 'make package' complained if devel/desktop-file-utils and > > > > x11/gtk+4,-guic wasn't there, because of '@tag's in PLIST. I'm also not > > > > sure about the split between devel/gettext ,-tools and ,-runtime , but > > > > the very first commands of the build failed without ,-tools . Also I'm > > > > not supre sure whether ,-runtime is a LDEP or RDEP.
LIB_DEPENDS have corresponding WANTLIB entries as a port links against them; afaik gettext,-runtime is only needed for pkg_add hooks on these .mo files, your port certainly does not link against it. Otherwise deps look fine. COMMENT reads as if this would be net/transmission,-gtk: COMMENT-gtk=> BitTorrent client with GTK+ interface Is your port just another desktop client written in GTK, i.e. an alternative to the existing transmission-gtk package? Or is it a daemon client written in GTK, i.e. an alternative to the existing transmission package? COMMENT-main= BitTorrent command line and daemon client I'm not familiar with transmission. You disable the systray/appindicator feature, is that not useful in DEs like GNOME 3 or Xfce4? Why is the geoip feature disabled? Please expand HOMEPAGE inside MASTER_SITES.