Date: Monday, May 23, 2016 @ 20:27:31 Author: arodseth Revision: 176152
archrelease: copy trunk to community-x86_64, community-i686 Added: netsurf/repos/community-i686/PKGBUILD (from rev 176151, netsurf/trunk/PKGBUILD) netsurf/repos/community-i686/netsurf.sh (from rev 176151, netsurf/trunk/netsurf.sh) netsurf/repos/community-x86_64/PKGBUILD (from rev 176151, netsurf/trunk/PKGBUILD) netsurf/repos/community-x86_64/netsurf.sh (from rev 176151, 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 | 140 +++++++++++++++++++++++++++++++++++++ /netsurf.sh | 14 +++ community-i686/PKGBUILD | 65 ----------------- community-i686/netsurf.install | 13 --- community-i686/netsurf.sh | 7 - community-x86_64/PKGBUILD | 65 ----------------- community-x86_64/netsurf.install | 13 --- community-x86_64/netsurf.sh | 7 - 8 files changed, 154 insertions(+), 170 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2016-05-23 18:27:18 UTC (rev 176151) +++ community-i686/PKGBUILD 2016-05-23 18:27:31 UTC (rev 176152) @@ -1,65 +0,0 @@ -# $Id$ -# Maintainer: Alexander F Rødseth <xypr...@archlinux.org> -# Contributor: Paulo Matias <matiasΘarchlinux-br·org> -# Contributor: Georgij Kondratjev <sm...@bk.ru> -# Contributor: Daniel J Griffiths <ghost1...@archlinux.us> - -pkgname=netsurf -pkgver=3.5 -pkgrel=3 -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') -install="$pkgname.install" -#source=("git://git.netsurf-browser.org/netsurf.git#commit=592ff0ef76199e4cc5089e7e76036ae259bcdcd2" -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" LIBDIR=lib INCLUDEDIR=include PREFIX=/usr TARGET=gtk \ - NETSURF_GTK_MAJOR=3 -} - -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 176151, netsurf/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-05-23 18:27:31 UTC (rev 176152) @@ -0,0 +1,70 @@ +# $Id$ +# Maintainer: Alexander F Rødseth <xypr...@archlinux.org> +# Contributor: Paulo Matias <matiasΘarchlinux-br·org> +# Contributor: Georgij Kondratjev <sm...@bk.ru> +# Contributor: Daniel J Griffiths <ghost1...@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: Deleted: community-i686/netsurf.install =================================================================== --- community-i686/netsurf.install 2016-05-23 18:27:18 UTC (rev 176151) +++ community-i686/netsurf.install 2016-05-23 18:27:31 UTC (rev 176152) @@ -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: Deleted: community-i686/netsurf.sh =================================================================== --- community-i686/netsurf.sh 2016-05-23 18:27:18 UTC (rev 176151) +++ community-i686/netsurf.sh 2016-05-23 18:27:31 UTC (rev 176152) @@ -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 176151, netsurf/trunk/netsurf.sh) =================================================================== --- community-i686/netsurf.sh (rev 0) +++ community-i686/netsurf.sh 2016-05-23 18:27:31 UTC (rev 176152) @@ -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 2016-05-23 18:27:18 UTC (rev 176151) +++ community-x86_64/PKGBUILD 2016-05-23 18:27:31 UTC (rev 176152) @@ -1,65 +0,0 @@ -# $Id$ -# Maintainer: Alexander F Rødseth <xypr...@archlinux.org> -# Contributor: Paulo Matias <matiasΘarchlinux-br·org> -# Contributor: Georgij Kondratjev <sm...@bk.ru> -# Contributor: Daniel J Griffiths <ghost1...@archlinux.us> - -pkgname=netsurf -pkgver=3.5 -pkgrel=3 -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') -install="$pkgname.install" -#source=("git://git.netsurf-browser.org/netsurf.git#commit=592ff0ef76199e4cc5089e7e76036ae259bcdcd2" -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" LIBDIR=lib INCLUDEDIR=include PREFIX=/usr TARGET=gtk \ - NETSURF_GTK_MAJOR=3 -} - -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 176151, netsurf/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-05-23 18:27:31 UTC (rev 176152) @@ -0,0 +1,70 @@ +# $Id$ +# Maintainer: Alexander F Rødseth <xypr...@archlinux.org> +# Contributor: Paulo Matias <matiasΘarchlinux-br·org> +# Contributor: Georgij Kondratjev <sm...@bk.ru> +# Contributor: Daniel J Griffiths <ghost1...@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: Deleted: community-x86_64/netsurf.install =================================================================== --- community-x86_64/netsurf.install 2016-05-23 18:27:18 UTC (rev 176151) +++ community-x86_64/netsurf.install 2016-05-23 18:27:31 UTC (rev 176152) @@ -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: Deleted: community-x86_64/netsurf.sh =================================================================== --- community-x86_64/netsurf.sh 2016-05-23 18:27:18 UTC (rev 176151) +++ community-x86_64/netsurf.sh 2016-05-23 18:27:31 UTC (rev 176152) @@ -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 176151, netsurf/trunk/netsurf.sh) =================================================================== --- community-x86_64/netsurf.sh (rev 0) +++ community-x86_64/netsurf.sh 2016-05-23 18:27:31 UTC (rev 176152) @@ -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