icecat: update to 78.6.1
Add ac_add_options --allow-addon-sideload to mozconfig
This commit is contained in:
parent
d1d08555e1
commit
62b8412954
|
@ -32,3 +32,4 @@ ac_add_options --enable-optimize="$CFLAGS"
|
||||||
|
|
||||||
ac_add_options --enable-official-branding
|
ac_add_options --enable-official-branding
|
||||||
ac_add_options --enable-application=browser
|
ac_add_options --enable-application=browser
|
||||||
|
ac_add_options --allow-addon-sideload
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'icecat'
|
# Template file for 'icecat'
|
||||||
pkgname=icecat
|
pkgname=icecat
|
||||||
version=78.6.0
|
version=78.6.1
|
||||||
revision=1
|
revision=1
|
||||||
build_helper="rust qemu"
|
build_helper="rust qemu"
|
||||||
hostmakedepends="autoconf213 unzip zip pkg-config perl python3 yasm rust cargo
|
hostmakedepends="autoconf213 unzip zip pkg-config perl python3 yasm rust cargo
|
||||||
|
@ -18,7 +18,7 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="MPL-1.1, GPL-2.0-or-later, LGPL-2.1-or-later"
|
license="MPL-1.1, GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||||
homepage="https://www.gnu.org/software/${pkgname}/"
|
homepage="https://www.gnu.org/software/${pkgname}/"
|
||||||
distfiles="https://distfiles.voidlinux.de/${pkgname}-${version}/${pkgname}-${version}-gnu1.tar.xz"
|
distfiles="https://distfiles.voidlinux.de/${pkgname}-${version}/${pkgname}-${version}-gnu1.tar.xz"
|
||||||
checksum=85e85c95cdad245f30b9ef34901552ae1be499191aa409688fee3b67e918c0d1
|
checksum=2e4857523a465b39206aa3438e8c799610852ca95c93ae4cb4eb128cd4a28235
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
build_options="alsa jack dbus pulseaudio xscreensaver sndio wayland"
|
build_options="alsa jack dbus pulseaudio xscreensaver sndio wayland"
|
||||||
|
|
Loading…
Reference in New Issue