wok-next diff netsurf/receipt @ rev 20949
Fix homepages
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Sep 01 16:21:51 2018 +0300 (2018-09-01) |
parents | e6615350078d |
children | 95d959e089ea |
line diff
1.1 --- a/netsurf/receipt Wed Feb 28 16:28:07 2018 +0200 1.2 +++ b/netsurf/receipt Sat Sep 01 16:21:51 2018 +0300 1.3 @@ -1,8 +1,8 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="netsurf" 1.7 -COMMIT="d3493b138f38c9e26da24fcffb3ef8b813e3ca4e" 1.8 -VERSION="3.6-170919" 1.9 +COMMIT="" 1.10 +VERSION="3.7" 1.11 CATEGORY="network" 1.12 SHORT_DESC="Lightweight and fast web browser" 1.13 MAINTAINER="al.bobylev@gmail.com" 1.14 @@ -26,7 +26,7 @@ 1.15 [ -z "$COMMIT" ] && cd $VERSION 1.16 1.17 # Enable NetSurf's use of gstreamer for displaying videos 1.18 - echo 'override NETSURF_USE_VIDEO := YES' > Makefile.config 1.19 +# echo 'override NETSURF_USE_VIDEO := YES' > Makefile.config 1.20 # Enable NetSurf's use of libharu for PDF export and GTK printing support. 1.21 # echo 'override NETSURF_USE_HARU_PDF := YES' >> Makefile.config 1.22 # Template used for constructing the User Agent: string. 1.23 @@ -69,5 +69,5 @@ 1.24 gtk+ openssl libcss libcurl libdom libhubbub libjpeg-turbo libnsbmp \ 1.25 libnsgif libnslog libnspsl libnsutils libparserutils libpng16 \ 1.26 libsvgtiny libutf8proc libwapcaplet libxml2 pango zlib" 1.27 - TAGS="web-browser" 1.28 + TAGS="web-browser netsurf" 1.29 }