[arch-commits] CVS update of extra/network/seamonkey (2 files)

Alexander Baldeck alexander at archlinux.org
Tue Oct 16 11:27:21 UTC 2007


    Date: Tuesday, October 16, 2007 @ 07:27:21
  Author: alexander
    Path: /home/cvs-extra/extra/network/seamonkey

   Added: mozilla-firefox-2.0.0.6-fixgtk212.patch (1.1)
Modified: PKGBUILD (1.12 -> 1.13)

* fixes FS#8120


-----------------------------------------+
 PKGBUILD                                |   15 +++++++++------
 mozilla-firefox-2.0.0.6-fixgtk212.patch |   13 +++++++++++++
 2 files changed, 22 insertions(+), 6 deletions(-)


Index: extra/network/seamonkey/PKGBUILD
diff -u extra/network/seamonkey/PKGBUILD:1.12 extra/network/seamonkey/PKGBUILD:1.13
--- extra/network/seamonkey/PKGBUILD:1.12	Sat Aug  4 07:57:03 2007
+++ extra/network/seamonkey/PKGBUILD	Tue Oct 16 07:27:21 2007
@@ -1,14 +1,14 @@
-# $Id: PKGBUILD,v 1.12 2007/08/04 11:57:03 alexander Exp $
+# $Id: PKGBUILD,v 1.13 2007/10/16 11:27:21 alexander Exp $
 # Maintainer: Alexander Baldeck <alexander at archlinux.org>
 # Contributor: Jan de Groot <jgc at archlinux.org>
 pkgname=seamonkey
 pkgver=1.1.4
-pkgrel=1
+pkgrel=2
 pkgdesc="SeaMonkey internet suite"
 arch=(i686 x86_64)
 license=('MPL')
-depends=('gtk2>=2.10.6' 'libidl2' 'mozilla-common' 'nss>=3.11.7' 'libxt' 'gcc')
-makedepends=('zip' 'pkgconfig')
+depends=('gtk2>=2.12.0' 'libidl2' 'mozilla-common' 'nss>=3.11.7' 'libxt' 'gcc')
+makedepends=('zip' 'pkgconfig' 'diffutils')
 replaces=('mozilla')
 url="http://www.mozilla.org/projects/seamonkey"
 source=(ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/${pkgver}/seamonkey-${pkgver}.source.tar.bz2
@@ -20,7 +20,8 @@
 	firefox-visibility.patch
 	firefox-1.5-new-gtkim.patch
 	firefox-1.5-pango-cursor-position.patch
-	firefox-2.0-add-ldflags.patch)
+	firefox-2.0-add-ldflags.patch
+	mozilla-firefox-2.0.0.6-fixgtk212.patch)
 
 build() {
   cd ${startdir}/src/mozilla
@@ -30,6 +31,7 @@
   patch -Np1 -i ${startdir}/src/firefox-1.5-new-gtkim.patch || return 1
   patch -Np1 -i ${startdir}/src/firefox-1.5-pango-cursor-position.patch || return 1
   patch -Np0 -i ${startdir}/src/firefox-2.0-add-ldflags.patch || return 1
+  patch -Np1 -i ${startdir}/src/mozilla-firefox-2.0.0.6-fixgtk212.patch || return 1
 
   if [ "$CARCH" = "x86_64" ]; then
     patch -Np0 -i ../firefox-visibility.patch || return 1
@@ -80,4 +82,5 @@
          '362f9e0b0f25b964f7120b68fb629ee0'
          '60b4bbe73d2e919ee4a6476dca6705b6'
          '288fb7db871700ff5cf7286db6192b45'
-         '25f355113cdee6800380c6e1a4cd38f0')
+         '25f355113cdee6800380c6e1a4cd38f0'
+         'a1969b660d3ccfcb182383d058995a26')
Index: extra/network/seamonkey/mozilla-firefox-2.0.0.6-fixgtk212.patch
diff -u /dev/null extra/network/seamonkey/mozilla-firefox-2.0.0.6-fixgtk212.patch:1.1
--- /dev/null	Tue Oct 16 07:27:21 2007
+++ extra/network/seamonkey/mozilla-firefox-2.0.0.6-fixgtk212.patch	Tue Oct 16 07:27:21 2007
@@ -0,0 +1,13 @@
+--- mozilla/gfx/src/gtk/gtk2drawing.c.fixgtk212	2005-09-13 05:30:53.000000000 +0200
++++ mozilla/gfx/src/gtk/gtk2drawing.c	2007-09-06 09:42:34.000000000 +0200
+@@ -551,8 +551,8 @@ moz_gtk_option_menu_get_metrics(gboolean
+     else
+         *indicator_spacing = default_indicator_spacing;
+ 
+-    g_free(tmp_indicator_size);
+-    g_free(tmp_indicator_spacing);
++    gtk_requisition_free(tmp_indicator_size);
++    gtk_border_free(tmp_indicator_spacing);
+  
+     return MOZ_GTK_SUCCESS;
+ }




More information about the arch-commits mailing list