Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105068 - net-news/liferea-0.9.7b (bump) + dbus support
Summary: net-news/liferea-0.9.7b (bump) + dbus support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Michael Kohl (RETIRED)
URL: http://cvs.sourceforge.net/viewcvs.py...
Whiteboard:
Keywords:
Depends on:
Blocks: 108747
  Show dependency tree
 
Reported: 2005-09-06 14:53 UTC by TGL
Modified: 2005-10-14 02:06 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
liferea-0.9.7a_to_0.9.7b.patch (liferea-0.9.7a_to_0.9.7b.patch,811 bytes, patch)
2005-09-06 14:53 UTC, TGL
Details | Diff
liferea-ebuild-0.9.7b-to-1.0_rc2.patch (liferea-ebuild-0.9.7b-to-1.0_rc2.patch,684 bytes, patch)
2005-10-13 00:32 UTC, TGL
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description TGL 2005-09-06 14:53:20 UTC
Hi Michael,

This is just a reminder for my last patch to bug #100051 (i will reattach it
rediffed). Dbus-0.3x has been unmasked today, so maybe you can update your
ebuild to support it now. Also, liferea 0.9.7b has been released, so let's bump
while you're at it.

To test dbus support, you can try the following:
 * set the DBUS env vars if not set already:
% dbus-launch | while read var ; do export $var ; done
 * launch liferea in that env:
% liferea &
 * send a message to connect subscribe to some feed:
% dbus-send --session --dest=org.gnome.feed.Reader /org/gnome/feed/Reader
org.gnome.feed.Reader.Subscribe string:'http://the.address.of/some/feed.rss'
 * hopefully, liferea should pop the subscription dialog for that feed...

Thanks,
Thomas.
Comment 1 TGL 2005-09-06 14:53:52 UTC
Created attachment 67776 [details, diff]
liferea-0.9.7a_to_0.9.7b.patch
Comment 2 TGL 2005-09-06 18:42:24 UTC
>  * set the DBUS env vars if not set already:
> % dbus-launch | while read var ; do export $var ; done

Err, sorry, lack of coffee... This has much more chances to work:
% eval export `dbus-launch`
Comment 3 Michael Kohl (RETIRED) gentoo-dev 2005-09-07 04:15:53 UTC
Thomas, all done and added to CVS.

Thanks for your recent help with the liferea ebuilds, it's much appreciated! I
currently don't have the time to follow upstream development closely, but I hope
that soon will change again. 
Comment 4 TGL 2005-09-07 16:06:32 UTC
Michael, i've just seen that cardoe had to mask dbus-0.3x again :/
I guess it means you'll have to temporary mask this ebuild too...

Obviously, this was not the day for me to stop bugging you about liferea :)
Comment 5 Michael Kohl (RETIRED) gentoo-dev 2005-09-08 04:15:48 UTC
Thomas, please continue bugging me, it makes my life(rea) much easier. :) The
ebuild was added to package.mask, thanks!

Comment 6 TGL 2005-10-13 00:32:15 UTC
dbus-0.3x is now unmasked, so i think you can unmask 0.9.7b too now (or bump to
1.0_rc2, which is just a matter of using a $MY_P - bump patch follows).
Comment 7 TGL 2005-10-13 00:32:58 UTC
Created attachment 70532 [details, diff]
liferea-ebuild-0.9.7b-to-1.0_rc2.patch
Comment 8 Michael Kohl (RETIRED) gentoo-dev 2005-10-14 02:06:54 UTC
Thanks Thomas, liferea-0.9.7b is now out of package.mask and 1.0-RC2 will be
submitted shortly.