[arch-commits] Commit in netsurf/repos (8 files)

Alexander Rødseth arodseth at archlinux.org
Sat Nov 26 23:12:55 UTC 2016


    Date: Saturday, November 26, 2016 @ 23:12:54
  Author: arodseth
Revision: 196980

archrelease: copy trunk to community-x86_64, community-i686

Added:
  netsurf/repos/community-i686/PKGBUILD
    (from rev 196979, netsurf/trunk/PKGBUILD)
  netsurf/repos/community-i686/netsurf.sh
    (from rev 196979, netsurf/trunk/netsurf.sh)
  netsurf/repos/community-x86_64/PKGBUILD
    (from rev 196979, netsurf/trunk/PKGBUILD)
  netsurf/repos/community-x86_64/netsurf.sh
    (from rev 196979, netsurf/trunk/netsurf.sh)
Deleted:
  netsurf/repos/community-i686/PKGBUILD
  netsurf/repos/community-i686/netsurf.sh
  netsurf/repos/community-x86_64/PKGBUILD
  netsurf/repos/community-x86_64/netsurf.sh

-----------------------------+
 /PKGBUILD                   |  142 ++++++++++++++++++++++++++++++++++++++++++
 /netsurf.sh                 |   14 ++++
 community-i686/PKGBUILD     |   70 --------------------
 community-i686/netsurf.sh   |    7 --
 community-x86_64/PKGBUILD   |   70 --------------------
 community-x86_64/netsurf.sh |    7 --
 6 files changed, 156 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-11-26 23:12:42 UTC (rev 196979)
