midori: update to 0.3.0.

This commit is contained in:
Juan RP 2011-02-01 10:23:37 +01:00
parent ae2f8003c4
commit de94b952ef
1 changed files with 6 additions and 3 deletions

View File

@ -1,14 +1,14 @@
# Template file for 'midori' # Template file for 'midori'
pkgname=midori pkgname=midori
version=0.2.9 version=0.3.0
distfiles="http://archive.xfce.org/src/apps/$pkgname/0.2/$pkgname-$version.tar.bz2" distfiles="http://archive.xfce.org/src/apps/$pkgname/0.3/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure
configure_args="--enable-nls --enable-docs --disable-userdocs configure_args="--enable-nls --enable-docs --disable-userdocs
--enable-unique --enable-libidn --enable-libnotify --enable-unique --enable-libidn --enable-libnotify
--enable-addons --disable-hildon --disable-apidocs" --enable-addons --disable-hildon --disable-apidocs"
short_desc="Lightweight web browser using WebKit GTK+" short_desc="Lightweight web browser using WebKit GTK+"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=803bf534ab73cf7a50ddd38bbd68976258c36f335a3f1dc1880f53915c7fdf78 checksum=56860b2eb2e5f223af0e64d103eef66c4b3574f4ed9a3cfd1ca20844563f0ae7
long_desc=" long_desc="
Features: Features:
Full integration with GTK+ 2 Full integration with GTK+ 2
@ -42,6 +42,7 @@ Add_dependency run libxml2
Add_dependency run dbus-glib Add_dependency run dbus-glib
Add_dependency run dbus-libs Add_dependency run dbus-libs
Add_dependency run libX11 Add_dependency run libX11
Add_dependency build atk-devel Add_dependency build atk-devel
Add_dependency build glib-devel Add_dependency build glib-devel
Add_dependency build pango-devel Add_dependency build pango-devel
@ -63,5 +64,7 @@ Add_dependency build libunique-devel
Add_dependency build webkit-gtk-devel Add_dependency build webkit-gtk-devel
Add_dependency build sqlite-devel Add_dependency build sqlite-devel
Add_dependency build libXext-devel Add_dependency build libXext-devel
Add_dependency build vala-devel
Add_dependency full hicolor-icon-theme Add_dependency full hicolor-icon-theme
Add_dependency full desktop-file-utils Add_dependency full desktop-file-utils