[arch-commits] Commit in thunderbird/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Sat Jan 9 00:33:52 UTC 2021


    Date: Saturday, January 9, 2021 @ 00:33:52
  Author: anthraxx
Revision: 405749

upgpkg: thunderbird 78.6.0-3: cbindgen 0.16.0 fix and optdepends for OTR support

- OTR support: Fixes FS#69248
- cbindgen 0.16.0: https://bugzilla.mozilla.org/show_bug.cgi?id=1684180

Modified:
  thunderbird/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-08 19:50:07 UTC (rev 405748)
+++ PKGBUILD	2021-01-09 00:33:52 UTC (rev 405749)
@@ -8,7 +8,7 @@
 pkgbase=thunderbird
 pkgname=(thunderbird)
 pkgver=78.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Standalone mail and news reader from mozilla.org'
 url='https://www.mozilla.org/thunderbird/'
 arch=(x86_64)
@@ -21,10 +21,13 @@
   libicui18n.so libicuuc.so freetype2 libfreetype.so fontconfig
   libfontconfig.so glib2 libglib-2.0.so pixman libpixman-1.so gnupg
 )
+optdepends=(
+  'libotr: '
+)
 makedepends=(
   unzip zip diffutils python python-setuptools yasm nasm mesa imake libpulse
   inetutils xorg-server-xvfb autoconf2.13 rust clang llvm gtk2 cbindgen nodejs
-  gawk perl findutils
+  gawk perl findutils libotr
 )
 options=(!emptydirs !makeflags)
 source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz{,.asc}
@@ -33,7 +36,8 @@
         distribution.ini
         mozconfig.cfg
         configure-fix-passing-system-bzip2-ldflags.patch
-        thunderbird-78.5-rust-1.48.patch)
+        thunderbird-78.5-rust-1.48.patch
+        thunderbird-78.6-cbindgen-0.16.patch::https://hg.mozilla.org/releases/mozilla-esr78/raw-rev/140e5caa92c3e57853775f2118a903a7459f409a)
 validpgpkeys=(14F26682D0916CDD81E37B6D61B7B526D98F0353) # Mozilla Software Releases <release at mozilla.com>
 
 # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
@@ -204,6 +208,7 @@
             'e44fd608fb4975914479b4a1a5aa44e87f125564fb812fb46c0ee07d503dfdcdb444d7335efe90436caecc7be502aae6b558c585013ee924e618e6213988ae99'
             'e3ed2708b8354015cb3d2c81048d1ce4932d1effbe2b40efa7cf9b45c1b923b9fd708645e2f8aa0136a485a3f7ce6b396b85721aaf535a4a764fd5005fb7e222'
             'bbb8b0e7b9c67372eb22e1d6b6b5758fe504ded84c40a076d4a064374a1bf34ac12d5b514b328ac9ca984d976b9e0fbde81e68a66bec915c997d6be0c0917584'
+            '412d4cf6874315121f55f265525d9b7d171d7c39cbc8fb3fbb3bb23ba427c17bfc775f7302eaebf2286be39943877c819b23c2e61be7a1310b64e735cbd3a4c6'
             'b73e36dd0a086cdcda34757a0e30dd6aa82791862d60d7c0f87bd8687d52d71da81dc1684130182be07001a777512897dcf4f95e23db344f97991ff937aae5df'
             'a7ce5cfaf4c96bdc63dc99aa1e5a31eb5e4f90a45350b3bcae2fedf2925a2372fe0058754f490e5e0a114ee5d6341fe8b632f4e3c01924da3f79738a55201117'
             '4ca4be8284f64132c99c11e4428fa7e4638b8a970eb31f61b5368a18425b7736622ff21b38907450361b943b680d50b2f0b293f6dc943cc8b665ff8af8cdbe8b'



More information about the arch-commits mailing list