pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/47441



The following reply was made to PR pkg/47441; it has been noted by GNATS.

From: Patrick Welche <prlw1%cam.ac.uk@localhost>
To: gnats-bugs%gnats.netbsd.org@localhost
Cc: 
Subject: Re: pkg/47441
Date: Thu, 17 Jan 2013 13:39:16 +0000

 I have been running
 
 libnotify-0.7.5     Desktop notification framework
 
 for a while now. As the gtk3 dependency is just there for building tests,
 I patched libnotify 0.7.5 to not require it - afterall:
 /usr/pkg/lib/libnotify.so:
         -lgdk_pixbuf-2.0.0 => /usr/pkg/lib/libgdk_pixbuf-2.0.so.0
         -lgio-2.0.0 => /usr/pkg/lib/libgio-2.0.so.0
         -lgobject-2.0.0 => /usr/pkg/lib/libgobject-2.0.so.0
         -lgthread-2.0.0 => /usr/pkg/lib/libgthread-2.0.so.0
         -lglib-2.0.0 => /usr/pkg/lib/libglib-2.0.so.0
         -lpcre.1 => /usr/pkg/lib/libpcre.so.1
         -lc.12 => /usr/lib/libc.so.12
         -lintl.1 => /usr/lib/libintl.so.1
         -lgcc_s.1 => /lib/libgcc_s.so.1
         -lpthread.1 => /usr/lib/libpthread.so.1
         -lffi.6 => /usr/pkg/lib/libffi.so.6
         -lgmodule-2.0.0 => /usr/pkg/lib/libgmodule-2.0.so.0
         -lz.1 => /usr/lib/libz.so.1
         -lpng15.15 => /usr/pkg/lib/libpng15.so.15
         -lm.0 => /usr/lib/libm.so.0
 
 The reason I didn't commit it, is that it broke my
 zenity build. zenity has gone to require gtk3 and then make libnotify
 optional.
 
 Options for zenity are:
 - update it to the gtk3 version - but then what of meta-pkgs/gnome (2)
 - disable libnotify in zenity
 
 But then what of all the other libnotify using packages? Suck it and see?
 


Home | Main Index | Thread Index | Old Index