Package Details: midori-git 11.3.1.r38.g621c242-1

Git Clone URL: https://aur.archlinux.org/midori-git.git (read-only, click to copy)
Package Base: midori-git
Description: Web browser based on Floorp
Upstream URL: https://github.com/goastian/midori-desktop
Licenses: MPL-2.0
Conflicts: midori
Provides: midori
Submitter: SolarAquarion
Maintainer: xiota
Last Packager: xiota
Votes: 149
Popularity: 0.192243
First Submitted: 2018-10-28 14:20 (UTC)
Last Updated: 2024-04-16 06:55 (UTC)

Dependencies (48)

Required by (14)

Sources (4)

Pinned Comments

xiota commented on 2024-01-18 05:33 (UTC) (edited on 2024-03-19 18:27 (UTC) by xiota)

Midori 11.x.y is based on Floorp.

  • For Midori 9.x, based on WebKit, use PKGBUILD.midori-classic (included with aur/midori).

  • If you have problems building, try building in a clean chroot.

  • Some options are available:

    • _build_pgo=false makepkg – Build without PGO. Faster compilation, but reduced performance.
    • _build_pgo_reuse=false makepkg – Make a new profile. Can delete the old profile for similar effect.
  • This package reuses the previously created PGO profile to reduce rebuild times while retaining most of the performance benefit of PGO. Generate a new profile when:

    • You feel there are too many "function control flow change" warnings.
    • Performance drops about 10% below PGO with a fresh profile. browserbench.org/speedometer may be used to track performance for this purpose.
  • Avoid flagging and commenting at the same time for the same issue.

    • Flag for common issues with standard solutions, like depends or submodule changes.
    • Comment for issues requiring explanation or debugging.
      • Use a pastebin for blocks of text more than a few lines.

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 Next › Last »

ponsfoot commented on 2012-09-30 05:03 (UTC)

Current HEAD requires vala-0.14 to be built. It fails if vala is 0.16.

xyproto commented on 2012-08-19 12:14 (UTC)

Ner0, created a "midori-flash" package based on your solution. https://aur.archlinux.org/packages.php?ID=62119

Ner0 commented on 2012-08-17 12:39 (UTC)

The only way i was able to get flash working with midori-gtk3 is to install 'lib32-flashplugin' and 'nspluginwrapper' and then install the flash with 'sudo nspluginwrapper -i /usr/lib32/mozilla/plugins/libflashplayer.so'

xyproto commented on 2012-04-06 08:52 (UTC)

Added optdepends and updated the package.

xyproto commented on 2012-03-18 21:49 (UTC)

Added --disable-granite since midori does not compile if the granite package is installed. Changed the dependency on docutils to 'python2-docutils', because of the package rename.

xyproto commented on 2011-12-02 10:37 (UTC)

Added a dependency on libunique3.

xyproto commented on 2011-10-09 21:54 (UTC)

engored, thanks for testing. Added "midori-gtk2-git" for the gtk2 version. I assume it's just a matter of time before gtk3 will be enabled by default.

av6 commented on 2011-10-09 17:29 (UTC)

Sorry to bother again, but very recent git commit [1] disabled gtk3 by default. It's considered experimental yet, it seems. On a related note, I've tried Midori with GTK3 and there were some bugs like no favicons on tabs, but the most important: flash wasn't working. [1] http://git.xfce.org/apps/midori/commit/?id=b378554df2b1a72069a26d394046455aeb793d7c

xyproto commented on 2011-10-09 13:44 (UTC)

engored, thanks for noticing. Enabled gtk3 and updated the PKGBUILD. namcap displays no errors or warnings.

av6 commented on 2011-10-09 04:28 (UTC)

It now requires gtk3 and libwebkit3. You can either add them to depends or add --disable-gtk3 to waf configure.