Package Details: midori-git 11.3.3.r2.gc9f1cc5-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.104443
First Submitted: 2018-10-28 14:20 (UTC)
Last Updated: 2024-05-18 08:19 (UTC)

Dependencies (49)

Required by (14)

Sources (7)

Pinned Comments

xiota commented on 2024-01-18 05:33 (UTC) (edited on 2024-05-18 08:25 (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.
    • _build_pgo_xvfb=true makepkg – Use xvfb for profiling.
  • 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 2 3 4 5 6 7 8 9 10 Next › Last »

xyproto commented on 2013-04-12 08:55 (UTC)

flocke, added a pkgver() function, but according to the documentation prepare() is not needed for *-git packages.

flocke commented on 2013-04-12 07:34 (UTC)

Please add a pkgver() function (see https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines#Git) to update the version string. (And if you want to you can also move the sed command to a prepare() function to conform with the new guidelines.)

yoseforb commented on 2013-04-02 14:34 (UTC)

Please add: --enable-webkit2 See: http://git.xfce.org/apps/midori/commit/?id=d60e5e172b7b11f8e2ffd8c733b83dcc6deaceeb

xyproto commented on 2013-01-22 17:09 (UTC)

Thanks, updated the package.

eworm commented on 2013-01-22 10:12 (UTC)

For me midori links against libgcr-3.so.1. I suppose we need a dependency to gcr.

alium commented on 2012-11-26 07:46 (UTC)

libwebkit3 renamed to webkitgtk3

xyproto commented on 2012-11-07 19:56 (UTC)

Added zeitgeist as a dependency, thanks for notifying.

k0Do commented on 2012-11-02 14:50 (UTC)

Please add zeitgeist as a dependency or use --disable-zeitgeist for ./configure in PKGBUILD.

xyproto commented on 2012-10-15 16:21 (UTC)

Just tested it. Builds with vala 0.16 here now.