From b7609692a35cc10a2dea0bdb1291ddebbf0cddc3 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sun, 29 Oct 2017 03:06:49 +0000 Subject: [PATCH] community/seamonkey to 2.48-1 --- community/seamonkey/PKGBUILD | 14 +++++++------- community/seamonkey/mozconfig | 3 +++ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/community/seamonkey/PKGBUILD b/community/seamonkey/PKGBUILD index 413091ca5..6f74ffe2d 100644 --- a/community/seamonkey/PKGBUILD +++ b/community/seamonkey/PKGBUILD @@ -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. diff --git a/community/seamonkey/mozconfig b/community/seamonkey/mozconfig index 4d51550fb..63f460ced 100644 --- a/community/seamonkey/mozconfig +++ b/community/seamonkey/mozconfig @@ -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