Paperbox is a document browser, allowing you view ebooks, magazines and other documents conveniently and organise them by tags. Paperbox uses Tracker for searching and tagging, so tags are shared across all other Tracker-based apps.
Created attachment 162013 [details] gnome-extra/paperbox-0.3.1.ebuild
gtkmm-utils are needed for PaperBox
- IUSE=debug without any use is invalid. - When you refer to RDEPEND in DEPEND=... it is emtpy as you set it after DEPEND. Clearly not what you want.
Created attachment 162063 [details] paperbox-0.3.1.ebuild (r1) Actually, IUSE="debug" appends `--enable-debug=yes` to econf options thanks to `gnome2.eclass`.
By the way, this ebuild is in sunrise overlay now: http://overlays.gentoo.org/svn/proj/sunrise/sunrise/gnome-extra/paperbox/
Created attachment 203596 [details, diff] fixes compile error in config.cc trying to emerge paperbox-0.3.1 will lead to an error in config.cc:47. The proposed patch includes stat.h (which is also the fix applied to paperbox-0.4.X).
Created attachment 203598 [details] ebuild to include stat-patch This is a possible ebuild for gnome-extra/paperbox-0.3.1
Ebuild does not build with the current tracker, as the library cannot be found anymore (seems to be renamed from tracker to tracker-client). Cannot say whether this is a tracker or a paperbox-flaw (maybe paperbox still wants tracker-0.6...) Is this package still in development?
# Justin Lecher <jlec@gentoo.org> (30 Apr 2011) # Doesn't build with recent tracker # Removal in 30 days. gnome-extra/paperbox