Package Details: netsurf-git 3.10.r158.gd92b26962-1

Git Clone URL: https://aur.archlinux.org/netsurf-git.git (read-only, click to copy)
Package Base: netsurf-git
Description: Lightweight and fast web browser
Upstream URL: http://www.netsurf-browser.org/
Keywords: browser web
Licenses: GPL2, MIT
Conflicts: netsurf
Provides: netsurf
Submitter: xyproto
Maintainer: ROllerozxa
Last Packager: ROllerozxa
Votes: 17
Popularity: 0.026113
First Submitted: 2012-09-04 13:28 (UTC)
Last Updated: 2022-01-28 18:57 (UTC)

Latest Comments

1 2 3 4 Next › Last »

hurufu commented on 2024-03-11 09:16 (UTC) (edited on 2024-03-11 09:29 (UTC) by hurufu)

Netsurf crashes on start after fresh compilation. Please change order of format specifiers in Makefile.config (and in PKGBUILD it looks like it is duplicated) from:

NETSURF_UA_FORMAT_STRING="NetSurf/%d.%d (%s; Arch Linux)" to NETSURF_UA_FORMAT_STRING="Mozilla/5.0 (%s; Arch Linux) NetSurf/%d.%d" (or similar) as recommended in PACKAGING-GTK. That string is passed directly to snprintf and as of latest the order of arguments is different:

len = snprintf(NULL, 0, NETSURF_UA_FORMAT_STRING,
               sysname,
               netsurf_version_major,
               netsurf_version_minor);

MarsSeed commented on 2023-09-29 21:58 (UTC)

The legacy lcms is not needed as a dependency.

ROllerozxa commented on 2022-01-28 19:00 (UTC)

I've adopted the entire family of the unstable NetSurf packages and updated them to build properly.

mikearch commented on 2018-09-01 22:08 (UTC)

Version 3.8 is out.

mxfm commented on 2017-10-27 19:02 (UTC)

After some digging in netsurf... Netsurf has several build targets - one for gtk (default) and another for framebuffer. This package defaults to gtk target which requires X server. Those, who are interested in pure console need framebuffer build target.

escondida commented on 2017-05-24 17:18 (UTC)

Yup, you're correct. Sorry for the long delay; it's fixed now.

pypi commented on 2017-04-08 06:16 (UTC)

Building seems to additionally require perl-html-parser.

zegoti commented on 2014-12-31 04:16 (UTC)

it need makedepends='netsurf-buildsystem-git'

xyproto commented on 2013-08-16 14:55 (UTC)

Thanks for the comment, HalosGhost. Updated the PKGBUILD to the new VCS syntax. Unfortunately, this package does not currently build, due to errors in connection with nsgenbind (a package I don't maintain). A nsgenbind-git package may be needed.