firefox: update to 59.0.1.
This commit is contained in:
parent
bb825e6357
commit
7ee2c56706
|
@ -1,17 +0,0 @@
|
||||||
--- config/baseconfig.mk.orig 2016-03-09 19:02:40.438986365 +0100
|
|
||||||
+++ config/baseconfig.mk 2016-03-09 19:03:07.492984916 +0100
|
|
||||||
@@ -2,10 +2,10 @@
|
|
||||||
# directly in python/mozbuild/mozbuild/base.py for gmake validation.
|
|
||||||
# We thus use INCLUDED_AUTOCONF_MK to enable/disable some parts depending
|
|
||||||
# whether a normal build is happening or whether the check is running.
|
|
||||||
-includedir := $(includedir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
|
|
||||||
-idldir = $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
|
|
||||||
-installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
|
|
||||||
-sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION)
|
|
||||||
+includedir := $(includedir)/$(MOZ_APP_NAME)
|
|
||||||
+idldir = $(datadir)/idl/$(MOZ_APP_NAME)
|
|
||||||
+installdir = $(libdir)/$(MOZ_APP_NAME)
|
|
||||||
+sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel
|
|
||||||
ifeq (.,$(DEPTH))
|
|
||||||
DIST = dist
|
|
||||||
else
|
|
|
@ -1,13 +1,13 @@
|
||||||
# Template build file for 'firefox'.
|
# Template build file for 'firefox'.
|
||||||
pkgname=firefox
|
pkgname=firefox
|
||||||
version=58.0.2
|
version=59.0.1
|
||||||
revision=2
|
revision=1
|
||||||
short_desc="Mozilla Firefox web browser"
|
short_desc="Mozilla Firefox web browser"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://www.mozilla.org/firefox/"
|
homepage="https://www.mozilla.org/firefox/"
|
||||||
license="MPL-2.0, GPL-2, LGPL-2.1"
|
license="MPL-2.0, GPL-2, LGPL-2.1"
|
||||||
distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz"
|
distfiles="https://hg.mozilla.org/releases/mozilla-release/archive/FIREFOX_${version//./_}_RELEASE.tar.bz2"
|
||||||
checksum="2b7794e4c2a24fa388f3acb2956c96bb2c3eae455467f0e386788ebaea7240c3"
|
checksum=b49d3db48ed91e4208bdbcecff03ca36d7f4f98c574498bbbe798dc6f0faf2fc
|
||||||
|
|
||||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
@ -27,6 +27,7 @@ conflicts="firefox-esr>=0"
|
||||||
|
|
||||||
build_options="alsa dbus pulseaudio startup_notification xscreensaver sndio"
|
build_options="alsa dbus pulseaudio startup_notification xscreensaver sndio"
|
||||||
build_options_default="alsa dbus pulseaudio startup_notification xscreensaver sndio"
|
build_options_default="alsa dbus pulseaudio startup_notification xscreensaver sndio"
|
||||||
|
wrksrc="mozilla-release-FIREFOX_${version//./_}_RELEASE"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
Loading…
Reference in New Issue