mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-09 14:22:57 +02:00
firefox-esr: update to 52.5.2. (#9849)
This commit is contained in:
parent
21a21f2261
commit
da1a0f0ec9
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'firefox-esr'
|
# Template file for 'firefox-esr'
|
||||||
pkgname=firefox-esr
|
pkgname=firefox-esr
|
||||||
version=52.5.0
|
version=52.5.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="firefox-${version}esr"
|
wrksrc="firefox-${version}esr"
|
||||||
short_desc="Mozilla Firefox web browser - Extended Support Release (ESR)"
|
short_desc="Mozilla Firefox web browser - Extended Support Release (ESR)"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
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}/firefox/releases/${version}esr/source/firefox-${version}esr.source.tar.xz"
|
distfiles="${MOZILLA_SITE}/firefox/releases/${version}esr/source/firefox-${version}esr.source.tar.xz"
|
||||||
checksum=0e583576f6bbdc9d863656c43b8c97a60f276725bca20459b7511e2afacac85f
|
checksum=7b27825a7446f98e59296f4a46328c65913ffd50d839e0b4359b71ec7250ca4f
|
||||||
|
|
||||||
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
|
||||||
|
@ -23,7 +23,7 @@ makedepends="
|
||||||
$(vopt_if gtk3 gtk+3-devel) $(vopt_if pulseaudio pulseaudio-devel)
|
$(vopt_if gtk3 gtk+3-devel) $(vopt_if pulseaudio pulseaudio-devel)
|
||||||
$(vopt_if startup_notification startup-notification-devel)
|
$(vopt_if startup_notification startup-notification-devel)
|
||||||
$(vopt_if xscreensaver libXScrnSaver-devel)"
|
$(vopt_if xscreensaver libXScrnSaver-devel)"
|
||||||
depends="nss>=3.32.1 desktop-file-utils hicolor-icon-theme"
|
depends="nss>=3.34 desktop-file-utils hicolor-icon-theme"
|
||||||
conflicts="firefox>=0"
|
conflicts="firefox>=0"
|
||||||
|
|
||||||
build_options="alsa dbus gtk3 rust pulseaudio startup_notification xscreensaver"
|
build_options="alsa dbus gtk3 rust pulseaudio startup_notification xscreensaver"
|
||||||
|
|
Loading…
Add table
Reference in a new issue