summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorΝικόλαος Κυριάκος Φυτίλης2023-04-01 12:17:57 +0300
committerΝικόλαος Κυριάκος Φυτίλης2023-04-01 12:17:57 +0300
commit1809ffbd89c5b3b0b798e2efa8a555d622e9f6f2 (patch)
tree417bafa8cd6e9d5fe80ac4f90f3582fd90f26cd9
parentcab9783e38e66417350b7d4c83e47a798e8c40da (diff)
downloadaur-1809ffbd89c5b3b0b798e2efa8a555d622e9f6f2.tar.gz
102.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD17
2 files changed, 12 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b7b2a6d4405..79214020f950 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thunderbird-appmenu
pkgdesc = Thunderbird from extra with appmenu patch
- pkgver = 102.5.1
+ pkgver = 102.9.0
pkgrel = 5
url = https://www.mozilla.org/thunderbird/
arch = x86_64
@@ -50,15 +50,15 @@ pkgbase = thunderbird-appmenu
options = !strip
options = !lto
options = !debug
- source = https://archive.mozilla.org/pub/thunderbird/releases/102.5.1/source/thunderbird-102.5.1.source.tar.xz
- source = https://archive.mozilla.org/pub/thunderbird/releases/102.5.1/source/thunderbird-102.5.1.source.tar.xz.asc
+ source = https://archive.mozilla.org/pub/thunderbird/releases/102.9.0/source/thunderbird-102.9.0.source.tar.xz
+ source = https://archive.mozilla.org/pub/thunderbird/releases/102.9.0/source/thunderbird-102.9.0.source.tar.xz.asc
source = cbindgen-0.24.0.diff
source = arc4random.diff
source = unity-menubar.patch
source = thunderbird.desktop
source = identity-icons-brand.svg
validpgpkeys = 14F26682D0916CDD81E37B6D61B7B526D98F0353
- md5sums = SKIP
+ md5sums = 6186b778e2a884a1d39add9596db4fe1
md5sums = SKIP
md5sums = bb20e95b9d65d59ba39f2f7f1c853c27
md5sums = 6fcf81de61fa98bccedf1f7b8656d83a
diff --git a/PKGBUILD b/PKGBUILD
index 03374e7497f6..f2b642e821f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@
_pkgname=thunderbird
pkgbase=thunderbird-appmenu
pkgname=thunderbird-appmenu
-pkgver=102.5.1
+pkgver=102.9.0
pkgrel=5
pkgdesc="Thunderbird from extra with appmenu patch"
arch=(x86_64)
@@ -51,19 +51,20 @@ _google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
# more information.
_mozilla_api_key=e05d56db0a694edc8b5aaebda3f2db6a
+ppatch() {
+ msg2 "Patching from file: $1"
+ patch -Np1 -i $1
+}
+
prepare() {
mkdir -p mozbuild
cd thunderbird-$pkgver
echo "${noextract[@]}"
- # Unbreak build with cbindgen 0.24.0
- patch -Np1 -i ../cbindgen-0.24.0.diff
# Fix arc4random
- patch -Np1 -i ../arc4random.diff
-
- patch -Np1 -i ../unity-menubar.patch
+ ppatch ../unity-menubar.patch
echo -n "$_google_api_key" >google-api-key
echo -n "$_mozilla_api_key" >mozilla-api-key
@@ -157,8 +158,6 @@ END
#END
./mach build
-# echo "Building symbol archive..."
-# ./mach buildsymbols
}
package() {
@@ -235,7 +234,7 @@ END
}
# vim:set sw=2 et:
-md5sums=('SKIP'
+md5sums=('6186b778e2a884a1d39add9596db4fe1'
'SKIP'
'bb20e95b9d65d59ba39f2f7f1c853c27'
'6fcf81de61fa98bccedf1f7b8656d83a'