summaryrefslogtreecommitdiff
path: root/community/netsurf
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-05-23 00:02:37 +0000
committerroot <root@rshg054.dnsready.net>2012-05-23 00:02:37 +0000
commitbd614ac21d2754d778a796cd5e92d1568ec8baec (patch)
tree094c785b4da8bafd835e9e319e9908b776258975 /community/netsurf
parent62e13d20ed92262c7396eff00d048ce815693e74 (diff)
Wed May 23 00:02:37 UTC 2012
Diffstat (limited to 'community/netsurf')
-rw-r--r--community/netsurf/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/netsurf/PKGBUILD b/community/netsurf/PKGBUILD
index 387e9d6fc..fe185fa03 100644
--- a/community/netsurf/PKGBUILD
+++ b/community/netsurf/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 70930 2012-05-19 19:28:18Z arodseth $
+# $Id: PKGBUILD 71025 2012-05-21 22:37:32Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
# Contributor: Georgij Kondratjev <smpuj@bk.ru>
@@ -6,13 +6,13 @@
pkgname=netsurf
pkgver=2.9
-pkgrel=1
+pkgrel=2
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' 'libcss>=0.1.2' 'hubbub>=0.1.2' 'libwebp')
-makedepends=('re2c' 'lcms' 'gendesk')
+makedepends=('re2c' 'lcms' 'gendesk>=0.4.2')
provides=('netsurf')
conflicts=('netsurf')
install=netsurf.install
@@ -27,8 +27,8 @@ _mimetype=('text/html;application/xhtml+xml;x-scheme-handler/http;x-scheme-handl
build() {
cd "$srcdir"
- gendesk
+ gendesk
cd "$pkgname"
make PREFIX=/usr TARGET=gtk NETSURF_USE_WEBP=YES
}