Treferwynd / transmission-remote-gtk

Automatically exported from code.google.com/p/transmission-remote-gtk
GNU General Public License v2.0
0 stars 0 forks source link

[Enhancement #165

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I request that the dependency on libnotify be optional at build time.
I can't stand all this dbus/*kit/hal bloat nowadays and prefer to build without 
it.

This is the dependency tree I'm trying to avoid (gentoo).

net-p2p/transmission-remote-gtk-0.7  
 x11-libs/libnotify-0.7.4   
  virtual/notification-daemon-0  
   x11-misc/notification-daemon-0.5.0  
    x11-libs/libnotify-0.7.4  
    media-libs/libcanberra-0.28-r5  
     x11-themes/sound-theme-freedesktop-0.7  
     gnome-base/gconf-2.32.4  
      dev-libs/dbus-glib-0.98  
       sys-apps/dbus-1.4.16  
      gnome-base/orbit-2.14.19-r1  
    x11-libs/libwnck-2.30.7  
     x11-libs/libXres-1.0.5  
 net-libs/libproxy-0.4.6-r3  
  dev-util/cmake-2.8.4-r1  
   app-arch/libarchive-2.8.4-r1  
 dev-libs/libunique-1.1.6-r1  
 dev-libs/json-glib-0.12.6  

If you can oblige it would be much appreciated, but I know this isn't a 
priority.  If not I guess I'm just stuck with the webui.  :/

Thank you for your time.

Original issue reported on code.google.com by Clayton....@gmail.com on 16 Nov 2011 at 5:30

GoogleCodeExporter commented 9 years ago
The code will build without libnotify (and libunique) if it can't find it, just 
as the Windows build does.

It should be added as a ./configure option though, I'll do that sometime.

You can move the .pc files out of the way in the meantime.

Original comment by a...@eth0.org.uk on 16 Nov 2011 at 7:34

GoogleCodeExporter commented 9 years ago
Awesome, thanks. :)

Original comment by Clayton....@gmail.com on 16 Nov 2011 at 7:50

GoogleCodeExporter commented 9 years ago
Done, let me know if there's any problems.

Original comment by a...@eth0.org.uk on 16 Nov 2011 at 8:21