summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMax Liebkies2018-11-06 13:31:00 +0000
committerMax Liebkies2018-11-06 13:31:00 +0000
commit4fb0540a17e0a6da1f94632872e2973ba83017a0 (patch)
tree2ae8bd5aabef2e4aecfc42c087a58c36469f6dcd /PKGBUILD
parentaaee5eb93ab969fac4d2a8e37d826be7b481e9fd (diff)
downloadaur-4fb0540a17e0a6da1f94632872e2973ba83017a0.tar.gz
Add patch for broken clipboard
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1176d7c0f724..6465d7fee6af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=firefox-wayland
pkgver=63.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Standalone web browser from mozilla.org with Wayland support enabled"
arch=(x86_64)
license=(MPL GPL LGPL)
@@ -25,9 +25,11 @@ options=(!emptydirs !makeflags !strip)
_repo=https://hg.mozilla.org/mozilla-unified
source=("hg+$_repo#tag=FIREFOX_${pkgver//./_}_RELEASE"
0001-Keep-mozilla-release-building-with-newer-cbindgen-ve.patch
+ 0002-dont-delete-clipboard-data-after-focus-out.patch
firefox.desktop firefox-symbolic.svg)
sha256sums=('SKIP'
'a1e523f830f28217e050991062358c91be254e21732a6391449a8c0e3e0de77f'
+ '3f43a57857c0d130fd31f56086398b21b0a445364830e2ed3128db270196899f'
'677e1bde4c6b3cff114345c211805c7c43085038ca0505718a11e96432e9811a'
'9a1a572dc88014882d54ba2d3079a1cf5b28fa03c5976ed2cb763c93dabbd797')
@@ -49,6 +51,9 @@ prepare() {
# https://bugzilla.mozilla.org/show_bug.cgi?id=1503401
patch -Np1 -i ../0001-Keep-mozilla-release-building-with-newer-cbindgen-ve.patch
+
+ # https://bugzilla.mozilla.org/show_bug.cgi?id=1504689
+ patch -Np1 -i ../0002-dont-delete-clipboard-data-after-focus-out.patch
echo -n "$_google_api_key" >google-api-key
echo -n "$_mozilla_api_key" >mozilla-api-key