# $Id: PKGBUILD 288002 2017-02-03 23:55:29Z heftig $ # Maintainer (Arch): Jan de Groot # Maintainer (Hyperbola): André Silva # Contributor (Hyperbola): Márcio Silva # Maintainer: Omar Vega Ramos # Contributor: Isaac David pkgname=epiphany pkgver=3.26.2 pkgrel=2.parabola1 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) 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=e02df42f79051d7c2895ea1f398b75dcf0733b91 # tags/3.26.2 source=("git+https://git.gnome.org/browse/epiphany#commit=$_commit" "git+https://git.gnome.org/browse/libgd" "git+https://git.gnome.org/browse/gvdb" pluginsdir.diff libre.patch) sha256sums=('SKIP' 'SKIP' 'SKIP' '0e4db79fe22a4ed447aa926eecd09fc660cf2f5aac2d42aa9adaacad45416faf' '8cee8e5f896ce12832d50e7ab97ef16165d70d135018742e0f5bc15507d4e708') pkgver() { cd $pkgname git describe --tags | sed 's/-/+/g' } prepare() { mkdir build cd $pkgname patch -Np1 -i ../pluginsdir.diff patch -Np1 -i ../libre.patch git submodule init git config --local submodule.libgd.url "$srcdir/libgd" git config --local submodule.gvdb.url "$srcdir/gvdb" git submodule update } build() { cd build arch-meson ../$pkgname -Ddistributor_name="Parabola GNU/Linux-libre" ninja } package() { cd build DESTDIR="$pkgdir" ninja install }