wok rev 25776
Update thunderbird to 68.12.1 latest ESR work with old glibc, and block autoupdate
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Sep 16 17:28:27 2024 +0200 (2 months ago) |
parents | 05dca430ef91 |
children | 150e1482d1b2 |
files | thunderbird-bin-fr/receipt thunderbird-bin-fr/stuff/policies.json thunderbird-bin/receipt thunderbird-bin/stuff/policies.json |
line diff
1.1 --- a/thunderbird-bin-fr/receipt Sun Sep 15 16:55:07 2024 +0000 1.2 +++ b/thunderbird-bin-fr/receipt Mon Sep 16 17:28:27 2024 +0200 1.3 @@ -2,7 +2,7 @@ 1.4 1.5 PACKAGE="thunderbird-bin-fr" 1.6 lang="fr" 1.7 -VERSION="68.9.0" 1.8 +VERSION="68.12.1" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Mozilla's Thunderbird email application (French language)." 1.11 MAINTAINER="mojo@slitaz.org" 1.12 @@ -50,6 +50,9 @@ 1.13 # Desktop shortcut 1.14 cp $stuff/thunderbird-bin.desktop \ 1.15 $install/usr/share/applications 1.16 + 1.17 + # Disable update due of old glibc 1.18 + cp $stuff/policies.json $install$fx/distribution 1.19 } 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg.
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/thunderbird-bin-fr/stuff/policies.json Mon Sep 16 17:28:27 2024 +0200 2.3 @@ -0,0 +1,5 @@ 2.4 +{ 2.5 + "policies":{ 2.6 + "DisableAppUpdate":true 2.7 + } 2.8 +} 2.9 \ No newline at end of file
3.1 --- a/thunderbird-bin/receipt Sun Sep 15 16:55:07 2024 +0000 3.2 +++ b/thunderbird-bin/receipt Mon Sep 16 17:28:27 2024 +0200 3.3 @@ -1,7 +1,7 @@ 3.4 # SlitTaz package receipt. 3.5 3.6 PACKAGE="thunderbird-bin" 3.7 -VERSION="68.9.0" 3.8 +VERSION="68.12.1" 3.9 CATEGORY="network" 3.10 SHORT_DESC="Mozilla's Thunderbird email application." 3.11 MAINTAINER="mojo@slitaz.org" 3.12 @@ -49,6 +49,9 @@ 3.13 # Desktop shortcut 3.14 cp $stuff/thunderbird-bin.desktop \ 3.15 $install/usr/share/applications 3.16 + 3.17 + # Disable update due of old glibc 3.18 + cp $stuff/policies.json $install$fx/distribution 3.19 } 3.20 3.21 # Rules to gen a SliTaz package suitable for Tazpkg.