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
Zim had a new release on May 20th. Changelog can be found in the URL given above :) I reworked the current ebuild to address the following issues: - Build.PL changed - reworked patch - split RDEPEND and DEPEND: plugin stuff is purely RDEPEND - Gtk2::TrayIcon is only needed for <gtk-2.10. As there are no other versions in the tree, I removed this dep and also removed the "trayicon" useflag. (Note: use.local.desc should be modified accordingly) - plugins enabled with useflags are now also enabled by default in the program (might not work with existing installations, as the global configuration is only used for the first launch) The following issues are remaining / new: - adding the plugins to the config file is currently done in src_compile. don't know if this is the best place ;) - zim needs "xdg-icon-resource {install,uninstall}" to be run in post{inst,rm}. Unfortunatly, when upgrading to a future version, the postrm of the old version is going to be run _after_ postinst and thus the end state would be "uninstall". This is only true for "stable portage and paludis" and not for "unstable portage and pkgcore" (according to dleverton)
Created an attachment (id=156557) [details] zim-0.25.ebuild
Created an attachment (id=156559) [details] zim-0.25-disable-update-databases.patch The reworked patch
Created an attachment (id=156561) [details] zim-0.25.ebuild There was an error in the ebuild (set DEPEND twice)
- ${WORKDIR} and ${S} need to be quoted
Created an attachment (id=157139) [details] zim-0.25.ebuild Quoted $S, $WORKDIR and $ROOT.
Created an attachment (id=157141) [details] zim-0.25.ebuild ViM just introduced a syntactically incorrect line break =/ (and I quoted a little bit too much)... Sry for spamming
New Zim release 0.26 - Sun Aug 24 2008
Created an attachment (id=173564) [details] zim-0.27-disable-update-databases.patch
Created an attachment (id=173565) [details] x11-misc/zim/zim-0.27.ebuild
Ebuild in CVS now, but it's a bit more simple. If there is something really wrong with it, please let me know.