summaryrefslogtreecommitdiff
path: root/libre/netsurf
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-05-25 17:07:39 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-05-25 17:07:39 -0300
commitfff980b91cd6dcd957e1b7dc991b7348f0ba402f (patch)
treed97db7fabb48e425b8bb781998bb30b462420a81 /libre/netsurf
parent10ca0b4deeddebca0aabb9efd4f2cea433e5280a (diff)
netsurf-3.5-4.parabola1: hooks rebuild
Diffstat (limited to 'libre/netsurf')
-rw-r--r--libre/netsurf/PKGBUILD31
-rw-r--r--libre/netsurf/netsurf.install13
2 files changed, 18 insertions, 26 deletions
diff --git a/libre/netsurf/PKGBUILD b/libre/netsurf/PKGBUILD
index 2d2f50eca..12031630d 100644
--- a/libre/netsurf/PKGBUILD
+++ b/libre/netsurf/PKGBUILD
@@ -1,5 +1,5 @@
-# $Id: PKGBUILD 160132 2016-02-03 21:51:59Z arodseth $
-# Maintainer (Arch): Alexander Rødseth <rodseth@gmail.com>
+# $Id: PKGBUILD 176151 2016-05-23 18:27:18Z arodseth $
+# Maintainer (Arch): Alexander F Rødseth <xyproto@archlinux.org>
# Contributor (Arch): Paulo Matias <matiasΘarchlinux-br·org>
# Contributor (Arch): Georgij Kondratjev <smpuj@bk.ru>
# Contributor (Arch): Daniel J Griffiths <ghost1227@archlinux.us>
@@ -7,21 +7,22 @@
pkgname=netsurf
pkgver=3.5
-pkgrel=3.parabola1
+pkgrel=4.parabola1
pkgdesc='Lightweight and fast web browser, without non-privacy search engines'
arch=('x86_64' 'i686' 'armv7h')
url='http://www.netsurf-browser.org/'
license=('MIT' 'GPL2')
replaces=(${pkgname}-libre)
conflicts=(${pkgname}-libre)
-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')
+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"
@@ -101,8 +102,12 @@ prepare() {
}
build() {
- make -C "$pkgname" LIBDIR=lib INCLUDEDIR=include PREFIX=/usr TARGET=gtk \
- NETSURF_GTK_MAJOR=3
+ make -C "$pkgname" \
+ NETSURF_GTK_MAJOR=3 \
+ TARGET=gtk \
+ LIBDIR=lib \
+ INCLUDEDIR=include \
+ PREFIX=/usr
}
package() {
diff --git a/libre/netsurf/netsurf.install b/libre/netsurf/netsurf.install
deleted file mode 100644
index ad97d7bab..000000000
--- a/libre/netsurf/netsurf.install
+++ /dev/null
@@ -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: