* [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail: ChangeLog claws-mail-3.9.1.ebuild [not found] <20130513044601.458952171C@flycatcher.gentoo.org> @ 2013-05-13 6:17 ` Samuli Suominen 2013-05-13 21:33 ` Christian Faulhammer 0 siblings, 1 reply; 6+ messages in thread From: Samuli Suominen @ 2013-05-13 6:17 UTC (permalink / raw To: gentoo-dev, fauli On 13/05/13 07:46, Christian Faulhammer (fauli) wrote: > fauli 13/05/13 04:46:01 > > Modified: ChangeLog claws-mail-3.9.1.ebuild > Log: > move libnotify usage over to notification, forgotten in last commit > > - $(use_enable libnotify notification-plugin) > + $(use_enable notification notification-plugin) Why deviate from every other ebuild in Portage? From global to local :-/ ^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail: ChangeLog claws-mail-3.9.1.ebuild 2013-05-13 6:17 ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail: ChangeLog claws-mail-3.9.1.ebuild Samuli Suominen @ 2013-05-13 21:33 ` Christian Faulhammer 2013-05-14 3:22 ` Michał Górny 0 siblings, 1 reply; 6+ messages in thread From: Christian Faulhammer @ 2013-05-13 21:33 UTC (permalink / raw To: Samuli Suominen; +Cc: gentoo-dev [-- Attachment #1: Type: text/plain, Size: 760 bytes --] Hi, Samuli Suominen <ssuominen@gentoo.org>: > On 13/05/13 07:46, Christian Faulhammer (fauli) wrote: > > fauli 13/05/13 04:46:01 > > > > Modified: ChangeLog claws-mail-3.9.1.ebuild > > Log: > > move libnotify usage over to notification, forgotten in last > > commit > > > > - $(use_enable libnotify notification-plugin) > > + $(use_enable notification notification-plugin) > > Why deviate from every other ebuild in Portage? From global to > local :-/ libnotify is only a fraction of the supported notification means of said plugin in Claws. V-Li -- Christian Faulhammer, Gentoo Lisp project <URL:http://www.gentoo.org/proj/en/lisp/>, #gentoo-lisp on FreeNode <URL:http://gentoo.faulhammer.org/> [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 198 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail: ChangeLog claws-mail-3.9.1.ebuild 2013-05-13 21:33 ` Christian Faulhammer @ 2013-05-14 3:22 ` Michał Górny 2013-05-14 6:48 ` Duncan 2013-05-16 3:15 ` Christian Faulhammer 0 siblings, 2 replies; 6+ messages in thread From: Michał Górny @ 2013-05-14 3:22 UTC (permalink / raw To: gentoo-dev; +Cc: fauli, Samuli Suominen [-- Attachment #1: Type: text/plain, Size: 819 bytes --] On Mon, 13 May 2013 23:33:59 +0200 Christian Faulhammer <fauli@gentoo.org> wrote: > Hi, > > Samuli Suominen <ssuominen@gentoo.org>: > > On 13/05/13 07:46, Christian Faulhammer (fauli) wrote: > > > fauli 13/05/13 04:46:01 > > > > > > Modified: ChangeLog claws-mail-3.9.1.ebuild > > > Log: > > > move libnotify usage over to notification, forgotten in last > > > commit > > > > > > - $(use_enable libnotify notification-plugin) > > > + $(use_enable notification notification-plugin) > > > > Why deviate from every other ebuild in Portage? From global to > > local :-/ > > libnotify is only a fraction of the supported notification means of > said plugin in Claws. Is the remaining fraction usable without libnotify on Gentoo? -- Best regards, Michał Górny [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 966 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail: ChangeLog claws-mail-3.9.1.ebuild 2013-05-14 3:22 ` Michał Górny @ 2013-05-14 6:48 ` Duncan 2013-05-14 17:06 ` Michał Górny 2013-05-16 3:15 ` Christian Faulhammer 1 sibling, 1 reply; 6+ messages in thread From: Duncan @ 2013-05-14 6:48 UTC (permalink / raw To: gentoo-dev Michał Górny posted on Tue, 14 May 2013 05:22:49 +0200 as excerpted: > On Mon, 13 May 2013 23:33:59 +0200 Christian Faulhammer > <fauli@gentoo.org> wrote: > >> Samuli Suominen <ssuominen@gentoo.org>: >> > On 13/05/13 07:46, Christian Faulhammer (fauli) wrote: >> > > fauli 13/05/13 04:46:01 >> > > >> > > Modified: ChangeLog claws-mail-3.9.1.ebuild >> > > Log: move libnotify usage over to notification, >> > > forgotten in last commit >> > > >> > > - $(use_enable libnotify notification-plugin) >> > > + $(use_enable notification notification-plugin) >> > >> > Why deviate from every other ebuild in Portage? From global to local >> > :-/ >> >> libnotify is only a fraction of the supported notification means of >> said plugin in Claws. > > Is the remaining fraction usable without libnotify on Gentoo? Yes. http://www.claws-mail.org/plugin.php?plugin=notification As mentioned in an earlier thread, the formerly separate plugins are now being combined into the main ebuild, based on a similar upstream move. These new flags control building the formerly separate plugins. The notification plugin, as described in the link above, has all sorts of notification possibilities, including even a separate LCD display via the LCDproc deamon (tho I've no idea if that particular one is available on gentoo, but I wouldn't know why not...), as well as a screen-scroller, all configurable, naturally. -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail: ChangeLog claws-mail-3.9.1.ebuild 2013-05-14 6:48 ` Duncan @ 2013-05-14 17:06 ` Michał Górny 0 siblings, 0 replies; 6+ messages in thread From: Michał Górny @ 2013-05-14 17:06 UTC (permalink / raw To: gentoo-dev; +Cc: 1i5t5.duncan [-- Attachment #1: Type: text/plain, Size: 1358 bytes --] On Tue, 14 May 2013 06:48:39 +0000 (UTC) Duncan <1i5t5.duncan@cox.net> wrote: > Michał Górny posted on Tue, 14 May 2013 05:22:49 +0200 as excerpted: > > > On Mon, 13 May 2013 23:33:59 +0200 Christian Faulhammer > > <fauli@gentoo.org> wrote: > > > >> Samuli Suominen <ssuominen@gentoo.org>: > >> > On 13/05/13 07:46, Christian Faulhammer (fauli) wrote: > >> > > fauli 13/05/13 04:46:01 > >> > > > >> > > Modified: ChangeLog claws-mail-3.9.1.ebuild > >> > > Log: move libnotify usage over to notification, > >> > > forgotten in last commit > >> > > > >> > > - $(use_enable libnotify notification-plugin) > >> > > + $(use_enable notification notification-plugin) > >> > > >> > Why deviate from every other ebuild in Portage? From global to local > >> > :-/ > >> > >> libnotify is only a fraction of the supported notification means of > >> said plugin in Claws. > > > > Is the remaining fraction usable without libnotify on Gentoo? > > Yes. Oh, the pasted snippet confused me. But I see now: notification? ( libnotify? ( x11-libs/libnotify ) libcanberra? ( media-libs/libcanberra[gtk] ) libindicate? ( dev-libs/libindicate:3[gtk] ) dev-libs/glib ) but no switch using libnotify. Isn't this an automagic dep then? -- Best regards, Michał Górny [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 966 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail: ChangeLog claws-mail-3.9.1.ebuild 2013-05-14 3:22 ` Michał Górny 2013-05-14 6:48 ` Duncan @ 2013-05-16 3:15 ` Christian Faulhammer 1 sibling, 0 replies; 6+ messages in thread From: Christian Faulhammer @ 2013-05-16 3:15 UTC (permalink / raw To: Michał Górny; +Cc: gentoo-dev, Samuli Suominen [-- Attachment #1: Type: text/plain, Size: 399 bytes --] Hi, Michał Górny <mgorny@gentoo.org>: > > libnotify is only a fraction of the supported notification means of > > said plugin in Claws. > > Is the remaining fraction usable without libnotify on Gentoo? Yes. Regards V-Li -- Christian Faulhammer, Gentoo Lisp project <URL:http://www.gentoo.org/proj/en/lisp/>, #gentoo-lisp on FreeNode <URL:http://gentoo.faulhammer.org/> [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 198 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-05-16 3:16 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <20130513044601.458952171C@flycatcher.gentoo.org> 2013-05-13 6:17 ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail: ChangeLog claws-mail-3.9.1.ebuild Samuli Suominen 2013-05-13 21:33 ` Christian Faulhammer 2013-05-14 3:22 ` Michał Górny 2013-05-14 6:48 ` Duncan 2013-05-14 17:06 ` Michał Górny 2013-05-16 3:15 ` Christian Faulhammer
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox