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

Alexander Rødseth arodseth at archlinux.org
Mon Sep 1 16:07:35 UTC 2014


    Date: Monday, September 1, 2014 @ 18:07:35
  Author: arodseth
Revision: 118144

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

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

----------------------------------+
 /PKGBUILD                        |  102 +++++++++++++++++++++++++++++++++++++
 /netsurf.install                 |   26 +++++++++
 /netsurf.sh                      |   14 +++++
 community-i686/PKGBUILD          |   54 -------------------
 community-i686/netsurf.install   |   13 ----
 community-i686/netsurf.sh        |    7 --
 community-x86_64/PKGBUILD        |   54 -------------------
 community-x86_64/netsurf.install |   13 ----
 community-x86_64/netsurf.sh      |    7 --
 9 files changed, 142 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-09-01 16:06:05 UTC (rev 118143)
+++ community-i686/PKGBUILD	2014-09-01 16:07:35 UTC (rev 118144)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# 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.1
-pkgrel=2
-pkgdesc='Lightweight and fast web browser'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/'
-license=('MIT' 'GPL2')
-depends=('libmng' 'librsvg' 'libwebp' 'curl' 'lcms' 'desktop-file-utils' 'libnsbmp>=0.1.1' 'libnsgif>=0.1.1' 'libcss>=0.3.0' 'libdom>=0.1.0' 'gtk2') # gtk3
-makedepends=('re2c' 'gendesk' 'netsurf-buildsystem' 'perl-html-parser' 'nsgenbind' 'inetutils')
-install="$pkgname.install"
-source=("netsurf.png::http://ubuntu.allmyapps.com/data/n/e/netsurf-netsurf-web-browser/icon_48x48_netsurf.png"
-        "http://download.$pkgname-browser.org/$pkgname/releases/source/$pkgname-$pkgver-src.tar.gz"
-        'netsurf.sh')
-sha256sums=('f0dbcc5d80bf03d706aa8b28a322aa7f169a40813848c2d1505691f6e2c7ef00'
-            '1ef12b2e2bc68f9eff8465646b7359e3cb483e1042aed750cc283a70dd4c540c'
-            '70310682d1612457d7bb3096549110b6ec127f50e97853259fada6be0c52924b')
-
-prepare() {
-  gendesk -f --pkgname "$pkgname" --pkgdesc "$pkgdesc" --exec 'netsurf %U' \
-    --genericname 'Web Browser' --comment 'Lightweight web browser' \
-    --mimetypes 'text/html;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/geo'
-}
-
-build() {
-  make -C "$pkgname-$pkgver" \
-    PREFIX=/usr \
-    TARGET=gtk \
-    NETSURF_USE_WEBP=YES \
-    NETSURF_USE_VIDEO=NO \
-    NETSURF_USE_JS=NO \
-    NETSURF_USE_MOZJS=NO # Javascript is disabled, for now. See FS#41582
-}
-
-package() {
-  make -C "$pkgname-$pkgver" install PREFIX=/usr DESTDIR="$pkgdir"
-  mv "$pkgdir/usr/bin/$pkgname" "$pkgdir/usr/bin/$pkgname.elf"
-  install -Dm755 "$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 "$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
-  install -Dm644 "$pkgname.desktop" \
-    "$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "$pkgname-$pkgver/COPYING" \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  # use softlinks instead of hardlinks
-  rm -r "$pkgdir/usr/share/netsurf/C"
-  ln -s '/usr/share/netsurf/en' "$pkgdir/usr/share/netsurf/C"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: netsurf/repos/community-i686/PKGBUILD (from rev 118143, netsurf/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-09-01 16:07:35 UTC (rev 118144)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# 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.2
+pkgrel=1
+pkgdesc='Lightweight and fast web browser'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/'
+license=('MIT' 'GPL2')
+depends=('libmng' 'librsvg' 'libwebp' 'curl' 'lcms' 'desktop-file-utils' 'libnsbmp>=0.1.1' 'libnsgif>=0.1.1' 'libcss>=0.4.0' 'libdom>=0.1.1' 'gtk2') # gtk3
+makedepends=('re2c' 'gendesk' 'netsurf-buildsystem' 'perl-html-parser' 'nsgenbind' 'inetutils')
+install="$pkgname.install"
+source=("netsurf.png::http://ubuntu.allmyapps.com/data/n/e/netsurf-netsurf-web-browser/icon_48x48_netsurf.png"
+        "http://download.$pkgname-browser.org/$pkgname/releases/source/$pkgname-$pkgver-src.tar.gz"
+        'netsurf.sh')
+sha256sums=('f0dbcc5d80bf03d706aa8b28a322aa7f169a40813848c2d1505691f6e2c7ef00'
+            '04ffeb8335c59cbc23371b79ae3b178002e6e95c35225ef62db4b155ecc7e213'
+            '70310682d1612457d7bb3096549110b6ec127f50e97853259fada6be0c52924b')
+
+prepare() {
+  gendesk -f --pkgname "$pkgname" --pkgdesc "$pkgdesc" --exec 'netsurf %U' \
+    --genericname 'Web Browser' --comment 'Lightweight web browser' \
+    --mimetypes 'text/html;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/geo'
+}
+
+build() {
+  make -C "$pkgname-$pkgver" \
+    PREFIX=/usr \
+    TARGET=gtk \
+    NETSURF_USE_WEBP=YES \
+    NETSURF_USE_VIDEO=NO \
+    NETSURF_USE_JS=NO \
+    NETSURF_USE_MOZJS=NO # Javascript is disabled, for now. See FS#41582
+}
+
+package() {
+  make -C "$pkgname-$pkgver" install PREFIX=/usr DESTDIR="$pkgdir"
+  mv "$pkgdir/usr/bin/$pkgname" "$pkgdir/usr/bin/$pkgname.elf"
+  install -Dm755 "$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
+  install -Dm644 "$pkgname.desktop" \
+    "$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "$pkgname-$pkgver/COPYING" \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/netsurf.install
===================================================================
--- community-i686/netsurf.install	2014-09-01 16:06:05 UTC (rev 118143)
+++ community-i686/netsurf.install	2014-09-01 16:07:35 UTC (rev 118144)
@@ -1,13 +0,0 @@
-post_upgrade() {
-  update-desktop-database -q
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:

Copied: netsurf/repos/community-i686/netsurf.install (from rev 118143, netsurf/trunk/netsurf.install)
===================================================================
--- community-i686/netsurf.install	                        (rev 0)
+++ community-i686/netsurf.install	2014-09-01 16:07:35 UTC (rev 118144)
@@ -0,0 +1,13 @@
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/netsurf.sh
===================================================================
--- community-i686/netsurf.sh	2014-09-01 16:06:05 UTC (rev 118143)
+++ community-i686/netsurf.sh	2014-09-01 16:07:35 UTC (rev 118144)
@@ -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 118143, netsurf/trunk/netsurf.sh)
===================================================================
--- community-i686/netsurf.sh	                        (rev 0)
+++ community-i686/netsurf.sh	2014-09-01 16:07:35 UTC (rev 118144)
@@ -0,0 +1,7 @@
+#!/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

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-09-01 16:06:05 UTC (rev 118143)
+++ community-x86_64/PKGBUILD	2014-09-01 16:07:35 UTC (rev 118144)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# 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.1
-pkgrel=2
-pkgdesc='Lightweight and fast web browser'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/'
-license=('MIT' 'GPL2')
-depends=('libmng' 'librsvg' 'libwebp' 'curl' 'lcms' 'desktop-file-utils' 'libnsbmp>=0.1.1' 'libnsgif>=0.1.1' 'libcss>=0.3.0' 'libdom>=0.1.0' 'gtk2') # gtk3
-makedepends=('re2c' 'gendesk' 'netsurf-buildsystem' 'perl-html-parser' 'nsgenbind' 'inetutils')
-install="$pkgname.install"
-source=("netsurf.png::http://ubuntu.allmyapps.com/data/n/e/netsurf-netsurf-web-browser/icon_48x48_netsurf.png"
-        "http://download.$pkgname-browser.org/$pkgname/releases/source/$pkgname-$pkgver-src.tar.gz"
-        'netsurf.sh')
-sha256sums=('f0dbcc5d80bf03d706aa8b28a322aa7f169a40813848c2d1505691f6e2c7ef00'
-            '1ef12b2e2bc68f9eff8465646b7359e3cb483e1042aed750cc283a70dd4c540c'
-            '70310682d1612457d7bb3096549110b6ec127f50e97853259fada6be0c52924b')
-
-prepare() {
-  gendesk -f --pkgname "$pkgname" --pkgdesc "$pkgdesc" --exec 'netsurf %U' \
-    --genericname 'Web Browser' --comment 'Lightweight web browser' \
-    --mimetypes 'text/html;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/geo'
-}
-
-build() {
-  make -C "$pkgname-$pkgver" \
-    PREFIX=/usr \
-    TARGET=gtk \
-    NETSURF_USE_WEBP=YES \
-    NETSURF_USE_VIDEO=NO \
-    NETSURF_USE_JS=NO \
-    NETSURF_USE_MOZJS=NO # Javascript is disabled, for now. See FS#41582
-}
-
-package() {
-  make -C "$pkgname-$pkgver" install PREFIX=/usr DESTDIR="$pkgdir"
-  mv "$pkgdir/usr/bin/$pkgname" "$pkgdir/usr/bin/$pkgname.elf"
-  install -Dm755 "$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 "$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
-  install -Dm644 "$pkgname.desktop" \
-    "$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "$pkgname-$pkgver/COPYING" \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  # use softlinks instead of hardlinks
-  rm -r "$pkgdir/usr/share/netsurf/C"
-  ln -s '/usr/share/netsurf/en' "$pkgdir/usr/share/netsurf/C"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: netsurf/repos/community-x86_64/PKGBUILD (from rev 118143, netsurf/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-09-01 16:07:35 UTC (rev 118144)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# 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.2
+pkgrel=1
+pkgdesc='Lightweight and fast web browser'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/'
+license=('MIT' 'GPL2')
+depends=('libmng' 'librsvg' 'libwebp' 'curl' 'lcms' 'desktop-file-utils' 'libnsbmp>=0.1.1' 'libnsgif>=0.1.1' 'libcss>=0.4.0' 'libdom>=0.1.1' 'gtk2') # gtk3
+makedepends=('re2c' 'gendesk' 'netsurf-buildsystem' 'perl-html-parser' 'nsgenbind' 'inetutils')
+install="$pkgname.install"
+source=("netsurf.png::http://ubuntu.allmyapps.com/data/n/e/netsurf-netsurf-web-browser/icon_48x48_netsurf.png"
+        "http://download.$pkgname-browser.org/$pkgname/releases/source/$pkgname-$pkgver-src.tar.gz"
+        'netsurf.sh')
+sha256sums=('f0dbcc5d80bf03d706aa8b28a322aa7f169a40813848c2d1505691f6e2c7ef00'
+            '04ffeb8335c59cbc23371b79ae3b178002e6e95c35225ef62db4b155ecc7e213'
+            '70310682d1612457d7bb3096549110b6ec127f50e97853259fada6be0c52924b')
+
+prepare() {
+  gendesk -f --pkgname "$pkgname" --pkgdesc "$pkgdesc" --exec 'netsurf %U' \
+    --genericname 'Web Browser' --comment 'Lightweight web browser' \
+    --mimetypes 'text/html;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/geo'
+}
+
+build() {
+  make -C "$pkgname-$pkgver" \
+    PREFIX=/usr \
+    TARGET=gtk \
+    NETSURF_USE_WEBP=YES \
+    NETSURF_USE_VIDEO=NO \
+    NETSURF_USE_JS=NO \
+    NETSURF_USE_MOZJS=NO # Javascript is disabled, for now. See FS#41582
+}
+
+package() {
+  make -C "$pkgname-$pkgver" install PREFIX=/usr DESTDIR="$pkgdir"
+  mv "$pkgdir/usr/bin/$pkgname" "$pkgdir/usr/bin/$pkgname.elf"
+  install -Dm755 "$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
+  install -Dm644 "$pkgname.desktop" \
+    "$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "$pkgname-$pkgver/COPYING" \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/netsurf.install
===================================================================
--- community-x86_64/netsurf.install	2014-09-01 16:06:05 UTC (rev 118143)
+++ community-x86_64/netsurf.install	2014-09-01 16:07:35 UTC (rev 118144)
@@ -1,13 +0,0 @@
-post_upgrade() {
-  update-desktop-database -q
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:

Copied: netsurf/repos/community-x86_64/netsurf.install (from rev 118143, netsurf/trunk/netsurf.install)
===================================================================
--- community-x86_64/netsurf.install	                        (rev 0)
+++ community-x86_64/netsurf.install	2014-09-01 16:07:35 UTC (rev 118144)
@@ -0,0 +1,13 @@
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/netsurf.sh
===================================================================
--- community-x86_64/netsurf.sh	2014-09-01 16:06:05 UTC (rev 118143)
+++ community-x86_64/netsurf.sh	2014-09-01 16:07:35 UTC (rev 118144)
@@ -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 118143, netsurf/trunk/netsurf.sh)
===================================================================
--- community-x86_64/netsurf.sh	                        (rev 0)
+++ community-x86_64/netsurf.sh	2014-09-01 16:07:35 UTC (rev 118144)
@@ -0,0 +1,7 @@
+#!/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




More information about the arch-commits mailing list