Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8ff7fe8dab70d7e1b8115d1eca0ae5faea8e98cd

commit 8ff7fe8dab70d7e1b8115d1eca0ae5faea8e98cd
Author: Priyank <priy...@frugalware.org>
Date:   Thu Jun 18 20:34:24 2009 +0530

galeon-2.0.4-3-i686

* Rebuild with gnome-desktop-2.26.2
* Closes #3820
* Added a patch to fix build with gcc44

diff --git a/source/gnome-extra/galeon/FrugalBuild 
b/source/gnome-extra/galeon/FrugalBuild
index 6ce1815..617460e 100644
--- a/source/gnome-extra/galeon/FrugalBuild
+++ b/source/gnome-extra/galeon/FrugalBuild
@@ -3,9 +3,9 @@

pkgname=galeon
pkgver=2.0.4
-pkgrel=2
+pkgrel=3
pkgdesc="A GNOME web browser based on the gecko rendering engine"
-depends=('xulrunner=1.8.1.3' 'gnome-desktop>=2.24.2' 'dbus-glib>=0.78-2')
+depends=('xulrunner=1.8.1.3' 'gnome-desktop>=2.26.2' 'dbus-glib>=0.80')
makedepends=('intltool')
groups=('gnome-extra')
archs=('i686' 'x86_64')
@@ -16,7 +16,9 @@ _F_gnome_scrollkeeper="y"
_F_gnome_schemas=('/etc/gconf/schemas/galeon.schemas')
Finclude gnome-scriptlet
Fconfopts="${fconfop...@]} --without-debug --enable-nautilus-view=no 
--disable-werror --with-mozilla=xulrunner"
-sha1sums=('e24aed24c7af6ddd35cc4616de81082aa7bebe81')
+source=(${sour...@]} $pkgname-$pkgver-gcc44.patch)
+sha1sums=('e24aed24c7af6ddd35cc4616de81082aa7bebe81' \
+          'b0b46fadb2a7763ace2d176d9372b2c1c802f830')

# optimization OK

diff --git a/source/gnome-extra/galeon/galeon-2.0.4-gcc44.patch 
b/source/gnome-extra/galeon/galeon-2.0.4-gcc44.patch
new file mode 100644
index 0000000..2057d56
--- /dev/null
+++ b/source/gnome-extra/galeon/galeon-2.0.4-gcc44.patch
@@ -0,0 +1,12 @@
+diff -Naur galeon-2.0.4.old/mozilla/ProgressListener.cpp 
galeon-2.0.4/mozilla/ProgressListener.cpp
+--- galeon-2.0.4.old/mozilla/ProgressListener.cpp      2009-06-18 
20:21:18.000000000 +0530
++++ galeon-2.0.4/mozilla/ProgressListener.cpp  2009-06-18 20:23:45.000000000 
+0530
+@@ -745,7 +745,7 @@
+       GulCString helperId(helperDesc);
+
+       // Format <usertime>:<helperapp id>
+-      char *colon = strchr (helperId.get(), ':');
++      char *colon = (char*) strchr (helperId.get(), ':');
+       g_return_val_if_fail (colon, NS_ERROR_FAILURE);
+
+       const char *helperappid = colon+1;
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to