# HG changeset patch # User Hans-G?nter Theisgen # Date 1644918188 -3600 # Node ID 5b79596c5d14603902f536708b3f3cbbc4cf3090 # Parent ede1d184d5c5d22522197c1557cee74440a5ee4f firefox-official*: disable update by policy diff -r ede1d184d5c5 -r 5b79596c5d14 firefox-official-da/receipt --- a/firefox-official-da/receipt Mon Feb 14 17:51:14 2022 +0000 +++ b/firefox-official-da/receipt Tue Feb 15 10:43:08 2022 +0100 @@ -17,6 +17,8 @@ SUGGESTED="vlc" DEPENDS="alsa-lib dbus-glib gtk+ gtk+3 libatomic xorg-libXt libwrap" +CONFIG_FILES="/opt/mozilla/firefox/distribution/policies.json" + HOST_ARCH="i486" # What is the latest version available today? @@ -32,7 +34,7 @@ # Installation path fx='/opt/mozilla/firefox' - mkdir -p $install$fx + mkdir -p $install$fx/distribution mkdir -p $install/usr/bin mkdir -p $install/usr/share/applications mkdir -p $install/usr/share/icons/hicolor/128x128/apps @@ -55,7 +57,12 @@ done # Desktop shortcut - cp $stuff/firefox-official.desktop $install/usr/share/applications + cp $WOK/firefox-official/stuff/firefox-official.desktop \ + $install/usr/share/applications + + # Disable update + cp $WOK/firefox-official/stuff/policies.json \ + $install$fx/distribution } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r ede1d184d5c5 -r 5b79596c5d14 firefox-official-de/receipt --- a/firefox-official-de/receipt Mon Feb 14 17:51:14 2022 +0000 +++ b/firefox-official-de/receipt Tue Feb 15 10:43:08 2022 +0100 @@ -8,14 +8,17 @@ SHORT_DESC="Official Firefox build by the Mozilla foundation (German language)." MAINTAINER="al.bobylev@gmail.com" LICENSE="MPL2" -WEB_SITE="http://www.mozilla.org/firefox" +WEB_SITE="https://www.mozilla.org/firefox" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="http://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/$lang/firefox-$VERSION.tar.bz2" +WGET_URL="https://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/$lang/firefox-$VERSION.tar.bz2" PROVIDE="firefox-official browser-html5" SUGGESTED="vlc" DEPENDS="alsa-lib dbus-glib gtk+ gtk+3 libatomic xorg-libXt libwrap" + +CONFIG_FILES="/opt/mozilla/firefox/distribution/policies.json" + HOST_ARCH="i486" # What is the latest version available today? @@ -31,7 +34,7 @@ # Installation path fx='/opt/mozilla/firefox' - mkdir -p $install$fx + mkdir -p $install$fx/distribution mkdir -p $install/usr/bin mkdir -p $install/usr/share/applications mkdir -p $install/usr/share/icons/hicolor/128x128/apps @@ -59,7 +62,12 @@ # because 77.0 is the last 32 bit version # Desktop shortcut - cp $stuff/firefox-official.desktop $install/usr/share/applications + cp $WOK/firefox-official/stuff/firefox-official.desktop \ + $install/usr/share/applications + + # Disable update + cp $WOK/firefox-official/stuff/policies.json \ + $install$fx/distribution } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r ede1d184d5c5 -r 5b79596c5d14 firefox-official-en-GB/receipt --- a/firefox-official-en-GB/receipt Mon Feb 14 17:51:14 2022 +0000 +++ b/firefox-official-en-GB/receipt Tue Feb 15 10:43:08 2022 +0100 @@ -8,14 +8,17 @@ SHORT_DESC="Official Firefox build by the Mozilla foundation (English language for Great Britain)." MAINTAINER="al.bobylev@gmail.com" LICENSE="MPL2" -WEB_SITE="http://www.mozilla.org/firefox" +WEB_SITE="https://www.mozilla.org/firefox" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="http://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/$lang/firefox-$VERSION.tar.bz2" +WGET_URL="https://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/$lang/firefox-$VERSION.tar.bz2" PROVIDE="firefox-official browser-html5" SUGGESTED="vlc" DEPENDS="alsa-lib dbus-glib gtk+ gtk+3 libatomic xorg-libXt libwrap" + +CONFIG_FILES="/opt/mozilla/firefox/distribution/policies.json" + HOST_ARCH="i486" # What is the latest version available today? @@ -31,7 +34,7 @@ # Installation path fx='/opt/mozilla/firefox' - mkdir -p $install$fx + mkdir -p $install$fx/distribution mkdir -p $install/usr/bin mkdir -p $install/usr/share/applications mkdir -p $install/usr/share/icons/hicolor/128x128/apps @@ -59,7 +62,12 @@ # because 77.0 is the last 32 bit version # Desktop shortcut - cp $stuff/firefox-official.desktop $install/usr/share/applications + cp $WOK/firefox-official/stuff/firefox-official.desktop \ + $install/usr/share/applications + + # Disable update + cp $WOK/firefox-official/stuff/policies.json \ + $install$fx/distribution } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r ede1d184d5c5 -r 5b79596c5d14 firefox-official-es/receipt --- a/firefox-official-es/receipt Mon Feb 14 17:51:14 2022 +0000 +++ b/firefox-official-es/receipt Tue Feb 15 10:43:08 2022 +0100 @@ -8,14 +8,17 @@ SHORT_DESC="Official Firefox build by the Mozilla foundation (Spanish language)." MAINTAINER="al.bobylev@gmail.com" LICENSE="MPL2" -WEB_SITE="http://www.mozilla.org/firefox" +WEB_SITE="https://www.mozilla.org/firefox" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="http://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/$lang/firefox-$VERSION.tar.bz2" +WGET_URL="https://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/$lang/firefox-$VERSION.tar.bz2" PROVIDE="firefox-official browser-html5" SUGGESTED="vlc" DEPENDS="alsa-lib dbus-glib gtk+ gtk+3 libatomic xorg-libXt libwrap" + +CONFIG_FILES="/opt/mozilla/firefox/distribution/policies.json" + HOST_ARCH="i486" # What is the latest version available today? @@ -31,7 +34,7 @@ # Installation path fx='/opt/mozilla/firefox' - mkdir -p $install$fx + mkdir -p $install$fx/distribution mkdir -p $install/usr/bin mkdir -p $install/usr/share/applications mkdir -p $install/usr/share/icons/hicolor/128x128/apps @@ -59,7 +62,12 @@ # because 77.0 is the last 32 bit version # Desktop shortcut - cp $stuff/firefox-official.desktop $install/usr/share/applications + cp $WOK/firefox-official/stuff/firefox-official.desktop \ + $install/usr/share/applications + + # Disable update + cp $WOK/firefox-official/stuff/policies.json \ + $install$fx/distribution } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r ede1d184d5c5 -r 5b79596c5d14 firefox-official-fr/receipt --- a/firefox-official-fr/receipt Mon Feb 14 17:51:14 2022 +0000 +++ b/firefox-official-fr/receipt Tue Feb 15 10:43:08 2022 +0100 @@ -8,14 +8,17 @@ SHORT_DESC="Official Firefox build by the Mozilla foundation (French language)." MAINTAINER="al.bobylev@gmail.com" LICENSE="MPL2" -WEB_SITE="http://www.mozilla.org/firefox" +WEB_SITE="https://www.mozilla.org/firefox" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="http://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/$lang/firefox-$VERSION.tar.bz2" +WGET_URL="https://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/$lang/firefox-$VERSION.tar.bz2" PROVIDE="firefox-official browser-html5" SUGGESTED="vlc" DEPENDS="alsa-lib dbus-glib gtk+ gtk+3 libatomic xorg-libXt libwrap" + +CONFIG_FILES="/opt/mozilla/firefox/distribution/policies.json" + HOST_ARCH="i486" # What is the latest version available today? @@ -31,7 +34,7 @@ # Installation path fx='/opt/mozilla/firefox' - mkdir -p $install$fx + mkdir -p $install$fx/distribution mkdir -p $install/usr/bin mkdir -p $install/usr/share/applications mkdir -p $install/usr/share/icons/hicolor/128x128/apps @@ -59,7 +62,12 @@ # because 77.0 is the last 32 bit version # Desktop shortcut - cp $stuff/firefox-official.desktop $install/usr/share/applications + cp $WOK/firefox-official/stuff/firefox-official.desktop \ + $install/usr/share/applications + + # Disable update + cp $WOK/firefox-official/stuff/policies.json \ + $install$fx/distribution } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r ede1d184d5c5 -r 5b79596c5d14 firefox-official-it/receipt --- a/firefox-official-it/receipt Mon Feb 14 17:51:14 2022 +0000 +++ b/firefox-official-it/receipt Tue Feb 15 10:43:08 2022 +0100 @@ -8,14 +8,17 @@ SHORT_DESC="Official Firefox build by the Mozilla foundation (Italian language)." MAINTAINER="al.bobylev@gmail.com" LICENSE="MPL2" -WEB_SITE="http://www.mozilla.org/firefox" +WEB_SITE="https://www.mozilla.org/firefox" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="http://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/$lang/firefox-$VERSION.tar.bz2" +WGET_URL="https://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/$lang/firefox-$VERSION.tar.bz2" PROVIDE="firefox-official browser-html5" SUGGESTED="vlc" DEPENDS="alsa-lib dbus-glib gtk+ gtk+3 libatomic xorg-libXt libwrap" + +CONFIG_FILES="/opt/mozilla/firefox/distribution/policies.json" + HOST_ARCH="i486" # What is the latest version available today? @@ -31,7 +34,7 @@ # Installation path fx='/opt/mozilla/firefox' - mkdir -p $install$fx + mkdir -p $install$fx/distribution mkdir -p $install/usr/bin mkdir -p $install/usr/share/applications mkdir -p $install/usr/share/icons/hicolor/128x128/apps @@ -59,7 +62,12 @@ # because 77.0 is the last 32 bit version # Desktop shortcut - cp $stuff/firefox-official.desktop $install/usr/share/applications + cp $WOK/firefox-official/stuff/firefox-official.desktop \ + $install/usr/share/applications + + # Disable update + cp $WOK/firefox-official/stuff/policies.json \ + $install$fx/distribution } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r ede1d184d5c5 -r 5b79596c5d14 firefox-official-pt-BR/receipt --- a/firefox-official-pt-BR/receipt Mon Feb 14 17:51:14 2022 +0000 +++ b/firefox-official-pt-BR/receipt Tue Feb 15 10:43:08 2022 +0100 @@ -8,14 +8,17 @@ SHORT_DESC="Official Firefox build by the Mozilla foundation (Portuguese (Brazil) language)." MAINTAINER="al.bobylev@gmail.com" LICENSE="MPL2" -WEB_SITE="http://www.mozilla.org/firefox" +WEB_SITE="https://www.mozilla.org/firefox" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="http://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/$lang/firefox-$VERSION.tar.bz2" +WGET_URL="https://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/$lang/firefox-$VERSION.tar.bz2" PROVIDE="firefox-official browser-html5" SUGGESTED="vlc" DEPENDS="alsa-lib dbus-glib gtk+ gtk+3 libatomic xorg-libXt libwrap" + +CONFIG_FILES="/opt/mozilla/firefox/distribution/policies.json" + HOST_ARCH="i486" # What is the latest version available today? @@ -31,7 +34,7 @@ # Installation path fx='/opt/mozilla/firefox' - mkdir -p $install$fx + mkdir -p $install$fx/distribution mkdir -p $install/usr/bin mkdir -p $install/usr/share/applications mkdir -p $install/usr/share/icons/hicolor/128x128/apps @@ -59,7 +62,12 @@ # because 77.0 is the last 32 bit version # Desktop shortcut - cp $stuff/firefox-official.desktop $install/usr/share/applications + cp $WOK/firefox-official/stuff/firefox-official.desktop \ + $install/usr/share/applications + + # Disable update + cp $WOK/firefox-official/stuff/policies.json \ + $install$fx/distribution } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r ede1d184d5c5 -r 5b79596c5d14 firefox-official-ru/receipt --- a/firefox-official-ru/receipt Mon Feb 14 17:51:14 2022 +0000 +++ b/firefox-official-ru/receipt Tue Feb 15 10:43:08 2022 +0100 @@ -8,14 +8,17 @@ SHORT_DESC="Official Firefox build by the Mozilla foundation (Russian language)." MAINTAINER="al.bobylev@gmail.com" LICENSE="MPL2" -WEB_SITE="http://www.mozilla.org/firefox" +WEB_SITE="https://www.mozilla.org/firefox" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="http://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/$lang/firefox-$VERSION.tar.bz2" +WGET_URL="https://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/$lang/firefox-$VERSION.tar.bz2" PROVIDE="firefox-official browser-html5" SUGGESTED="vlc" DEPENDS="alsa-lib dbus-glib gtk+ gtk+3 libatomic xorg-libXt libwrap" + +CONFIG_FILES="/opt/mozilla/firefox/distribution/policies.json" + HOST_ARCH="i486" # What is the latest version available today? @@ -31,7 +34,7 @@ # Installation path fx='/opt/mozilla/firefox' - mkdir -p $install$fx + mkdir -p $install$fx/distribution mkdir -p $install/usr/bin mkdir -p $install/usr/share/applications mkdir -p $install/usr/share/icons/hicolor/128x128/apps @@ -59,7 +62,12 @@ # because 77.0 is the last 32 bit version # Desktop shortcut - cp $stuff/firefox-official.desktop $install/usr/share/applications + cp $WOK/firefox-official/stuff/firefox-official.desktop \ + $install/usr/share/applications + + # Disable update + cp $WOK/firefox-official/stuff/policies.json \ + $install$fx/distribution } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r ede1d184d5c5 -r 5b79596c5d14 firefox-official-uk/receipt --- a/firefox-official-uk/receipt Mon Feb 14 17:51:14 2022 +0000 +++ b/firefox-official-uk/receipt Tue Feb 15 10:43:08 2022 +0100 @@ -8,14 +8,17 @@ SHORT_DESC="Official Firefox build by the Mozilla foundation (Ukrainian language)." MAINTAINER="al.bobylev@gmail.com" LICENSE="MPL2" -WEB_SITE="http://www.mozilla.org/firefox" +WEB_SITE="https://www.mozilla.org/firefox" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="http://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/$lang/firefox-$VERSION.tar.bz2" +WGET_URL="https://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/$lang/firefox-$VERSION.tar.bz2" PROVIDE="firefox-official browser-html5" SUGGESTED="vlc" DEPENDS="alsa-lib dbus-glib gtk+ gtk+3 libatomic xorg-libXt libwrap" + +CONFIG_FILES="/opt/mozilla/firefox/distribution/policies.json" + HOST_ARCH="i486" # What is the latest version available today? @@ -31,7 +34,7 @@ # Installation path fx='/opt/mozilla/firefox' - mkdir -p $install$fx + mkdir -p $install$fx/distribution mkdir -p $install/usr/bin mkdir -p $install/usr/share/applications mkdir -p $install/usr/share/icons/hicolor/128x128/apps @@ -59,7 +62,12 @@ # because 77.0 is the last 32 bit version # Desktop shortcut - cp $stuff/firefox-official.desktop $install/usr/share/applications + cp $WOK/firefox-official/stuff/firefox-official.desktop \ + $install/usr/share/applications + + # Disable update + cp $WOK/firefox-official/stuff/policies.json \ + $install$fx/distribution } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r ede1d184d5c5 -r 5b79596c5d14 firefox-official/receipt --- a/firefox-official/receipt Mon Feb 14 17:51:14 2022 +0000 +++ b/firefox-official/receipt Tue Feb 15 10:43:08 2022 +0100 @@ -7,7 +7,7 @@ SHORT_DESC="Official Firefox build by the Mozilla foundation (English language)." MAINTAINER="al.bobylev@gmail.com" LICENSE="MPL2" -WEB_SITE="http://www.mozilla.org/firefox" +WEB_SITE="https://www.mozilla.org/firefox" TARBALL="firefox-$VERSION.tar.bz2" WGET_URL="http://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/en-US/$TARBALL" @@ -15,6 +15,9 @@ PROVIDE="browser-html5" SUGGESTED="vlc" DEPENDS="alsa-lib dbus-glib gtk+ gtk+3 libatomic xorg-libXt libwrap" + +CONFIG_FILES="/opt/mozilla/firefox/distribution/policies.json" + HOST_ARCH="i486" # What is the latest version available today? @@ -30,7 +33,7 @@ # Installation path fx='/opt/mozilla/firefox' - mkdir -p $install$fx + mkdir -p $install$fx/distribution mkdir -p $install/usr/bin mkdir -p $install/usr/share/applications mkdir -p $install/usr/share/icons/hicolor/128x128/apps @@ -64,6 +67,9 @@ $install/usr/share/applications cp $stuff/firefox-official-safe.desktop \ $install/usr/share/applications + + # Disable update + cp $stuff/policies.json $install$fx/distribution } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r ede1d184d5c5 -r 5b79596c5d14 firefox-official/stuff/policies.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/firefox-official/stuff/policies.json Tue Feb 15 10:43:08 2022 +0100 @@ -0,0 +1,5 @@ +{ + "policies":{ + "DisableAppUpdate":true + } +} \ No newline at end of file