Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
I'd like a new xfce4 panel plugin ebuild added to portage. This is a fully-featured mail checker applet for the panel.
Created an attachment (id=85017) [details] xfce4-mailwatch/xfce4-mailwatch-1.0.1.ebuild Tested in my local overlay, on both x86 and ppc. Added USE flag for 'ssl' support (IMAPS, POP3S, and gmail). I based it off one of the other xfce4 plugin ebuilds; hope I did it right.
- missing ebuild heaader
- missing ebuild heaader¹ - remove ${IUSE} inside of IUSE=, same for RDEPEND - looks like gnutls is a dependency, not a runtime dependency [1] http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=3
Created an attachment (id=85025) [details] xfce4-mailwatch-1.0.1.ebuild Fixed ebuild re: comment #2
I compiled all available plugins and tested them. This is the result. (not complete) xfce4-screenshooter-plugin: OK xfce4-quicklauncher-plugin: OK verve-plugin: OK (Command line with completion & history support) Most of them failed because they are using libxfce4utils-headers in a wrong (removed) way. They used to point to i18n.h (for example) and now it's only allowed to use libxfce4util.h. So I expect there to be updates on them pretty soon.
I just tested this ebuild on amd64. It's working nicely.
I can testify the app works fine on amd64 (not sure about this particular ebuild since I wrote my own and didn't realize this was in here)
~amd64 should be added to the keywords. Works fine here, though.
Created an attachment (id=103602) [details] xfce-extra/xfce4-mailwatch-1.0.1.ebuild Added debug flag, fixed the dependencies, utilized the xfce44 eclass. The only thing that needs to be changed once xfce44 is finally out is the ${XFCE_BETA_VERSION} for xfce-base/xfce4-panel to ${XFCE_MASTER_VERSION}. Works fine on x86. Enjoy ;)
Created an attachment (id=104402) [details] xfce-extra/xfce4-mailwatch-1.0.1.ebuild Minor mods.
Added to portage. Thanks for contributing!