summaryrefslogtreecommitdiff
path: root/community/midori
diff options
context:
space:
mode:
Diffstat (limited to 'community/midori')
-rw-r--r--community/midori/PKGBUILD36
-rw-r--r--community/midori/midori.install2
2 files changed, 17 insertions, 21 deletions
diff --git a/community/midori/PKGBUILD b/community/midori/PKGBUILD
index 6c81af3a3..5ed94865e 100644
--- a/community/midori/PKGBUILD
+++ b/community/midori/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 91092 2013-05-19 10:48:50Z arodseth $
+# $Id: PKGBUILD 94981 2013-08-02 10:17:44Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Andreas Radke <andyrtr@archlinux.org>
@@ -7,38 +7,32 @@
# Contributor: Bartłomiej Piotrowski <barthalion@gmail.com>
pkgname=midori
-pkgver=0.5.2
-pkgrel=1
-pkgdesc='Lightweight web browser based on Gtk WebKit'
+pkgver=0.5.4
+pkgrel=4
+pkgdesc='Lightweight web browser (GTK2)'
arch=('x86_64' 'i686' 'mips64el')
-url='http://www.twotoasts.de/index.php?/pages/midori_summary.html'
+url='http://www.midori-browser.org/'
license=('LGPL2.1')
-install="$pkgname.install"
-depends=('libzeitgeist' 'webkitgtk2' 'libnotify' 'libxss' 'libunique' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('libxml2' 'intltool' 'gtk-doc' 'librsvg' 'python2' 'vala' 'gcr')
+install='midori.install'
+depends=('libzeitgeist' 'webkitgtk2' 'libnotify' 'libxss' 'hicolor-icon-theme' 'desktop-file-utils' 'libunique' 'gcr')
+makedepends=('pkg-config' 'bzr' 'python2' 'libxml2' 'gtk2' 'intltool' 'python2-docutils' 'libsoup' 'vala' 'librsvg')
optdepends=('gstreamer0.10-ugly-plugins: HTML5 videos support'
'aria2: download utility')
options=('!emptydirs')
-source=("http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2")
-sha256sums=('a9c5cb4606e8e4967a2b980caa9ada25623c50d927a302b6bf73eeac5815c97c')
+source=("http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2")
+sha256sums=('d4ee77f3dd9bf2c07cea7674d533e77960e9346bd8b5482582ccb3cdaf182022')
build() {
- cd $srcdir/$pkgname-$pkgver
+ cd "$srcdir/${pkgname}_${pkgver}_all_"
- ./configure --prefix=/usr \
- --jobs=${MAKEFLAGS/-j/} \
- --enable-addons \
- --enable-unique \
- --enable-nls \
- --enable-docs \
- --enable-apidocs
- make
+ python2 ./waf configure --prefix=/usr
+ python2 ./waf build
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$srcdir/${pkgname}_${pkgver}_all_"
- make DESTDIR="$pkgdir" install
+ DESTDIR="$pkgdir" python2 ./waf install
}
# vim:set ts=2 sw=2 et:
diff --git a/community/midori/midori.install b/community/midori/midori.install
index 4da5511fd..e6af79c5f 100644
--- a/community/midori/midori.install
+++ b/community/midori/midori.install
@@ -10,3 +10,5 @@ post_upgrade() {
post_remove() {
post_install $1
}
+
+# vim:set ts=2 sw=2 et: