diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-02-05 14:01:55 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-02-05 14:01:55 +0100 |
commit | ade2aef49323094c6d58260fbc413c9b4fd0c413 (patch) | |
tree | c58952aa8c6e778c2d6b2add2e763dc52f526736 /libre/epiphany/PKGBUILD | |
parent | 2d124a7b68a896269579ff104dac24c5939b43c6 (diff) | |
download | abslibre-ade2aef49323094c6d58260fbc413c9b4fd0c413.tar.gz abslibre-ade2aef49323094c6d58260fbc413c9b4fd0c413.tar.bz2 abslibre-ade2aef49323094c6d58260fbc413c9b4fd0c413.zip |
libre/epiphany: bumped pkgrel and rebuilt
Diffstat (limited to 'libre/epiphany/PKGBUILD')
-rw-r--r-- | libre/epiphany/PKGBUILD | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/libre/epiphany/PKGBUILD b/libre/epiphany/PKGBUILD index c8ad508b7..9c781bfa5 100644 --- a/libre/epiphany/PKGBUILD +++ b/libre/epiphany/PKGBUILD @@ -1,24 +1,26 @@ -# $Id: PKGBUILD 288002 2017-02-03 23:55:29Z heftig $ +# $Id$ # Maintainer (Arch): Jan de Groot <jgc@archlinux.org> -# Maintainer (Hyperbola): André Silva <emulatorman@hyperbola.info> -# Contributor (Hyperbola): Márcio Silva <coadde@hyperbola.info> # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> # Contributor: Isaac David <isacdaavid@at@isacdaavid@dot@info> +# Contributor: André Silva <emulatorman@hyperbola.info> +# Contributor: Márcio Silva <coadde@hyperbola.info> + +# parabola changes and rationale: +# - rebranded to parabola +# - switched default searchengine to duckduckgo pkgname=epiphany pkgver=3.26.5.1 -pkgrel=1.parabola1 +pkgrel=1.parabola2 pkgdesc="A GNOME web browser based on the WebKit rendering engine, with DuckDuckGo HTML support" url="https://wiki.gnome.org/Apps/Web" -arch=(i686 x86_64 armv7h) +arch=(x86_64 i686 armv7h) license=(GPL) depends=(webkit2gtk gcr gnome-desktop icu) makedepends=(itstool docbook-xml startup-notification lsb-release gobject-introspection yelp-tools appstream-glib git meson) groups=(gnome) -replaces=(${pkgname}-libre) -conflicts=(${pkgname}-libre) -_commit=086d247df945d2948043a6d5cee5d9042326ee0c # tags/3.26.5.1^0 +_commit=086d247df945d2948043a6d5cee5d9042326ee0c # tags/3.26.5.1^0 source=("git+https://git.gnome.org/browse/epiphany#commit=$_commit" "git+https://git.gnome.org/browse/libgd" "git+https://git.gnome.org/browse/gvdb" @@ -38,6 +40,7 @@ pkgver() { prepare() { mkdir build cd $pkgname + patch -Np1 -i ../pluginsdir.diff patch -Np1 -i ../libre.patch |