diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-08-13 21:40:12 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-08-13 21:40:12 -0500 |
commit | 1383bf7c0ad6ff186e489018b5468a7071faf626 (patch) | |
tree | 9559e4bc7a07724f0193c46de487090a1dd750c7 /libre/epiphany/PKGBUILD | |
parent | fe73c6726d92855b276f3dd78f7c64608091494a (diff) | |
download | abslibre-1383bf7c0ad6ff186e489018b5468a7071faf626.tar.gz abslibre-1383bf7c0ad6ff186e489018b5468a7071faf626.tar.bz2 abslibre-1383bf7c0ad6ff186e489018b5468a7071faf626.zip |
epiphany-3.20.3-2.parabola1: Create a plugin dir that only Epiphany will find
Diffstat (limited to 'libre/epiphany/PKGBUILD')
-rw-r--r-- | libre/epiphany/PKGBUILD | 10 |
1 files changed, 7 insertions, 3 deletions
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') |