Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 562950 - net-misc/feedreader - rss desktop client
Summary: net-misc/feedreader - rss desktop client
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-12 17:57 UTC by gerion
Modified: 2022-11-19 12:31 UTC (History)
2 users (show)

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


Attachments
FeedReader-1.4.1.ebuild (FeedReader-1.4.1.ebuild,1.33 KB, text/plain)
2015-11-20 20:15 UTC, mAhdi
Details
FeedReader-1.4.1-r1.ebuild (FeedReader-1.4.1-r1.ebuild,1.23 KB, text/plain)
2015-11-21 14:04 UTC, mAhdi
Details
FeedReader-1.4.1-r2.ebuild (FeedReader-1.4.1-r2.ebuild,1.46 KB, text/plain)
2015-11-21 17:24 UTC, mAhdi
Details
FeedReader-1.4.2.ebuild (FeedReader-1.4.2.ebuild,1.40 KB, text/plain)
2015-12-10 21:29 UTC, mAhdi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gerion 2015-10-12 17:57:58 UTC
There is a new application for RSS-feeds, Feedreader.

It would be nice, if you provide an ebuild.

Here is the website:
https://jangernert.github.io/feedreader/

There are already Arch packages and some other distrubtions:
https://aur.archlinux.org/packages/feedreader/

The code is on launchpad:
https://bazaar.launchpad.net/~eviltwin1/feedreader/master/files
Comment 1 Tomáš Mózes 2015-10-12 18:59:51 UTC
Hello gerion, it seems like a nice application. I've checked the arch package, the building/installation doesn't look that complicated. Maybe try creating an ebuild an attach it here?
Comment 2 mAhdi 2015-11-20 20:15:44 UTC
Created attachment 417480 [details]
FeedReader-1.4.1.ebuild

Here's quick-and-dirty ebuild, just put together something which works on my system (x86), there's likely missing some deps or useflags for deps.

Feel free to try it.
Comment 3 Tomáš Mózes 2015-11-21 05:58:48 UTC
Thanks for the ebuild. 

The "work" dir where portage unpacks the package is at ${WORKDIR}, you can replace these: 
S="${PORTAGE_BUILDDIR}/work"
/var/tmp/portage/net-news/${PN}-${PV}/work/

You can replace:
emake DESTDIR="${D}" install
just with "default", because that's what normally src_install() does.
Comment 4 mAhdi 2015-11-21 14:04:31 UTC
Created attachment 417494 [details]
FeedReader-1.4.1-r1.ebuild

Updated ebuild with suggested.
Comment 5 mAhdi 2015-11-21 17:24:07 UTC
Created attachment 417500 [details]
FeedReader-1.4.1-r2.ebuild

Updated ebuild to use gnome2-utils & fdo-mime classes as suggested in forums.
Comment 6 Tomáš Mózes 2015-11-21 19:31:31 UTC
Seems I overlooked the first time, but ${PN}-${PV} can be substituted to simple ${P}. Nice job, keep polishing it.
Comment 7 mAhdi 2015-12-10 21:29:24 UTC
Created attachment 418952 [details]
FeedReader-1.4.2.ebuild

Version bump 1.4.2