summaryrefslogtreecommitdiff
path: root/community/netsurf/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/netsurf/PKGBUILD')
-rw-r--r--community/netsurf/PKGBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/community/netsurf/PKGBUILD b/community/netsurf/PKGBUILD
index 618c5a76b..40defac69 100644
--- a/community/netsurf/PKGBUILD
+++ b/community/netsurf/PKGBUILD
@@ -1,16 +1,17 @@
-# $Id: PKGBUILD 63678 2012-02-05 12:05:59Z ibiru $
+# $Id: PKGBUILD 65206 2012-02-20 11:09:55Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
# Contributor: Georgij Kondratjev <smpuj@bk.ru>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
+
pkgname=netsurf
pkgver=2.8
-pkgrel=3
+pkgrel=4
pkgdesc="Lightweight and fast web browser"
arch=('x86_64' 'i686')
url="http://www.netsurf-browser.org/"
license=('GPL')
-depends=('libmng' 'curl' 'libglade' 'librsvg' 'desktop-file-utils' 'libnsbmp' 'libnsgif' 'hubbub' 'libcss' 'hubbub')
+depends=('libmng' 'curl' 'libglade' 'librsvg' 'desktop-file-utils' 'libnsbmp' 'libnsgif' 'hubbub' 'libcss' 'hubbub' 'libwebp')
makedepends=('re2c' 'lcms')
provides=('netsurf')
conflicts=('netsurf')
@@ -18,16 +19,16 @@ install=netsurf.install
source=("netsurf.png::http://ubuntu.allmyapps.com/data/n/e/netsurf-netsurf-web-browser/icon_48x48_netsurf.png"
"http://www.netsurf-browser.org/downloads/releases/$pkgname-$pkgver-src.tar.gz"
"$pkgname.desktop")
-md5sums=('4f28912e5df4b826b819e175265bcc9c'
- '49c41f281f3e9ca28a24da505fad2e3a'
- '85e0af265e77607596fd90db9ac707ad')
+sha256sums=('f0dbcc5d80bf03d706aa8b28a322aa7f169a40813848c2d1505691f6e2c7ef00'
+ '09f3aa38f26248a410481aaf125811d6af4c8535725bec950e75af37ccd0aad2'
+ '5adf656bcd8d247ceb2808d8079cdc59155b8e4cf8569e050bb2730ad9783347')
build() {
cd "$srcdir/$pkgname"
sed 's:libpng:libpng15:' -i gtk/Makefile.target
sed 's:libpng:libpng15:' -i monkey/Makefile.target
- make PREFIX=/usr TARGET=gtk
+ make PREFIX=/usr TARGET=gtk NETSURF_USE_WEBP=YES
}
package() {