mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
parent
d4aead0074
commit
863b11de4a
1 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'firefox-esr'.
|
# Template file for 'firefox-esr'
|
||||||
pkgname=firefox-esr
|
pkgname=firefox-esr
|
||||||
version=52.4.1
|
version=52.5.0
|
||||||
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,22 +8,22 @@ 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=96fab11b7e5bd016f80718161ee8dd8afdf989a2cd03106a148b15def2569457
|
checksum=0e583576f6bbdc9d863656c43b8c97a60f276725bca20459b7511e2afacac85f
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
hostmakedepends="autoconf213 unzip zip pkg-config perl python yasm
|
hostmakedepends="autoconf213 unzip zip pkg-config perl python yasm
|
||||||
$(vopt_if rust 'rust cargo')"
|
$(vopt_if rust cargo)"
|
||||||
makedepends="
|
makedepends="
|
||||||
nss-devel libjpeg-turbo-devel gtk+-devel icu-devel pixman-devel
|
nss-devel gtk+-devel
|
||||||
sqlite-devel libevent-devel libnotify-devel libvpx-devel libXrender-devel
|
sqlite-devel libevent-devel libnotify-devel libvpx-devel
|
||||||
hunspell-devel libXcomposite-devel libSM-devel libXt-devel libXdamage-devel
|
hunspell-devel libXcomposite-devel libSM-devel libXt-devel
|
||||||
$(vopt_if alsa alsa-lib-devel) $(vopt_if dbus dbus-glib-devel)
|
$(vopt_if alsa alsa-lib-devel) $(vopt_if dbus dbus-glib-devel)
|
||||||
$(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.27 desktop-file-utils hicolor-icon-theme"
|
depends="nss>=3.32.1 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