Update waterfox-g6-bin to 6.0.16
This commit is contained in:
parent
3989ce51e2
commit
928da18170
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'waterfox-g6-bin'
|
# Template file for 'waterfox-g6-bin'
|
||||||
pkgname=waterfox-g6-bin
|
pkgname=waterfox-g6-bin
|
||||||
version=6.0.8
|
version=6.0.16
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
repository="cereus-extra"
|
repository="cereus-extra"
|
||||||
build_style=fetch
|
build_style=fetch
|
||||||
hostmakedepends="bsdtar"
|
hostmakedepends="bsdtar"
|
||||||
depends="dbus-glib ffmpeg gtk+ gtk+3 hicolor-icon-theme startup-notification libnotify fontconfig libXt"
|
depends="dbus-glib ffmpeg gtk+ gtk+3 hicolor-icon-theme startup-notification libnotify fontconfig libXt"
|
||||||
short_desc="Sixth generation of customizable privacy-conscious web browser - binary-based package"
|
short_desc="Sixth generation of customizable privacy-conscious web browser - precompiled binaries"
|
||||||
maintainer="Kevin Figueroa <kfdevart@disroot.org>"
|
maintainer="Kevin Figueroa <kfdevart@disroot.org>"
|
||||||
license="MPL-2.0"
|
license="MPL-2.0"
|
||||||
homepage="https://www.waterfox.net"
|
homepage="https://www.waterfox.net"
|
||||||
changelog="${homepage}/docs/releases/G${version}/"
|
changelog="${homepage}/docs/releases/G${version}/"
|
||||||
distfiles="https://cdn1.waterfox.net/waterfox/releases/G${version}/Linux_x86_64/waterfox-G${version}.tar.bz2"
|
distfiles="https://cdn1.waterfox.net/waterfox/releases/G${version}/Linux_x86_64/waterfox-G${version}.tar.bz2"
|
||||||
checksum=18100d1fe0ac545525ab642febbff65f664bb0d6d68971d30f41d119e3e85d53
|
checksum=b88132e00296a8d583bb51fe283c3829a24d974d36f78a52cce9f88fd8b8e616
|
||||||
replaces="waterfox-g4-bin waterfox-g5-bin"
|
replaces="waterfox-g4-bin waterfox-g5-bin"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
@ -46,12 +46,12 @@ pref("app.update.auto", false);
|
||||||
pref("spellchecker.dictionary_path", "/usr/share/hunspell");
|
pref("spellchecker.dictionary_path", "/usr/share/hunspell");
|
||||||
END
|
END
|
||||||
|
|
||||||
# Disable automatic updates and update notifications and allow only for manual update checking
|
# Disable automatic updates and update notifications
|
||||||
install -Dm644 /dev/stdin "${DESTDIR}/opt/waterfox/distribution/policies.json" <<END
|
install -Dm644 /dev/stdin "${DESTDIR}/opt/waterfox/distribution/policies.json" <<END
|
||||||
{
|
{
|
||||||
"policies": {
|
"policies": {
|
||||||
"AppAutoUpdate": false,
|
"AppAutoUpdate": false,
|
||||||
"ManualAppUpdateOnly": true
|
"ManualAppUpdateOnly": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
END
|
END
|
||||||
|
|
Loading…
Add table
Reference in a new issue