summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorargymeg2016-02-02 14:06:17 +0200
committerargymeg2016-02-02 14:06:17 +0200
commitd81ea40b92ec3727a90f3d1a07f6f96a2642c688 (patch)
treea9b831888e4d7668bab6a75688baec0276fe9b28
parentf46ae516bc573bb805fdd26eea9c8502797edb0c (diff)
downloadaur-d81ea40b92ec3727a90f3d1a07f6f96a2642c688.tar.gz
Update to 45.0b2
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD18
-rw-r--r--mozconfig2
3 files changed, 17 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b64f470420e..9ede7f1e8432 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jan 25 00:56:31 UTC 2016
+# Tue Feb 2 12:06:08 UTC 2016
pkgbase = firefox-beta
pkgdesc = Standalone web browser from mozilla.org - Beta (build from source)
- pkgver = 44.0rc3
+ pkgver = 45.0b2
pkgrel = 1
url = https://www.mozilla.org/firefox/
install = firefox-beta.install
@@ -22,6 +22,7 @@ pkgbase = firefox-beta
makedepends = xorg-server-xvfb
makedepends = libpulse
makedepends = inetutils
+ makedepends = rust
depends = gtk2
depends = gtk3
depends = mozilla-common
@@ -42,18 +43,18 @@ pkgbase = firefox-beta
optdepends = networkmanager: Location detection via available WiFi networks
optdepends = ffmpeg: additional video and audio decoders
optdepends = upower: Battery API
- provides = firefox=44.0rc3
+ provides = firefox=45.0b2
conflicts = firefox-beta-bin
options = !emptydirs
options = !makeflags
- source = https://ftp.mozilla.org/pub/mozilla.org/firefox/candidates/44.0-candidates/build3/source/firefox-44.0.source.tar.xz
+ source = https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/45.0b2/source/firefox-45.0b2.source.tar.xz
source = mozconfig
source = firefox-beta.desktop
source = firefox-install-dir.patch
source = vendor.js
source = firefox-fixed-loading-icon.png
- sha256sums = ea82b0f4840d320aa4fe8046ba28e686bf6dc60f707a0514a9d68c150d0c4c1d
- sha256sums = 74793566a0d21f483e72c0c9fa8e05b76e9aff835518cd8dce699d6ef5cb8b19
+ sha256sums = e33f3919e7677b94657bbea9c0475b182476890626f613fe4f451fe1a5d29c6d
+ sha256sums = 85c9290580766426b8b07650fadd9bd19dcff2d23a5460d73809b2b262535886
sha256sums = cf19552d5bbd14c2747aad9b92a2897b88701e9b42990cf28cf40c2d50a41909
sha256sums = d86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd
sha256sums = 4b50e9aec03432e21b44d18c4c97b2630bace606b033f7d556c9d3e3eb0f4fa4
diff --git a/PKGBUILD b/PKGBUILD
index 3a3f57ab390c..c90bc7d0d1ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,7 @@
# Maintainer: argymeg <argymeg at gmail dot com>
pkgname=firefox-beta
-pkgver=44.0rc3
-_realpkgver=44.0
-_rcbuild=3
+pkgver=45.0b2
pkgrel=1
pkgdesc="Standalone web browser from mozilla.org - Beta (build from source)"
arch=('i686' 'x86_64')
@@ -13,7 +11,7 @@ depends=('gtk2' 'gtk3' 'mozilla-common' 'libxt' 'startup-notification' 'mime-typ
'dbus-glib' 'alsa-lib' 'desktop-file-utils' 'hicolor-icon-theme'
'libvpx' 'icu' 'libevent' 'nss' 'hunspell' 'sqlite' 'ttf-font')
makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake' 'gconf'
- 'xorg-server-xvfb' 'libpulse' 'inetutils')
+ 'xorg-server-xvfb' 'libpulse' 'inetutils' 'rust')
optdepends=('networkmanager: Location detection via available WiFi networks'
'ffmpeg: additional video and audio decoders'
'upower: Battery API')
@@ -21,14 +19,14 @@ provides=("firefox=$pkgver")
conflicts=("firefox-beta-bin")
install=firefox-beta.install
options=('!emptydirs' '!makeflags')
-source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/candidates/$_realpkgver-candidates/build$_rcbuild/source/firefox-$_realpkgver.source.tar.xz
+source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz
mozconfig
firefox-beta.desktop
firefox-install-dir.patch
vendor.js
firefox-fixed-loading-icon.png)
-sha256sums=('ea82b0f4840d320aa4fe8046ba28e686bf6dc60f707a0514a9d68c150d0c4c1d'
- '74793566a0d21f483e72c0c9fa8e05b76e9aff835518cd8dce699d6ef5cb8b19'
+sha256sums=('e33f3919e7677b94657bbea9c0475b182476890626f613fe4f451fe1a5d29c6d'
+ '85c9290580766426b8b07650fadd9bd19dcff2d23a5460d73809b2b262535886'
'cf19552d5bbd14c2747aad9b92a2897b88701e9b42990cf28cf40c2d50a41909'
'd86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd'
'4b50e9aec03432e21b44d18c4c97b2630bace606b033f7d556c9d3e3eb0f4fa4'
@@ -51,7 +49,7 @@ _mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
prepare() {
- cd firefox-$_realpkgver
+ cd firefox-$pkgver
cp ../mozconfig .mozconfig
patch -Np1 -i ../firefox-install-dir.patch
@@ -81,7 +79,7 @@ prepare() {
}
build() {
- cd firefox-$_realpkgver
+ cd firefox-$pkgver
export PATH="$srcdir/path:$PATH"
export PYTHON="/usr/bin/python2"
@@ -92,7 +90,7 @@ build() {
}
package() {
- cd firefox-$_realpkgver
+ cd firefox-$pkgver
make -f client.mk DESTDIR="$pkgdir" INSTALL_SDK= install
mkdir "$pkgdir"/opt/firefox-beta
mv "$pkgdir"/opt/firefox/* "$pkgdir"/opt/firefox-beta/
diff --git a/mozconfig b/mozconfig
index da8750b91f6c..4d7d4ca90687 100644
--- a/mozconfig
+++ b/mozconfig
@@ -31,6 +31,8 @@ ac_add_options --enable-startup-notification
ac_add_options --enable-pulseaudio
ac_add_options --disable-gstreamer
+ac_add_options --enable-rust
+
ac_add_options --enable-crashreporter
ac_add_options --disable-telemetry-reporting
ac_add_options --disable-updater