summaryrefslogtreecommitdiff
path: root/thunderbird-bin
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2019-09-13 22:17:07 +0200
committerFredrik Rinnestam <fredrik@crux.nu>2019-09-13 22:17:07 +0200
commitc089138cf5cfbf4003a108824a1169e417fecd57 (patch)
treed047fed064dc9792aaaa246f1245fe5d4bed393c /thunderbird-bin
parent7e42ff8b389a23a28da0b517c9f7e87fa875004d (diff)
downloadopt-c089138cf5cfbf4003a108824a1169e417fecd57.tar.gz
opt-c089138cf5cfbf4003a108824a1169e417fecd57.tar.xz
thunderbird-bin: disable autoupdates
Diffstat (limited to 'thunderbird-bin')
-rw-r--r--thunderbird-bin/.footprint1
-rw-r--r--thunderbird-bin/.signature7
-rw-r--r--thunderbird-bin/Pkgfile8
-rw-r--r--thunderbird-bin/policies.json5
4 files changed, 16 insertions, 5 deletions
diff --git a/thunderbird-bin/.footprint b/thunderbird-bin/.footprint
index 0c58c38bd..e8821c9d2 100644
--- a/thunderbird-bin/.footprint
+++ b/thunderbird-bin/.footprint
@@ -32,6 +32,7 @@ drwxr-xr-x root/root usr/lib/thunderbird/defaults/pref/
drwxr-xr-x root/root usr/lib/thunderbird/distribution/
drwxr-xr-x root/root usr/lib/thunderbird/distribution/extensions/
-rw-r--r-- root/root usr/lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}.xpi
+-rw-r--r-- root/root usr/lib/thunderbird/distribution/policies.json
drwxr-xr-x root/root usr/lib/thunderbird/features/
-rw-r--r-- root/root usr/lib/thunderbird/features/wetransfer@extensions.thunderbird.net.xpi
drwxr-xr-x root/root usr/lib/thunderbird/fonts/
diff --git a/thunderbird-bin/.signature b/thunderbird-bin/.signature
index b5d66fd81..1427324a7 100644
--- a/thunderbird-bin/.signature
+++ b/thunderbird-bin/.signature
@@ -1,5 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/SrQANI4ARnI1p/KpKq0wCsDmVZ8pTGOoy1Sj5moTRrrKTzF0Hdwc/rQR5kC8fO/FG362H56OAp5B9WQg8cguAc=
-SHA256 (Pkgfile) = f805d2e3bf1cce0fbe3ab023b2550b58c50309207a5482294f7cca695ff90014
-SHA256 (.footprint) = 0564ce0f032f356c08a96dc202a69db984ecf09b0675a83e40f59260dbf44301
+RWSE3ohX2g5d/c50JvzZyB7yAYmCH4k3VDHLOKuGBrZJV8Y8TEy+RZvBm/T1rLfJp8/iFIYqzoo9J7JN96LW3E9DfZL/SCM35AI=
+SHA256 (Pkgfile) = c12b830dacaee6f3b50e1da9dfefa92869f76ca63f9cc98d9f4197a069c3360c
+SHA256 (.footprint) = 5781c0487a3fa3f3b4c2efcae7baeec93ae1ee2e2c0444541d8466f9a00ffcd5
SHA256 (thunderbird-68.1.0.tar.bz2) = 14dd9aaaab0abae870d3c076b99335f90e6c617e45ae765b1a57492ca261d82a
+SHA256 (policies.json) = cf856011307f7831d74cdacb4e80b6dceaa49882b8dcba008d527a78764903f4
diff --git a/thunderbird-bin/Pkgfile b/thunderbird-bin/Pkgfile
index f730a6125..d2f72e28e 100644
--- a/thunderbird-bin/Pkgfile
+++ b/thunderbird-bin/Pkgfile
@@ -5,8 +5,9 @@
name=thunderbird-bin
version=68.1.0
-release=1
-source=(http://ftp.mozilla.org/pub/thunderbird/releases/$version/linux-x86_64/en-US/thunderbird-$version.tar.bz2)
+release=2
+source=(http://ftp.mozilla.org/pub/thunderbird/releases/$version/linux-x86_64/en-US/thunderbird-$version.tar.bz2 \
+ policies.json)
build() {
cd thunderbird
@@ -15,6 +16,9 @@ build() {
mv $SRC/thunderbird $PKG/usr/lib/thunderbird
ln -s /usr/lib/thunderbird/thunderbird $PKG/usr/bin/thunderbird
+ # Disable autoupdate
+ install -m644 $SRC/policies.json $PKG/usr/lib/thunderbird/distribution/
+
mkdir -p $PKG/etc/revdep.d
echo "/usr/lib/thunderbird" > $PKG/etc/revdep.d/thunderbird-bin
diff --git a/thunderbird-bin/policies.json b/thunderbird-bin/policies.json
new file mode 100644
index 000000000..ccfd47c37
--- /dev/null
+++ b/thunderbird-bin/policies.json
@@ -0,0 +1,5 @@
+{
+ "policies": {
+ "DisableAppUpdate": true
+ }
+}

Generated by cgit