Date: Wednesday, December 2, 2020 @ 14:23:50 Author: arodseth Revision: 769162
upgpkg: netsurf 3.10-3 Modified: netsurf/trunk/PKGBUILD ----------+ PKGBUILD | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-02 14:22:17 UTC (rev 769161) +++ PKGBUILD 2020-12-02 14:23:50 UTC (rev 769162) @@ -5,13 +5,13 @@ pkgname=netsurf pkgver=3.10 -pkgrel=2 +pkgrel=3 pkgdesc='Lightweight and fast web browser' arch=(x86_64) url='https://www.netsurf-browser.org/' license=(MIT GPL2) -depends=(curl gtk3 'libhubbub=0.3.7' libjpeg-turbo 'libnsutils=0.1.0' - 'libutf8proc>=2.5.0' 'libwapcaplet>=0.4.3' 'libdom>=0.4.1' libwebp) +depends=(bash curl gtk3 'libhubbub=0.3.7' libjpeg-turbo 'libnsutils=0.1.0' + 'libutf8proc>=2.6.0' 'libwapcaplet>=0.4.3' 'libdom>=0.4.1' libwebp) # vim is needed only for xxd when building makedepends=(check inetutils 'libcss>=0.9.1' 'libnsbmp>=0.1.6' 'libnsgif>=0.2.1' 'nsgenbind>=0.8' perl-html-parser setconf vim) @@ -22,7 +22,6 @@ prepare() { cd "$pkgname-all-$pkgver/$pkgname" - # Fix compilation issues sed -i 's:libutf8proc/::;s:UTF8PROC_CCC_VIRAMA:UTF8PROC_BIDI_CLASS_EN:' utils/idna.c # Use "netsurf" as the name of the executable in /usr/bin @@ -47,20 +46,11 @@ DESTDIR="$pkgdir" \ PREFIX=/usr \ install - - # Launch script install -Dm755 $pkgname.sh "$pkgdir/usr/bin/$pkgname" - cd "$pkgname-all-$pkgver/$pkgname" - - # Desktop icon and shortcut install -Dm644 frontends/gtk/res/$pkgname.xpm \ "$pkgdir/usr/share/pixmaps/$pkgname.xpm" install -Dm644 frontends/gtk/res/$pkgname-gtk.desktop \ "$pkgdir/usr/share/applications/$pkgname.desktop" - - # License install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" } - -# vim: ts=2 sw=2 et:
