Bug 226143 - x11-misc/zim-0.25 version bump
|
Bug#:
226143
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: enhancement
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: desktop-misc@gentoo.org
|
Reported By: gentoo@necoro.eu
|
|
Component: Ebuilds
|
|
|
URL:
http://www.zim-wiki.org/changelog.html
|
|
Summary: x11-misc/zim-0.25 version bump
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2008-06-12 22:16 0000
|
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)
- ${WORKDIR} and ${S} need to be quoted
New Zim release 0.26 - Sun Aug 24 2008
Ebuild in CVS now, but it's a bit more simple. If there is something really
wrong with it, please let me know.