Merge pull request #3799 from jannisch/update-firefox

firefox: update to 45.0.
This commit is contained in:
Juan RP 2016-03-12 06:31:07 +01:00
commit a3dd9ec027
2 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
--- config/baseconfig.mk.orig 2014-04-28 23:05:04.491525412 +0200 --- config/baseconfig.mk.orig 2016-03-09 19:02:40.438986365 +0100
+++ config/baseconfig.mk 2014-04-28 23:05:39.922751247 +0200 +++ config/baseconfig.mk 2016-03-09 19:03:07.492984916 +0100
@@ -2,10 +2,10 @@ @@ -2,10 +2,10 @@
# directly in python/mozbuild/mozbuild/base.py for gmake validation. # directly in python/mozbuild/mozbuild/base.py for gmake validation.
# We thus use INCLUDED_AUTOCONF_MK to enable/disable some parts depending # We thus use INCLUDED_AUTOCONF_MK to enable/disable some parts depending
@ -12,6 +12,6 @@
+idldir = $(datadir)/idl/$(MOZ_APP_NAME) +idldir = $(datadir)/idl/$(MOZ_APP_NAME)
+installdir = $(libdir)/$(MOZ_APP_NAME) +installdir = $(libdir)/$(MOZ_APP_NAME)
+sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel +sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel
ifndef TOP_DIST ifeq (.,$(DEPTH))
TOP_DIST = dist DIST = dist
endif else

View file

@ -1,13 +1,13 @@
# Template build file for 'firefox'. # Template build file for 'firefox'.
pkgname=firefox pkgname=firefox
version=44.0.2 version=45.0
revision=2 revision=1
short_desc="Lightweight gecko-based web browser" short_desc="Lightweight gecko-based 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-1.1, GPL-2, LGPL-2.1" license="MPL-1.1, GPL-2, LGPL-2.1"
distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz" distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz"
checksum=0bb28841a9268c50cbb239f759f16f55b3a624f679c68965158beaa0a83a2d9e checksum=36ab0f09b1b1df071a8aafa673c6286d99c18dc06cecbb70d1bb2021fbf379f1
only_for_archs="i686 i686-musl x86_64 x86_64-musl" only_for_archs="i686 i686-musl x86_64 x86_64-musl"
nopie=yes nopie=yes