summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornikatar2018-11-07 02:05:54 +0300
committernikatar2018-11-07 02:05:54 +0300
commit47199caed55a5170a4979d654b5455b084bc7842 (patch)
treec3fb34cff28b89f126787f36c127c52f0f5f3372
parentaca2510fa6ca665767c0baf64b18408134ae4e4c (diff)
downloadaur-47199caed55a5170a4979d654b5455b084bc7842.tar.gz
63.0.1-1
-rw-r--r--.SRCINFO10
-rw-r--r--0001-Keep-mozilla-release-building-with-newer-cbindgen-ve.patch35
-rw-r--r--PKGBUILD11
3 files changed, 49 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2206d1588cf1..b192b4f0c4b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = firefox-appmenu
pkgdesc = Firefox from extra with appmenu patch
- pkgver = 63.0
- pkgrel = 2
+ pkgver = 63.0.1
+ pkgrel = 1
url = https://aur.archlinux.org/packages/firefox-appmenu/
arch = x86_64
license = MPL
@@ -45,18 +45,20 @@ pkgbase = firefox-appmenu
optdepends = libnotify: Notification integration
optdepends = pulseaudio: Audio support
optdepends = speech-dispatcher: Text-to-Speech
- provides = firefox=63.0
+ provides = firefox=63.0.1
conflicts = firefox
options = !emptydirs
options = !makeflags
options = !strip
- source = hg+https://hg.mozilla.org/mozilla-unified#tag=FIREFOX_63_0_RELEASE
+ source = hg+https://hg.mozilla.org/mozilla-unified#tag=FIREFOX_63_0_1_RELEASE
source = firefox.desktop
source = firefox-symbolic.svg
+ source = 0001-Keep-mozilla-release-building-with-newer-cbindgen-ve.patch
source = unity-menubar.patch
sha256sums = SKIP
sha256sums = 2adca824b52ab5bc6e7e4fa486c1ecb47d283832bd4b75d10494b033f1cab911
sha256sums = 9a1a572dc88014882d54ba2d3079a1cf5b28fa03c5976ed2cb763c93dabbd797
+ sha256sums = a1e523f830f28217e050991062358c91be254e21732a6391449a8c0e3e0de77f
sha256sums = 722324ef522f3e2452f49924e47a2e8a3a547e18aef32d7c1252113eb839451f
pkgname = firefox-appmenu
diff --git a/0001-Keep-mozilla-release-building-with-newer-cbindgen-ve.patch b/0001-Keep-mozilla-release-building-with-newer-cbindgen-ve.patch
new file mode 100644
index 000000000000..6fd00ca1c5ad
--- /dev/null
+++ b/0001-Keep-mozilla-release-building-with-newer-cbindgen-ve.patch
@@ -0,0 +1,35 @@
+From e2d8a02d878aa27687f907b64fd41344ad1b2468 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= <emilio@crisal.io>
+Date: Tue, 30 Oct 2018 22:21:52 +0100
+Subject: [PATCH] Keep mozilla-release building with newer cbindgen versions.
+
+---
+ servo/components/style/cbindgen.toml | 8 +++++++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+diff --git a/servo/components/style/cbindgen.toml b/servo/components/style/cbindgen.toml
+index 46162e43db5e..1df99ffc5160 100644
+--- a/servo/components/style/cbindgen.toml
++++ b/servo/components/style/cbindgen.toml
+@@ -23,11 +23,17 @@ derive_helper_methods = true
+
+ [export]
+ prefix = "Style"
+ include = [
+ "StyleAppearance",
+ "StyleDisplay",
+ "StyleDisplayMode",
+ "StyleFillRule",
+- "StylePathCommand"
++ "StylePathCommand",
++
++ "Appearance",
++ "Display",
++ "DisplayMode",
++ "FillRule",
++ "PathCommand"
+ ]
+ item_types = ["enums", "structs", "typedefs"]
+--
+2.17.2
+
diff --git a/PKGBUILD b/PKGBUILD
index 120e151a44ba..11b5d95848a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=firefox-appmenu
_pkgname=firefox
-pkgver=63.0
-pkgrel=2
+pkgver=63.0.1
+pkgrel=1
pkgdesc="Firefox from extra with appmenu patch"
arch=(x86_64)
license=(MPL GPL LGPL)
@@ -26,10 +26,12 @@ options=(!emptydirs !makeflags !strip)
_repo=https://hg.mozilla.org/mozilla-unified
source=("hg+$_repo#tag=FIREFOX_${pkgver//./_}_RELEASE"
$_pkgname.desktop firefox-symbolic.svg
+ 0001-Keep-mozilla-release-building-with-newer-cbindgen-ve.patch
unity-menubar.patch)
sha256sums=('SKIP'
'2adca824b52ab5bc6e7e4fa486c1ecb47d283832bd4b75d10494b033f1cab911'
'9a1a572dc88014882d54ba2d3079a1cf5b28fa03c5976ed2cb763c93dabbd797'
+ 'a1e523f830f28217e050991062358c91be254e21732a6391449a8c0e3e0de77f'
'722324ef522f3e2452f49924e47a2e8a3a547e18aef32d7c1252113eb839451f')
# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
@@ -48,7 +50,10 @@ prepare() {
mkdir mozbuild
cd mozilla-unified
- # actual appmenu patch from ubuntu repos
+ # https://bugzilla.mozilla.org/show_bug.cgi?id=1503401
+ patch -Np1 -i ../0001-Keep-mozilla-release-building-with-newer-cbindgen-ve.patch
+
+ # actual appmenu patch from ubuntu repos
patch -Np1 -i ../unity-menubar.patch
echo -n "$_google_api_key" >google-api-key