[arch-commits] Commit in seamonkey/trunk (4 files)

2016-12-23 Thread Kyle Keen
Date: Friday, December 23, 2016 @ 09:11:19
  Author: kkeen
Revision: 201239

upgpkg: seamonkey 2.46-1

Modified:
  seamonkey/trunk/PKGBUILD
  seamonkey/trunk/mozconfig
Deleted:
  seamonkey/trunk/mozilla-1245076-1.patch
  seamonkey/trunk/mozilla-1245076.patch

-+
 PKGBUILD|   24 +++---
 mozconfig   |4 +--
 mozilla-1245076-1.patch |   49 --
 mozilla-1245076.patch   |   23 -
 4 files changed, 10 insertions(+), 90 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 09:10:40 UTC (rev 201238)
+++ PKGBUILD2016-12-23 09:11:19 UTC (rev 201239)
@@ -2,12 +2,12 @@
 # Maintainer: Kyle Keen 
 
 pkgname=seamonkey
-pkgver=2.40
-pkgrel=7
+pkgver=2.46
+pkgrel=1
 pkgdesc="SeaMonkey internet suite"
 arch=('i686' 'x86_64')
 license=('MPL')
-depends=('alsa-lib'  'dbus-glib'  'desktop-file-utils'  'gtk2' 'hunspell'  
'libevent'  'libnotify'  'libvpx'  'libxt' 'mime-types'  'mozilla-common'  
'nss'  'sqlite'  'startup-notification' 'libpulse' 'icu' 'gconf')
+depends=('alsa-lib'  'dbus-glib'  'desktop-file-utils'  'gtk2' 'gtk3' 
'hunspell'  'libevent'  'libnotify'  'libvpx'  'libxt' 'mime-types'  
'mozilla-common'  'nss'  'sqlite'  'startup-notification' 'libpulse' 'icu' 
'gconf')
 makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 