+++ community-i686/PKGBUILD	2016-11-26 23:12:54 UTC (rev 196980)
@@ -1,70 +0,0 @@
-# $Id$
-# 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.5
-pkgrel=4
-pkgdesc='Lightweight and fast web browser'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/'
-license=('MIT' 'GPL2')
-depends=('libmng' 'librsvg' 'curl' 'lcms' 'desktop-file-utils'
-         'libnsbmp>=0.1.3' 'libnsgif>=0.1.3' 'libcss>=0.6.0-2'
-         'libdom>=0.3.0' 'libnsutils>=0.0.2' 'libutf8proc>=1.3.1-3'
-         'gtk3' 'duktape')
-makedepends=('re2c' 'netsurf-buildsystem' 'perl-html-parser' 'nsgenbind>=0.3'
-             'inetutils' 'libutf8proc>1.3.1-2' 'git' 'setconf' 'check' 'gtk3'
-             'duktape')
-source=("git://git.netsurf-browser.org/netsurf.git#tag=release/$pkgver" 'netsurf.sh')
-sha256sums=('SKIP' '70310682d1612457d7bb3096549110b6ec127f50e97853259fada6be0c52924b')
-
-prepare() {
-  cd "$pkgname"
-
-  sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i gtk/Makefile.target
-  sed 's:netsurf-gtk:netsurf:' -i gtk/res/netsurf-gtk.desktop
-  sed 's:libutf8proc/::' -i utils/idna.c
-  sed 's:UTF8PROC_CCC_VIRAMA:UTF8PROC_BIDI_CLASS_EN:' -i utils/idna.c
-  sed 's:utf8proc_normalise:utf8proc_reencode:' -i utils/idna.c
-  setconf Makefile.defaults NETSURF_UA_FORMAT_STRING '"NetSurf/%d.%d (%s; Arch Linux)"'
-  setconf Makefile.defaults NETSURF_USE_DUKTAPE YES
-}
-
-build() {
-  make -C "$pkgname" \
-    NETSURF_GTK_MAJOR=3 \
-    TARGET=gtk \
-    LIBDIR=lib \
-    INCLUDEDIR=include \
-    PREFIX=/usr
-}
-
-package() {
-  cd "$pkgname"
-
-  make install LIBDIR=lib INCLUDEDIR=include PREFIX=/usr TARGET=gtk \
-    NETSURF_GTK_MAJOR=3 DESTDIR="$pkgdir"
-
-  # Script and executable
-  mv "$pkgdir/usr/bin/$pkgname" "$pkgdir/usr/bin/$pkgname.elf"
-  install -Dm755 "../$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
-
-  # Desktop shortcut
-  install -Dm644 "gtk/res/$pkgname.xpm" \
-    "$pkgdir/usr/share/pixmaps/$pkgname.xpm"
-  install -Dm644 "gtk/res/$pkgname-gtk.desktop" \
-    "$pkgdir/usr/share/applications/$pkgname.desktop"
-
-  # License
-  install -Dm644 COPYING \
-    "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  # Fix path
-  mv "$pkgdir/usr/share/netsurf/:./gtk/res/"* "$pkgdir/usr/share/netsurf/"
-  rmdir "$pkgdir/usr/share/netsurf/"{:./gtk/res,:./gtk,:.}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: netsurf/repos/community-i686/PKGBUILD (from rev 196979, netsurf/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-11-26 23:12:54 UTC (rev 196980)
@@ -0,0 +1,71 @@
+# $Id$
+# 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.6
+pkgrel=1
+pkgdesc='Lightweight and fast web browser'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/'
+license=('MIT' 'GPL2')
+depends=('libmng' 'librsvg' 'curl' 'lcms' 'desktop-file-utils'
+         'libnsbmp>=0.1.4' 'libnsgif>=0.1.4' 'libcss>=0.6.1'
+         'libdom>=0.3.1' 'libnsutils>=0.0.3' 'libutf8proc>=1.3.1'
+         'gtk3' 'duktape')
+makedepends=('re2c' 'netsurf-buildsystem' 'perl-html-parser' 'nsgenbind>=0.3'
+             'inetutils' 'libutf8proc>1.3.1' 'git' 'setconf' 'check' 'gtk3'
+             'duktape')
+source=("git://git.netsurf-browser.org/netsurf.git#tag=release/$pkgver"
+        netsurf.sh)
+sha256sums=('SKIP'
+            'f2e2f61f1864da57cafa74ffdbefac2f9e1d55d9627e82ef923d4931684c5c49')
+
+prepare() {
+  cd "$pkgname"
+
+  sed 's:netsurf-gtk:netsurf:' -i frontends/gtk/res/netsurf-gtk.desktop
+  sed 's:libutf8proc/::' -i utils/idna.c
+  sed 's:UTF8PROC_CCC_VIRAMA:UTF8PROC_BIDI_CLASS_EN:' -i utils/idna.c
+  sed 's:utf8proc_normalise:utf8proc_reencode:' -i utils/idna.c
+
+  setconf Makefile.defaults NETSURF_UA_FORMAT_STRING '"NetSurf/%d.%d (%s; Arch Linux)"'
+  setconf Makefile.defaults NETSURF_USE_DUKTAPE YES
+}
+
+build() {
+  make -C "$pkgname" \
+    NETSURF_GTK_MAJOR=3 \
+    TARGET=gtk \
+    LIBDIR=lib \
+    INCLUDEDIR=include \
+    PREFIX=/usr
+}
+
+package() {
+  cd "$pkgname"
+
+  make install LIBDIR=lib INCLUDEDIR=include PREFIX=/usr TARGET=gtk \
+    NETSURF_GTK_MAJOR=3 DESTDIR="$pkgdir"
+
+  # Script
+  install -Dm755 "../$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
+
+  # Desktop 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"
+
+  # Fix path
+  #mv "$pkgdir/usr/share/netsurf/:./gtk/res/"* "$pkgdir/usr/share/netsurf/"
+  #rmdir "$pkgdir/usr/share/netsurf/"{:./gtk/res,:./gtk,:.}
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/netsurf.sh
===================================================================
--- community-i686/netsurf.sh	2016-11-26 23:12:42 UTC (rev 196979)
+++ community-i686/netsurf.sh	2016-11-26 23:12:54 UTC (rev 196980)
@@ -1,7 +0,0 @@
-#!/bin/sh
-shortname=`echo $LANG | cut -b1-2`
-if [[ -d /usr/share/netsurf/$shortname ]]; then
-  /usr/bin/netsurf.elf "$@"
-else
-  LANG=en /usr/bin/netsurf.elf "$@"
-fi

Copied: netsurf/repos/community-i686/netsurf.sh (from rev 196979, netsurf/trunk/netsurf.sh)
===================================================================
--- community-i686/netsurf.sh	                        (rev 0)
+++ community-i686/netsurf.sh	2016-11-26 23:12:54 UTC (rev 196980)
@@ -0,0 +1,7 @@
+#!/bin/sh
+shortname=`echo $LANG | cut -b1-2`
+if [[ -d /usr/share/netsurf/$shortname ]]; then
+  /usr/bin/netsurf-gtk3 "$@"
+else
+  LANG=en /usr/bin/netsurf-gtk3 "$@"
+fi

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-11-26 23:12:42 UTC (rev 196979)
+++ community-x86_64/PKGBUILD	2016-11-26 23:12:54 UTC (rev 196980)
@@ -1,70 +0,0 @@
-# $Id$
-# 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.5
-pkgrel=4
-pkgdesc='Lightweight and fast web browser'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/'
-license=('MIT' 'GPL2')
-depends=('libmng' 'librsvg' 'curl' 'lcms' 'desktop-file-utils'
-         'libnsbmp>=0.1.3' 'libnsgif>=0.1.3' 'libcss>=0.6.0-2'
-         'libdom>=0.3.0' 'libnsutils>=0.0.2' 'libutf8proc>=1.3.1-3'
-         'gtk3' 'duktape')
-makedepends=('re2c' 'netsurf-buildsystem' 'perl-html-parser' 'nsgenbind>=0.3'
-             'inetutils' 'libutf8proc>1.3.1-2' 'git' 'setconf' 'check' 'gtk3'
-             'duktape')
-source=("git://git.netsurf-browser.org/netsurf.git#tag=release/$pkgver" 'netsurf.sh')
-sha256sums=('SKIP' '70310682d1612457d7bb3096549110b6ec127f50e97853259fada6be0c52924b')
-
-prepare() {
-  cd "$pkgname"
-
-  sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i gtk/Makefile.target
-  sed 's:netsurf-gtk:netsurf:' -i gtk/res/netsurf-gtk.desktop
-  sed 's:libutf8proc/::' -i utils/idna.c
-  sed 's:UTF8PROC_CCC_VIRAMA:UTF8PROC_BIDI_CLASS_EN:' -i utils/idna.c
-  sed 's:utf8proc_normalise:utf8proc_reencode:' -i utils/idna.c
-  setconf Makefile.defaults NETSURF_UA_FORMAT_STRING '"NetSurf/%d.%d (%s; Arch Linux)"'
-  setconf Makefile.defaults NETSURF_USE_DUKTAPE YES
-}
-
-build() {
-  make -C "$pkgname" \
-    NETSURF_GTK_MAJOR=3 \
-    TARGET=gtk \
-    LIBDIR=lib \
-    INCLUDEDIR=include \
-    PREFIX=/usr
-}
-
-package() {
-  cd "$pkgname"
-
-  make install LIBDIR=lib INCLUDEDIR=include PREFIX=/usr TARGET=gtk \
-    NETSURF_GTK_MAJOR=3 DESTDIR="$pkgdir"
-
-  # Script and executable
-  mv "$pkgdir/usr/bin/$pkgname" "$pkgdir/usr/bin/$pkgname.elf"
-  install -Dm755 "../$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
-
-  # Desktop shortcut
-  install -Dm644 "gtk/res/$pkgname.xpm" \
-    "$pkgdir/usr/share/pixmaps/$pkgname.xpm"
-  install -Dm644 "gtk/res/$pkgname-gtk.desktop" \
-    "$pkgdir/usr/share/applications/$pkgname.desktop"
-
-  # License
-  install -Dm644 COPYING \
-    "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  # Fix path
-  mv "$pkgdir/usr/share/netsurf/:./gtk/res/"* "$pkgdir/usr/share/netsurf/"
-  rmdir "$pkgdir/usr/share/netsurf/"{:./gtk/res,:./gtk,:.}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: netsurf/repos/community-x86_64/PKGBUILD (from rev 196979, netsurf/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-11-26 23:12:54 UTC (rev 196980)
@@ -0,0 +1,71 @@
+# $Id$
+# 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.6
+pkgrel=1
+pkgdesc='Lightweight and fast web browser'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/'
+license=('MIT' 'GPL2')
+depends=('libmng' 'librsvg' 'curl' 'lcms' 'desktop-file-utils'
+         'libnsbmp>=0.1.4' 'libnsgif>=0.1.4' 'libcss>=0.6.1'
+         'libdom>=0.3.1' 'libnsutils>=0.0.3' 'libutf8proc>=1.3.1'
+         'gtk3' 'duktape')
+makedepends=('re2c' 'netsurf-buildsystem' 'perl-html-parser' 'nsgenbind>=0.3'
+             'inetutils' 'libutf8proc>1.3.1' 'git' 'setconf' 'check' 'gtk3'
+             'duktape')
+source=("git://git.netsurf-browser.org/netsurf.git#tag=release/$pkgver"
+        netsurf.sh)
+sha256sums=('SKIP'
+            'f2e2f61f1864da57cafa74ffdbefac2f9e1d55d9627e82ef923d4931684c5c49')
+
+prepare() {
+  cd "$pkgname"
+
+  sed 's:netsurf-gtk:netsurf:' -i frontends/gtk/res/netsurf-gtk.desktop
+  sed 's:libutf8proc/::' -i utils/idna.c
+  sed 's:UTF8PROC_CCC_VIRAMA:UTF8PROC_BIDI_CLASS_EN:' -i utils/idna.c
+  sed 's:utf8proc_normalise:utf8proc_reencode:' -i utils/idna.c
+
+  setconf Makefile.defaults NETSURF_UA_FORMAT_STRING '"NetSurf/%d.%d (%s; Arch Linux)"'
+  setconf Makefile.defaults NETSURF_USE_DUKTAPE YES
+}
+
+build() {
+  make -C "$pkgname" \
+    NETSURF_GTK_MAJOR=3 \
+    TARGET=gtk \
+    LIBDIR=lib \
+    INCLUDEDIR=include \
+    PREFIX=/usr
+}
+
+package() {
+  cd "$pkgname"
+
+  make install LIBDIR=lib INCLUDEDIR=include PREFIX=/usr TARGET=gtk \
+    NETSURF_GTK_MAJOR=3 DESTDIR="$pkgdir"
+
+  # Script
+  install -Dm755 "../$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
+
+  # Desktop 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"
+
+  # Fix path
+  #mv "$pkgdir/usr/share/netsurf/:./gtk/res/"* "$pkgdir/usr/share/netsurf/"
+  #rmdir "$pkgdir/usr/share/netsurf/"{:./gtk/res,:./gtk,:.}
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/netsurf.sh
===================================================================
--- community-x86_64/netsurf.sh	2016-11-26 23:12:42 UTC (rev 196979)
+++ community-x86_64/netsurf.sh	2016-11-26 23:12:54 UTC (rev 196980)
@@ -1,7 +0,0 @@
-#!/bin/sh
-shortname=`echo $LANG | cut -b1-2`
-if [[ -d /usr/share/netsurf/$shortname ]]; then
-  /usr/bin/netsurf.elf "$@"
-else
-  LANG=en /usr/bin/netsurf.elf "$@"
-fi

Copied: netsurf/repos/community-x86_64/netsurf.sh (from rev 196979, netsurf/trunk/netsurf.sh)
===================================================================
--- community-x86_64/netsurf.sh	                        (rev 0)
+++ community-x86_64/netsurf.sh	2016-11-26 23:12:54 UTC (rev 196980)
@@ -0,0 +1,7 @@
+#!/bin/sh
+shortname=`echo $LANG | cut -b1-2`
+if [[ -d /usr/share/netsurf/$shortname ]]; then
+  /usr/bin/netsurf-gtk3 "$@"
+else
+  LANG=en /usr/bin/netsurf-gtk3 "$@"
+fi



More information about the arch-commits mailing list