firefox: publish 142 build, disable Sponsored Checkboxes
This commit is contained in:
parent
434c42cf91
commit
9a8d6f42f2
7 changed files with 15 additions and 22 deletions
|
|
@ -1,13 +0,0 @@
|
||||||
diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml
|
|
||||||
index ee506bd6..7e12ca68 100644
|
|
||||||
--- a/modules/libpref/init/StaticPrefList.yaml
|
|
||||||
+++ b/modules/libpref/init/StaticPrefList.yaml
|
|
||||||
@@ -12461,6 +12461,8 @@
|
|
||||||
type: RelaxedAtomicBool
|
|
||||||
#if defined(MOZ_AV1)
|
|
||||||
value: true
|
|
||||||
+#else
|
|
||||||
+ value: false
|
|
||||||
#endif
|
|
||||||
mirror: always
|
|
||||||
|
|
||||||
|
|
@ -258,6 +258,7 @@ pref("browser.newtabpage.activity-stream.discoverystream.endpoints", "");
|
||||||
pref("browser.newtabpage.activity-stream.feeds.snippets",false);
|
pref("browser.newtabpage.activity-stream.feeds.snippets",false);
|
||||||
pref("browser.newtabpage.activity-stream.disableSnippets", true);
|
pref("browser.newtabpage.activity-stream.disableSnippets", true);
|
||||||
pref("browser.newtabpage.activity-stream.tippyTop.service.endpoint", "");
|
pref("browser.newtabpage.activity-stream.tippyTop.service.endpoint", "");
|
||||||
|
pref("browser.newtabpage.activity-stream.showSponsoredCheckboxes", false);
|
||||||
|
|
||||||
// Enable xrender
|
// Enable xrender
|
||||||
//pref("gfx.xrender.enabled",true);
|
//pref("gfx.xrender.enabled",true);
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
VERSION=18.11.testing
|
VERSION=18.11.testing
|
||||||
EXTERNAL='deb-src http://ftp.debian.org/debian trixie main'
|
EXTERNAL='deb-src http://ftp.debian.org/debian trixie main'
|
||||||
REPOKEY=0E98404D386FA1D9
|
REPOKEY=6ED0E7B82643E131
|
||||||
NETINST=true
|
NETINST=true
|
||||||
|
|
||||||
HWEKR=6.8
|
HWEKR=6.8
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=124.1
|
VERSION=125
|
||||||
EXTERNAL='deb-src http://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu $UPSTREAM main'
|
EXTERNAL='deb-src http://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu $UPSTREAM main'
|
||||||
REPOKEY=9BDB3D89CE49EC21
|
REPOKEY=9BDB3D89CE49EC21
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,9 +18,9 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=2
|
VERSION=3
|
||||||
EXTERNAL='deb-src http://ppa.launchpad.net/kdenlive/kdenlive-stable/ubuntu $UPSTREAM main'
|
EXTERNAL='deb-src http://archive.neon.kde.org/user $UPSTREAM main'
|
||||||
REPOKEY=2763B0EE7709FE97
|
REPOKEY="E6D4736255751E5D"
|
||||||
DEPENDS=mlt
|
DEPENDS=mlt
|
||||||
BACKPORTS=true
|
BACKPORTS=true
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,10 +17,14 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=3
|
VERSION=3.1
|
||||||
EXTERNAL='deb-src http://ppa.launchpad.net/nextcloud-devs/client/ubuntu $UPSTREAM main'
|
#EXTERNAL='deb-src http://ppa.launchpad.net/nextcloud-devs/client/ubuntu $UPSTREAM main'
|
||||||
REPOKEY="60EE47FBAD3DD469"
|
#REPOKEY="60EE47FBAD3DD469"
|
||||||
|
#BACKPORT=true
|
||||||
|
EXTERNAL='deb-src http://ftp.debian.org/debian trixie main'
|
||||||
|
REPOKEY=6ED0E7B82643E131
|
||||||
BACKPORT=true
|
BACKPORT=true
|
||||||
|
BUILD_UNTIL=12.0
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,8 @@
|
||||||
# 'choose-mirror' package as a dependency for debian-installer, so when
|
# 'choose-mirror' package as a dependency for debian-installer, so when
|
||||||
# a new release of the 'debian-installer' also ships the latest mirror
|
# a new release of the 'debian-installer' also ships the latest mirror
|
||||||
# list available on the resulting netinstall (mini.iso) image.
|
# list available on the resulting netinstall (mini.iso) image.
|
||||||
# The same way as 'ubiquity' is for for the next Live Desktop ISOs.
|
# The same way as 'ubiquity' is for for the next Live Desktop ISOs &
|
||||||
|
# 'ubuntu-release-upgrader' feeds the mirrors via upgrade.
|
||||||
|
|
||||||
VERSION=11
|
VERSION=11
|
||||||
COMPONENT=main
|
COMPONENT=main
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue