Search Criteria
Package Details: midori-granite 0.5.11-2
Git Clone URL: | https://aur.archlinux.org/midori-granite.git (read-only, click to copy) |
---|---|
Package Base: | midori-granite |
Description: | A lightweight, fast, and free web browser |
Upstream URL: | http://midori-browser.org/ |
Keywords: | browser web webkit |
Licenses: | |
Groups: | |
Conflicts: | |
Provides: | |
Submitter: | alucryd |
Maintainer: | None |
Last Packager: | alucryd |
Votes: | 7 |
Popularity: | 0.000000 |
First Submitted: | 2013-05-07 13:43 |
Last Updated: | 2017-12-31 20:03 |
Dependencies (26)
- cairo (cairo-infinality, cairo-infinality-remix, cairo-ubuntu, cairo-dfb, cairo-glesv2-bin, cairo-glesv3-bin, cairo-minimal, cairo-git)
- desktop-file-utils (desktop-file-utils-git)
- gcr (gcr-nogtk)
- gdk-pixbuf2 (gdk-pixbuf2-git)
- glib2 (glib2-sched-policy, glib2-clear, glib2-quiet, glib2-selinux, glib2-nodocs-git, glib2-git, glib2-patched-thumbnailer)
- glibc (glibc-linux4, glibc-git, glibc-force-mmap, lib32-glibc-force-mmap, glibc-minimal-git, glibc-dso, lib32-glibc-dso)
- gtk3 (gtk3-donnatella, gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-mushrooms, gtk3-git, gtk3-ubuntu, gtk3-patched-filechooser-icon-view, gtk3-typeahead, gtk3-no_deadkeys_underline, gtk3-classic)
- hicolor-icon-theme (hicolor-icon-theme-git)
- libgranite.so (granite-git, granite)
- libsoup (libsoup-gnome-git, libsoup-gnome)
- libx11 (libx11-git, libx11-threadsafe)
- libxml2 (libxml2-linenum, libxml2-git)
- libxss
- pango (pango-ubuntu, pango-minimal-git, pango-git)
- sqlite (sqlite-fossil, sqlite-replication, sqlite-fts3-parenthesis, sqlite-minimal-git)
- webkit2gtk (webkit2gtk-mse, webkit2gtk-unstable)
- zeitgeist
- cmake (cmake-git) (make)
- intltool (make)
- librsvg (librsvg-git, librsvg-minimal-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
- vala (vala0.42, vala0.44, vala-git) (make)
- aria2 (aria2-fast, aria2-git) (optional) – Download utility
- gst-libav (gst-libav-git) (optional) – HTML5 H264 videos support
- gst-plugins-base (gst-plugins-base-git) (optional) – HTML5 OGG videos support
- gst-plugins-good (gst-plugins-good-git) (optional) – HTML5 H264 and WebM videos support
Required by (15)
- midori-passwordmanager (requires midori)
- remmina-plugin-url (requires midori) (optional)
- rofi-theme-android-1080p (requires midori) (optional)
- rofi-theme-android-720p (requires midori) (optional)
- rofi-theme-applet-1080p (requires midori) (optional)
- rofi-theme-applet-720p (requires midori) (optional)
- rofi-theme-fonts (requires midori) (optional)
- rofi-theme-launcher-1080p (requires midori) (optional)
- rofi-theme-launcher-720p (requires midori) (optional)
- rofi-theme-menu-1080p (requires midori) (optional)
- rofi-theme-menu-720p (requires midori) (optional)
- rofi-theme-powermenu-1080p (requires midori) (optional)
- rofi-theme-powermenu-720p (requires midori) (optional)
- rofi-theme-used (requires midori) (optional)
- webui-aria2-git (requires midori) (optional)
Latest Comments
City-busz commented on 2017-07-15 16:11
Please replace webkitgtk dependency with webkit2gtk as the former is insecure.
kelvan commented on 2014-06-11 15:55
0.5.8 available
change version to 0.5.8
sha1sums=("238bbf4935e409bc41fcba5b8407f3e30ea017f6")
remove cd in build
change cd in package to "cd build"
alucryd commented on 2013-05-23 13:46
eworm: Indeed, and it would fail too if there was anything else/more than -j*. I wrote a failsafe method instead, unless people set it to -j0, but then I can't do anything for them :). Thx for reporting this, package updated.
eworm commented on 2013-05-23 13:12
This fails if MAKEFLAGS is not set. Perhaps you should use something like this:
./configure --prefix=/usr ${MAKEFLAGS/-j/--jobs=} --enable-...