midori: update to 0.5.6.

This commit is contained in:
Juan RP 2013-11-22 08:48:08 +01:00
parent 684e353ad3
commit 20c309676b
1 changed files with 15 additions and 7 deletions

View File

@ -1,11 +1,10 @@
# Template file for 'midori'
pkgname=midori
version=0.5.5
version=0.5.6
revision=1
build_style=configure
disable_parallel_build=yes
configure_args="--prefix=/usr --enable-gtk3 --enable-zeitgeist"
hostmakedepends="pkg-config intltool which python"
build_style=cmake
configure_args="-DUSE_GTK3=1 -DUSE_ZEITGEIST=1 CMAKE_INSTALL_LIBDIR=lib"
hostmakedepends="pkg-config intltool librsvg-utils cmake"
makedepends="gtk+3-devel libxml2-devel vala-devel libzeitgeist-devel
dbus-glib-devel librsvg-devel libnotify-devel libsoup-gnome-devel
webkitgtk-devel sqlite-devel libunique-devel libXScrnSaver-devel gcr-devel"
@ -14,7 +13,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://twotoasts.de/index.php/midori/"
license="GPL-2"
distfiles="http://www.midori-browser.org/downloads/midori_${version}_all_.tar.bz2"
checksum=ca69382a285222a86028abebd73fed1976735883027ff0adc094b627789bbd62
checksum=c5be1b5d9933776f09c5cab7945a073a820d65555e51fda9ff55fd063843f24a
long_desc="
Features:
* Full integration with GTK+ 3
@ -26,8 +25,17 @@ long_desc="
* User scripts and user styles support
* Extensible via Javascript"
post_install() {
if [ -d ${DESTDIR}/usr/lib64 ]; then
mkdir -p ${DESTDIR}/usr/lib
mv ${DESTDIR}/usr/lib64/* ${DESTDIR}/usr/lib
fi
}
midori_package() {
conf_files="/etc/xdg/midori/search"
conf_files="
/etc/xdg/midori/search
/etc/xdg/midori/extensions/adblock/config"
depends="hicolor-icon-theme desktop-file-utils"
pkg_install() {
vmove all