Re: On dbus

2023-12-20 Thread Todd Gruhn
I like this idea -- PKG_DEFAULT_OPTIONS On Wed, Dec 20, 2023 at 2:05 PM John D. Baker wrote: > > Use PKG_DEFAULT_OPTIONS+= to enable/disable desired/undesired options > without having to set PKG_OPTIONS.foo for every package foo that supports > those options. > > In my case: > >

Re: On dbus

2023-12-20 Thread John D. Baker
Use PKG_DEFAULT_OPTIONS+= to enable/disable desired/undesired options without having to set PKG_OPTIONS.foo for every package foo that supports those options. In my case: PKG_DEFAULT_OPTIONS+=pam ssl oss -cups -pulseaudio -alsa -dbus -gvfs -jack PKG_DEFAULT_OPTIONS+=-wayland Note there are some

Re: On dbus

2023-12-20 Thread Vitaly Shevtsov
Idk if there is such an option, I guess there is no. This is what I have in /etc/mk.conf and none of packages installed dbus as a dependency : PKG_OPTIONS.gtk3=-gtk3-atk-bridge -wayland -cups x11 PKG_OPTIONS.qt5=-dbus -cups PKG_OPTIONS.libcups=-dbus -dnssd -kerberos PKG_OPTIONS.wine=-cups -dbus

Re: On dbus

2023-12-20 Thread Todd Gruhn
WOW -- thanks. Is there a nice way to tell pkgsrc "dont use dbus" (for ALL packages) /etc/mk.conf ? On Wed, Dec 20, 2023 at 4:23 PM Vitaly Shevtsov wrote: > > Just build your packages without dbus and it will do the trick. > > On Wed, Dec 20, 2023 at 3:17 PM Todd Gruhn wrote: > > > > Is there

Re: On dbus

2023-12-20 Thread Vitaly Shevtsov
Just build your packages without dbus and it will do the trick. On Wed, Dec 20, 2023 at 3:17 PM Todd Gruhn wrote: > > Is there a best-way to leave dbus off? (dbus=NO) > Use it only when it is needed? > > On Wed, Dec 20, 2023 at 7:58 AM Vitaly Shevtsov wrote: > > > > It is used for IPC

Re: On dbus

2023-12-20 Thread Todd Gruhn
Is there a best-way to leave dbus off? (dbus=NO) Use it only when it is needed? On Wed, Dec 20, 2023 at 7:58 AM Vitaly Shevtsov wrote: > > It is used for IPC (interprocess communication) in desktop > applications, usually in Desktop Environments. It is when one > application sends a notification