community/seamonkey to 2.53.5-2

This commit is contained in:
Kevin Mihelich 2020-12-22 15:02:12 +00:00
parent df78838bfb
commit 21a7a3d06a
2 changed files with 127 additions and 1 deletions

View file

@ -9,7 +9,7 @@ buildarch=12
pkgname=seamonkey
pkgver=2.53.5
pkgrel=1
pkgrel=2
pkgdesc="SeaMonkey internet suite"
arch=('x86_64')
license=('MPL')
@ -23,9 +23,11 @@ optdepends=('networkmanager: Location detection via available WiFi networks'
'pulseaudio: Audio support')
url="https://www.seamonkey-project.org/"
source=("https://archive.mozilla.org/pub/seamonkey/releases/$pkgver/source/seamonkey-$pkgver.source.tar.xz"
"rust148-packed_simd.patch"
"mozconfig"
"xulrunner-27.0-build-arm.patch")
sha256sums=('ab1cef1db8e6cb725ef4be65d3cad3a5fb5019d0cdc3baa13d1c24ef53e28395'
'375d3097942db56357f9e254d5be8b936a2f02b24345e7b17258dbd4dc382b69'
'5341594529a763598f979b4c84f5a7892f97a0727f4283798c94a1e8869f70fe'
'bc83b8a51c81a401da2fbe1f7cd0843248c32607d3a51119585df074d797922e')
install="$pkgname.install"
@ -46,6 +48,8 @@ prepare() {
cd "$pkgname-$pkgver"
cp ../mozconfig .mozconfig
patch -Np1 -d mozilla <../rust148-packed_simd.patch
echo -n "$_google_api_key" > google-api-key
echo -n "$_mozilla_api_key" > mozilla-api-key

File diff suppressed because one or more lines are too long