From 1383bf7c0ad6ff186e489018b5468a7071faf626 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Sat, 13 Aug 2016 21:40:12 -0500 Subject: epiphany-3.20.3-2.parabola1: Create a plugin dir that only Epiphany will find --- libre/epiphany/PKGBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'libre/epiphany/PKGBUILD') diff --git a/libre/epiphany/PKGBUILD b/libre/epiphany/PKGBUILD index a59abcb35..fd3c53b22 100644 --- a/libre/epiphany/PKGBUILD +++ b/libre/epiphany/PKGBUILD @@ -5,7 +5,7 @@ pkgname=epiphany pkgver=3.20.3 -pkgrel=1.parabola1 +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) @@ -18,11 +18,15 @@ options=(!emptydirs) groups=(gnome) replaces=(${pkgname}-libre) conflicts=(${pkgname}-libre) -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('4d9de1bdb44c14adf25aa6dc02ea3de60925cff5eb01fe89545e6032c9b424a2') +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz + pluginsdir.diff) +sha256sums=('4d9de1bdb44c14adf25aa6dc02ea3de60925cff5eb01fe89545e6032c9b424a2' + '42a7b820fd659fee8508a9b9a57e385c658b3b312c7a8f9456078223e4d78f22') prepare() { cd $pkgname-$pkgver + patch -Np1 -i ../pluginsdir.diff + autoreconf -fvi # Replace DuckDuckGo to DuckDuckGo HTML sed -i 's|duckduckgo[.]com|duckduckgo.com/html|g' $(grep -rlI 'duckduckgo[.]com') -- cgit v1.2.3