2009-05-15 19:19:48 +02:00
|
|
|
# Template file for 'midori'
|
|
|
|
pkgname=midori
|
2013-07-17 07:54:33 +02:00
|
|
|
version=0.5.4
|
2012-09-20 15:20:38 +02:00
|
|
|
revision=1
|
2013-07-17 07:54:33 +02:00
|
|
|
wrksrc="${pkgname}_${version}_all_"
|
2012-03-05 07:25:05 +01:00
|
|
|
build_style=waf
|
2013-04-19 09:52:00 +02:00
|
|
|
configure_args="--enable-gtk3 --enable-webkit2 --enable-zeitgeist"
|
2013-07-17 07:54:33 +02:00
|
|
|
hostmakedepends="pkg-config intltool python"
|
|
|
|
makedepends="gtk+3-devel libxml2-devel vala-devel libzeitgeist-devel
|
2013-03-09 16:00:45 +01:00
|
|
|
dbus-glib-devel librsvg-devel libnotify-devel libsoup-devel
|
2013-07-17 07:54:33 +02:00
|
|
|
webkitgtk-devel sqlite-devel libunique-devel gcr-devel"
|
2009-05-15 19:19:48 +02:00
|
|
|
short_desc="Lightweight web browser using WebKit GTK+"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-04-19 09:52:00 +02:00
|
|
|
homepage="http://twotoasts.de/index.php/midori/"
|
2011-08-04 10:31:14 +02:00
|
|
|
license="GPL-2"
|
2013-07-17 07:54:33 +02:00
|
|
|
distfiles="http://www.midori-browser.org/downloads/midori_${version}_all_.tar.bz2"
|
|
|
|
checksum=d4ee77f3dd9bf2c07cea7674d533e77960e9346bd8b5482582ccb3cdaf182022
|
2009-05-15 19:19:48 +02:00
|
|
|
long_desc="
|
2009-12-21 01:52:17 +01:00
|
|
|
Features:
|
2013-04-19 09:52:00 +02:00
|
|
|
* Full integration with GTK+ 3
|
2013-03-09 16:00:45 +01:00
|
|
|
* Fast rendering with WebKit
|
|
|
|
* Tabs, windows and session management
|
|
|
|
* Bookmarks with XBEL and token support
|
|
|
|
* Flexibly configurable Web Searchbox
|
|
|
|
* Custom context menu actions
|
|
|
|
* User scripts and user styles support
|
|
|
|
* Extensible via Javascript"
|
2013-04-14 04:24:51 +02:00
|
|
|
|
|
|
|
midori_package() {
|
|
|
|
conf_files="/etc/xdg/midori/search"
|
|
|
|
depends="hicolor-icon-theme desktop-file-utils"
|
|
|
|
pkg_install() {
|
2013-04-19 09:52:00 +02:00
|
|
|
vmove all
|
2013-04-14 04:24:51 +02:00
|
|
|
}
|
|
|
|
}
|