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

Kyle Keen kkeen at archlinux.org
Sun Oct 29 02:38:51 UTC 2017


    Date: Sunday, October 29, 2017 @ 02:38:50
  Author: kkeen
Revision: 264652

upgpkg: seamonkey 2.48-1

Modified:
  seamonkey/trunk/PKGBUILD
  seamonkey/trunk/mozconfig

-----------+
 PKGBUILD  |   14 +++++++-------
 mozconfig |    3 +++
 2 files changed, 10 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-28 22:48:56 UTC (rev 264651)
+++ PKGBUILD	2017-10-29 02:38:50 UTC (rev 264652)
@@ -2,8 +2,8 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 
 pkgname=seamonkey
-pkgver=2.46
-pkgrel=4
+pkgver=2.48
+pkgrel=1
 pkgdesc="SeaMonkey internet suite"
 arch=('i686' 'x86_64')
 license=('MPL')
@@ -21,8 +21,8 @@
         mozbug1323209.patch
         mozbug1329272.patch
 	no-crmf.diff)
-sha256sums=('39c84ce6fa1ed7c30152473e0dcd858df07437e84b29e5a18973db437a28a912'
-            '8d3bd1c0f1101a382cf7861aff4a94bad9834ecfc0b240e43aca49d219a80d13'
+sha256sums=('6f9a07c86ba6474b44e5083f9d1315d01778c097937f7da4c5701debffab2631'
+            'da8cc2001ae77f2b357d267f9f8d3d7e48c7d37b99ff3fb73fbbfc0b9329744a'
             'ab19d10fbd6258aec37ab5e5efb12429814b2c24a1193284a48dd654311b4e2e'
             '746cb474c5a2c26fc474256e430e035e604b71b27df1003d4af85018fa263f4a'
             '87fb92e45f161d47b9e3ca31bcce60555bc33d633116dab4baa3bfba6ad965c4'
@@ -38,13 +38,13 @@
   #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.

Modified: mozconfig
===================================================================
--- mozconfig	2017-10-28 22:48:56 UTC (rev 264651)
+++ mozconfig	2017-10-29 02:38:50 UTC (rev 264652)
@@ -26,6 +26,9 @@
 #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



More information about the arch-commits mailing list