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

commit 4df1f3959e0b4781cfbf4ec69d8eff67a75c29d1
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Fri Jun 5 16:30:24 2009 +0200

mlview-0.9.0-3-i686
*change m8r
*rebuild with vte>=0.20.4
*added pacth for gcc43

diff --git a/source/gnome-extra/mlview/Fix_gcc43.diff 
b/source/gnome-extra/mlview/Fix_gcc43.diff
new file mode 100644
index 0000000..43122e2
--- /dev/null
+++ b/source/gnome-extra/mlview/Fix_gcc43.diff
@@ -0,0 +1,21 @@
+diff -urNad mlview-0.9.0.orig/src/mlview-validator.cc 
mlview-0.9.0/src/mlview-validator.cc
+--- mlview-0.9.0.orig/src/mlview-validator.cc  2008-04-09 00:27:53.000000000 
+0100
++++ mlview-0.9.0/src/mlview-validator.cc       2008-04-09 00:28:31.000000000 
+0100
+@@ -26,6 +26,8 @@
+ #include "mlview-validator.h"
+ #include "mlview-safe-ptr-utils.h"
+
++#include <memory>
++
+ #define MESSAGE_LINE_LENGTH 55
+ namespace mlview
+ {
+diff -urNad mlview-0.9.0.orig/tests/testcompl2.cc 
mlview-0.9.0/tests/testcompl2.cc
+--- mlview-0.9.0.orig/tests/testcompl2.cc      2008-04-09 00:27:53.000000000 
+0100
++++ mlview-0.9.0/tests/testcompl2.cc   2008-04-09 00:30:47.000000000 +0100
+@@ -1,4 +1,5 @@
+ #include <iostream>
++#include <cstring>
+ #include <libxml/xmlregexp.h>
+ #include <libxml/xmlautomata.h>
+ #include <libxml/valid.h>
diff --git a/source/gnome-extra/mlview/FrugalBuild 
b/source/gnome-extra/mlview/FrugalBuild
index b6690f8..565deb7 100644
--- a/source/gnome-extra/mlview/FrugalBuild
+++ b/source/gnome-extra/mlview/FrugalBuild
@@ -1,12 +1,12 @@
# Compiling Time: 2.33 SBU
-# Maintainer: AlexExtreme <a...@alex-smith.me.uk>
+# Maintainer: bouleetbil <bouleet...@frogdev.info>

pkgname=mlview
pkgver=0.9.0
-pkgrel=2
+pkgrel=3
pkgdesc="XML Editor for Gnome"
url="http://www.freespiders.org/projects/gmlview";
-depends=('gtkmm' 'libgnomeui' 'libxml++' 'libglademm' 'gtksourceview1' 'vte')
+depends=('gtkmm' 'libgnomeui' 'libxml++' 'libglademm' 'gtksourceview1' 
'vte>=0.20.4')
makedepends=('perl-xml-parser' 'intltool')
groups=('gnome-extra')
archs=('x86_64' 'i686')
@@ -16,8 +16,9 @@ _F_gnome_iconcache=y
_F_gnome_mime=y
_F_gnome_devel=y
Finclude gnome gnome-scriptlet
-source=(${sour...@]} gcc4_fix.patch0)
+source=(${sour...@]} gcc4_fix.patch0 Fix_gcc43.diff)
sha1sums=('1e2d8e03747ffaaacbf9db15e8a7dabf573cee22' \
-         '8a765372aa5eee69388173c8131b878a9e15140a')
+          '8a765372aa5eee69388173c8131b878a9e15140a' \
+          'b0ffe055d9d77ee6ab220c86e61878c4b1bbb492')

# optimization OK
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to