Okay so I patched the patch (heh) and made a custom rotated version.
You can see from the diffs at the very least the changes that were made to get where we are.
I'll try a quick patch of a clean version of the source (attached) from this custom diff and see what drops out.
Hope this helps!
should know soon enough...
Gimme 10 to set this up.
EDIT:
You know it took me weeks to get my head around this codebase... months to figure out a solid way to pull all the deps and overlay them without errors... never mind the countless failed attempts to implement end-user friendly build-systems...
But...
root@dev:/usr/local/src/midori-0.5.5-rotated#
patch -p1 < midori-0.5.5-kindle-rotated.patch.txt
Quote:
patching file config/search
patching file midori/main.c
patching file midori/midori-browser.c
patching file midori/midori-completion.vala
patching file midori/midori-dialog.vala
patching file midori/midori-locationaction.c
patching file midori/midori-view.c
patching file wscript
|
however looking at that is has boiled down to just a few files that really needed touching up. That is somehow depressing...
heh.
Attached is JUST the
RAW sources I build from...
without my tweaks