mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/seamonkey to 2.48-1
This commit is contained in:
parent
ac2c1f7e17
commit
b7609692a3
2 changed files with 10 additions and 7 deletions
|
@ -7,8 +7,8 @@
|
|||
highmem=1
|
||||
|
||||
pkgname=seamonkey
|
||||
pkgver=2.46
|
||||
pkgrel=4
|
||||
pkgver=2.48
|
||||
pkgrel=1
|
||||
pkgdesc="SeaMonkey internet suite"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('MPL')
|
||||
|
@ -27,8 +27,8 @@ source=(https://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/$pkgver/s
|
|||
mozbug1329272.patch
|
||||
no-crmf.diff
|
||||
xulrunner-27.0-build-arm.patch)
|
||||
sha256sums=('39c84ce6fa1ed7c30152473e0dcd858df07437e84b29e5a18973db437a28a912'
|
||||
'8d3bd1c0f1101a382cf7861aff4a94bad9834ecfc0b240e43aca49d219a80d13'
|
||||
sha256sums=('6f9a07c86ba6474b44e5083f9d1315d01778c097937f7da4c5701debffab2631'
|
||||
'da8cc2001ae77f2b357d267f9f8d3d7e48c7d37b99ff3fb73fbbfc0b9329744a'
|
||||
'ab19d10fbd6258aec37ab5e5efb12429814b2c24a1193284a48dd654311b4e2e'
|
||||
'746cb474c5a2c26fc474256e430e035e604b71b27df1003d4af85018fa263f4a'
|
||||
'87fb92e45f161d47b9e3ca31bcce60555bc33d633116dab4baa3bfba6ad965c4'
|
||||
|
@ -45,13 +45,13 @@ prepare() {
|
|||
#echo "ac_add_options --enable-gstreamer=1.0" >> .mozconfig
|
||||
|
||||
# https://bugs.archlinux.org/task/41689
|
||||
patch -Np1 -d mozilla -i ../../rhbz-966424.patch
|
||||
#patch -Np1 -d mozilla -i ../../rhbz-966424.patch
|
||||
|
||||
# Support NSS 3.28
|
||||
patch -Np1 -d mozilla -i ../../mozbug1323209.patch
|
||||
#patch -Np1 -d mozilla -i ../../mozbug1323209.patch
|
||||
|
||||
# Bugfix for icu detection
|
||||
patch -Np1 -d mozilla -i ../../mozbug1329272.patch
|
||||
#patch -Np1 -d mozilla -i ../../mozbug1329272.patch
|
||||
|
||||
# Don't exit with error when some libs are missing which we have in
|
||||
# system.
|
||||
|
|
|
@ -26,6 +26,9 @@ ac_add_options --enable-gio
|
|||
#ac_add_options --disable-gstreamer
|
||||
ac_add_options --enable-pulseaudio
|
||||
|
||||
ac_add_options --enable-optimize="-O2"
|
||||
ac_add_options --enable-strip
|
||||
ac_add_options --enable-install-strip
|
||||
|
||||
#ac_add_options --disable-gnomevfs
|
||||
ac_add_options --disable-crashreporter
|
||||
|
|
Loading…
Reference in a new issue