[arch-commits] Commit in netsurf/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Wed Jul 4 19:22:54 UTC 2018
Date: Wednesday, July 4, 2018 @ 19:22:54
Author: arodseth
Revision: 352101
upgpkg: netsurf 3.7-3
Modified:
netsurf/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-04 19:21:34 UTC (rev 352100)
+++ PKGBUILD 2018-07-04 19:22:54 UTC (rev 352101)
@@ -1,5 +1,5 @@
# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
# Contributor: Georgij Kondratjev <smpuj at bk.ru>
# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
@@ -6,7 +6,7 @@
pkgname=netsurf
pkgver=3.7
-pkgrel=2
+pkgrel=3
pkgdesc='Lightweight and fast web browser'
arch=('x86_64')
url='http://www.netsurf-browser.org/'
@@ -13,7 +13,7 @@
license=('MIT' 'GPL2')
depends=('curl' 'desktop-file-utils' 'duktape>=2.2.0' 'gtk3' 'lcms'
'libcss>=0.7.0' 'libdom>=0.3.2' 'libmng' 'libnsbmp>=0.1.4'
- 'libnsgif>=0.1.4' 'libnsutils>=0.0.3' 'librsvg' 'libutf8proc>=1.3.1')
+ 'libnsgif>=0.1.4' 'libnsutils>=0.0.3' 'librsvg' 'libutf8proc>=2.1.1')
makedepends=('check' 'git' 'inetutils' 'netsurf-buildsystem' 'nsgenbind>=0.5'
'perl-html-parser' 're2c' 'setconf')
# invalid HTTPS cert
@@ -42,7 +42,7 @@
}
build() {
- CFLAGS="$CFLAGS -w" make -C "$pkgname-all-$pkgver/$pkgname" \
+ CFLAGS="$CFLAGS -w -Os -funroll-loops" make -C "$pkgname-all-$pkgver/$pkgname" \
NETSURF_GTK_MAJOR=3 \
TARGET=gtk \
LIBDIR=lib \
More information about the arch-commits
mailing list