[arch-commits] Commit in netsurf/repos/community-x86_64 (4 files)
Alexander Rødseth
arodseth at archlinux.org
Mon Jul 6 23:09:20 UTC 2020
Date: Monday, July 6, 2020 @ 23:09:20
Author: arodseth
Revision: 658090
archrelease: copy trunk to community-x86_64
Added:
netsurf/repos/community-x86_64/PKGBUILD
(from rev 658089, netsurf/trunk/PKGBUILD)
netsurf/repos/community-x86_64/netsurf.sh
(from rev 658089, netsurf/trunk/netsurf.sh)
Deleted:
netsurf/repos/community-x86_64/PKGBUILD
netsurf/repos/community-x86_64/netsurf.sh
------------+
PKGBUILD | 143 +++++++++++++++++++++++++++--------------------------------
netsurf.sh | 8 +--
2 files changed, 70 insertions(+), 81 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-06 23:09:13 UTC (rev 658089)
+++ PKGBUILD 2020-07-06 23:09:20 UTC (rev 658090)
@@ -1,77 +0,0 @@
-# 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>
-
-pkgname=netsurf
-pkgver=3.9
-pkgrel=2
-pkgdesc='Lightweight and fast web browser'
-arch=(x86_64)
-url='https://www.netsurf-browser.org/'
-license=(MIT GPL2)
-depends=(curl gtk3 'libhubbub=0.3.6' libjpeg-turbo 'libnsutils=0.0.5-4'
- 'libutf8proc>=2.4.0' 'libwapcaplet>=0.4.2' 'libdom>=0.4.0')
-# vim is needed only for xxd when building
-makedepends=(check inetutils 'libcss>=0.9.0' 'libnsbmp>=0.1.5'
- 'libnsgif>=0.2.1' 'nsgenbind>=0.7' perl-html-parser setconf vim)
-source=("https://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-$pkgver.tar.gz"
- netsurf.sh)
-sha256sums=('11e384eaf47e65c186da5001f1055a02f2d72ff17b50f403b8392546a2cf65ff'
- '34c1f41c02ff3791a1b734197d99ec7f58c403dee05f0f9b7b9b3509d32b51ac')
-
-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
- setconf frontends/gtk/res/netsurf-gtk.desktop 'Exec=netsurf %u'
-
- # Set build configuration in Makefile.defaults
- for opt in \
- NETSURF_UA_FORMAT_STRING='"NetSurf/%d.%d (%s; Arch Linux)"' \
- NETSURF_USE_DUKTAPE=YES
- do
- setconf Makefile.defaults "$opt"
- done
-}
-
-build() {
- CFLAGS="$CFLAGS -w -Os -funroll-loops" make \
- -C "$pkgname-all-$pkgver/$pkgname" \
- NETSURF_GTK_MAJOR=3 \
- TARGET=gtk \
- LIBDIR=lib \
- INCLUDEDIR=include \
- PREFIX=/usr
-}
-
-package() {
- make -C "$pkgname-all-$pkgver/$pkgname" \
- TARGET=gtk \
- NETSURF_GTK_MAJOR=3 \
- LIBDIR=lib \
- INCLUDEDIR=include \
- 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:
Copied: netsurf/repos/community-x86_64/PKGBUILD (from rev 658089, netsurf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-06 23:09:20 UTC (rev 658090)
@@ -0,0 +1,66 @@
+# 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>
+
+pkgname=netsurf
+pkgver=3.10
+pkgrel=1
+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)
+# 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)
+source=("https://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-$pkgver.tar.gz"
+ netsurf.sh)
+sha256sums=('495adf6b6614ce36fca6c605f7c321f9cb4a3df838043158122678ce2b3325b7'
+ '34c1f41c02ff3791a1b734197d99ec7f58c403dee05f0f9b7b9b3509d32b51ac')
+
+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
+ setconf frontends/gtk/res/netsurf-gtk.desktop 'Exec=netsurf %u'
+}
+
+build() {
+ CFLAGS="$CFLAGS -w -Os -funroll-loops" \
+ make -C "$pkgname-all-$pkgver/$pkgname" \
+ NETSURF_UA_FORMAT_STRING='"NetSurf/%d.%d (%s; Arch Linux)"' \
+ TARGET=gtk3 \
+ LIBDIR=lib \
+ INCLUDEDIR=include \
+ PREFIX=/usr
+}
+
+package() {
+ make -C "$pkgname-all-$pkgver/$pkgname" \
+ TARGET=gtk3 \
+ LIBDIR=lib \
+ INCLUDEDIR=include \
+ 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:
Deleted: netsurf.sh
===================================================================
--- netsurf.sh 2020-07-06 23:09:13 UTC (rev 658089)
+++ netsurf.sh 2020-07-06 23:09:20 UTC (rev 658090)
@@ -1,4 +0,0 @@
-#!/bin/bash
-# Use English if a directory for the current language does not exist
-test -d "/usr/share/netsurf/${LANG:0:2}" || export LANG=en_US.UTF-8
-/usr/bin/netsurf-gtk3 "$@"
Copied: netsurf/repos/community-x86_64/netsurf.sh (from rev 658089, netsurf/trunk/netsurf.sh)
===================================================================
--- netsurf.sh (rev 0)
+++ netsurf.sh 2020-07-06 23:09:20 UTC (rev 658090)
@@ -0,0 +1,4 @@
+#!/bin/bash
+# Use English if a directory for the current language does not exist
+test -d "/usr/share/netsurf/${LANG:0:2}" || export LANG=en_US.UTF-8
+/usr/bin/netsurf-gtk3 "$@"
More information about the arch-commits
mailing list