'mesa' 'autoconf2.13' 'imake' 'python3' 'gst-plugins-base')
 optdepends=('gst-plugins-base: vorbis decoding, ogg demuxing'
 'gst-plugins-bad: aac, vp8 and opus decoding'
@@ -17,15 +17,11 @@
 
source=(https://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/$pkgver/source/seamonkey-$pkgver.source.tar.xz
 mozconfig
 seamonkey-2.0-lang.patch
-rhbz-966424.patch
-mozilla-1245076.patch
-mozilla-1245076-1.patch)
-md5sums=('5789df8f96e14577c275f10fdf8462f3'
- '9b6d65e9b77acf9fd7c6e3578a5d2acd'
+rhbz-966424.patch)
+md5sums=('436a158e16eee151b97f96c053b82d45'
+ 'e904af9abed61515e17c2c7457aca74f'
  '25b6fe16ac24cd5c852213e5c1adb272'
- '8c1578232b7a60fa1caa9a0b322d1e2b'
- '43550e772f110a338d5a42914ee2c3a6'
- '772aac58e3a7e8a32bedd898bc35dc90')
+ '8c1578232b7a60fa1caa9a0b322d1e2b')
 
 prepare() {
   cd "$pkgname-$pkgver"
@@ -33,7 +29,7 @@
   #patch -Np1 -i ../seamonkey-2.0-lang.patch
 
   # FS#48404
-  echo "ac_add_options --enable-gstreamer=1.0" >> .mozconfig
+  #echo "ac_add_options --enable-gstreamer=1.0" >> .mozconfig
 
   # https://bugs.archlinux.org/task/41689
   patch -Np1 -d mozilla -i ../../rhbz-966424.patch
@@ -47,10 +43,6 @@
 
   # 2.26 build fix from wgnie (blfs ch 37)
   sed -i 's/$(MOZ_ZLIB_CFLAGS)/& $(MOZ_PIXMAN_CFLAGS)/' config/config.mk
-
-  # GCC 6
-  patch -Np1 -d mozilla -i ../../mozilla-1245076.patch
-  patch -Np1 -d mozilla -i ../../mozilla-1245076-1.patch
 }
 
 build() {

Modified: mozconfig
===
--- mozconfig   2016-12-23 09:10:40 UTC (rev 201238)
+++ mozconfig   2016-12-23 09:11:19 UTC (rev 201239)
@@ -27,10 +27,10 @@
 ac_add_options --enable-pulseaudio
 
 
-ac_add_options --disable-gnomevfs
+#ac_add_options --disable-gnomevfs
 ac_add_options --disable-crashreporter
 ac_add_options --disable-updater
 ac_add_options --disable-tests
-ac_add_options --disable-installer
+#ac_add_options --disable-installer
 
 export MOZILLA_OFFICIAL=1

Deleted: mozilla-1245076-1.patch
===
--- mozilla-1245076-1.patch 2016-12-23 09:10:40 UTC (rev 201238)
+++ mozilla-1245076-1.patch 2016-12-23 09:11:19 UTC (rev 201239)
@@ -1,49 +0,0 @@
-diff --git a/config/gcc-stl-wrapper.template.h 
b/config/gcc-stl-wrapper.template.h
 a/config/gcc-stl-wrapper.template.h
-+++ b/config/gcc-stl-wrapper.template.h
-@@ -12,33 +12,39 @@
- // compiling ObjC.
- #if defined(__EXCEPTIONS) && __EXCEPTIONS && !(__OBJC__ && __GNUC__ && XP_IOS)
- #  error "STL code can only be used with -fno-exceptions"
- #endif
- 
- // Silence "warning: #include_next is a GCC extension"
- #pragma GCC system_header
- 
-+#ifndef moz_dont_include_mozalloc_for_cstdlib
-+#  define moz_dont_include_mozalloc_for_cstdlib
-+#endif
-+#ifndef moz_dont_include_mozalloc_for_${HEADER}
- // mozalloc.h wants ; break the cycle by always explicitly
- // including  here.  NB: this is a tad sneaky.  Sez the gcc docs:
- //
- //`#include_next' does not distinguish between  and "file"
- //inclusion, nor does it check that the file you specify has the
- //same name as the current file. It simply looks for the file
- //named, starting with the directory in the search path after the
- //one where the current file was found.
--#include_next 
-+#  include_next 
- 
- // See if we're in code that can use mozalloc.  NB: this duplicates
- // code in 

[arch-commits] Commit in seamonkey/trunk (4 files)

2016-11-28 Thread Evangelos Foutras
Date: Monday, November 28, 2016 @ 14:14:55
  Author: foutrelis
Revision: 197140

Remove obsolete build fix for Hunspell 1.5.0.

Modified:
  seamonkey/trunk/PKGBUILD
Deleted:
  seamonkey/trunk/hunspell14.patch
  seamonkey/trunk/hunspell141.patch
  seamonkey/trunk/hunspell15.patch

---+
 PKGBUILD  |   11 
 hunspell14.patch  |33504 
 hunspell141.patch |   45 
 hunspell15.patch  |12946 
 4 files changed, 46506 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 197139:197140 to see the changes.


[arch-commits] Commit in seamonkey/trunk (4 files)

2016-11-27 Thread Evangelos Foutras
Date: Sunday, November 27, 2016 @ 13:18:28
  Author: foutrelis
Revision: 197022

Fix build with Hunspell 1.5.0

Added:
  seamonkey/trunk/hunspell14.patch
  seamonkey/trunk/hunspell141.patch
  seamonkey/trunk/hunspell15.patch
Modified:
  seamonkey/trunk/PKGBUILD

---+
 PKGBUILD  |   11 
 hunspell14.patch  |33504 
 hunspell141.patch |   45 
 hunspell15.patch  |12946 
 4 files changed, 46506 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 197021:197022 to see the changes.