Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 297352 - bump www-client/midori-0.2.2
Summary: bump www-client/midori-0.2.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: XFCE Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-17 22:19 UTC by Jeremy Olexa (darkside) (RETIRED)
Modified: 2009-12-25 02:18 UTC (History)
1 user (show)

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


Attachments
Patch against midori-0.2.1.ebuild (midori-0.2.1-to-0.2.2.patch,597 bytes, patch)
2009-12-18 18:47 UTC, Gef
Details | Diff
midori-0.2.2.ebuild (midori-0.2.2.ebuild,1.93 KB, text/plain)
2009-12-23 17:33 UTC, Vladimir
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-12-17 22:19:24 UTC
http://releases.xfce.org/feeds/project/midori
Comment 1 Gef 2009-12-18 18:47:19 UTC
Created attachment 213410 [details, diff]
Patch against midori-0.2.1.ebuild

From upstream Changelog [1] and gitweb [2], libnotify is now a conditional build-time dependency. Besides that, I have added "+addons" to IUSE. This new USE-flag can be used to disable build of extensions.

[1] http://git.xfce.org/apps/midori/tree/ChangeLog
[2] http://git.xfce.org/apps/midori/commit/?id=a94cf71700a9f931844c3f86eae559296f09da64
Comment 2 Christoph Mende (RETIRED) gentoo-dev 2009-12-18 21:59:17 UTC
what exactly is the use of this addons USE flag? do we save time/space/memory when we disable it? doesn't look like we save dependencies
Comment 3 Gef 2009-12-19 11:44:50 UTC
No, no dependencies saving. It only reflects a possibility given by the ./waf script. In terms of space, that's not so savy neither ; all extensions are located in /usr/lib64/midori :

$ du -sh /usr/lib64/midori/
340K	/usr/lib64/midori/

$ ls -1 /usr/lib64/midori/
libadblock.so
libcolorful-tabs.so
libcookie-manager.so
libdnsprefetch.so
libfeed-panel.so
libformhistory.so
libmouse-gestures.so
libpage-holder.so
libshortcuts.so
libstatusbar-features.so
libtab-panel.so
libtab-switcher.so
libtoolbar-editor.so
libweb-cache.so
Comment 4 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-12-20 21:13:19 UTC
Just because it is an option, doens't mean that we have to add a use flag for it. I don't use midori so I will defer to other input on how usable it is with and without addons. :)
Comment 5 Vladimir 2009-12-23 17:33:32 UTC
Created attachment 213958 [details]
midori-0.2.2.ebuild

On my system www-client/midori-0.2.2 successfully emerged by simply renamint "midori-0.2.1.ebuild" into "midori-0.2.2.ebuild". Tis file is attached.
Comment 6 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-12-25 02:18:27 UTC
bumped without addons USE flag. thx