[Libreoffice-commits] .: libvisio/libvisio-0.0.8-draw_stroke.patch libvisio/makefile.mk

Fridrich Strba fridrich at kemper.freedesktop.org
Wed Oct 5 06:08:55 PDT 2011


 libvisio/libvisio-0.0.8-draw_stroke.patch |   11 +++++++++++
 libvisio/makefile.mk                      |    3 ++-
 2 files changed, 13 insertions(+), 1 deletion(-)

New commits:
commit f666e37a478e7bf8507737676297f7a1802eeafa
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Wed Oct 5 15:08:05 2011 +0200

    Fix a typo, for others, use git version of libvisio

diff --git a/libvisio/libvisio-0.0.8-draw_stroke.patch b/libvisio/libvisio-0.0.8-draw_stroke.patch
new file mode 100644
index 0000000..407be89
--- /dev/null
+++ b/libvisio/libvisio-0.0.8-draw_stroke.patch
@@ -0,0 +1,11 @@
+--- misc/libvisio-0.0.8/src/lib/VSDXContentCollector.cpp	2011-09-29 14:45:38.000000000 +0200
++++ misc/build/libvisio-0.0.8/src/lib/VSDXContentCollector.cpp	2011-10-05 15:06:20.374633773 +0200
+@@ -876,7 +876,7 @@
+   m_noLine = noLine;
+   m_noShow = noShow;
+   if (m_noLine || m_linePattern == 0)
+-    m_styleProps.insert("svg:stroke-color", "none");
++    m_styleProps.insert("draw:stroke", "none");
+   else
+     m_styleProps.insert("svg:stroke-color", m_lineColour);
+   if (m_noFill || m_fillPattern == 0)
diff --git a/libvisio/makefile.mk b/libvisio/makefile.mk
index c6c7a0a..fa4e069 100644
--- a/libvisio/makefile.mk
+++ b/libvisio/makefile.mk
@@ -59,7 +59,8 @@ TARFILE_MD5=3c9c6cba49387e9b8e2bced5f2eba4e3
 
 PATCH_FILES=\
     libvisio-0.0.8.patch \
-	libvisio-0.0.8-build.patch
+	libvisio-0.0.8-build.patch \
+	libvisio-0.0.8-draw_stroke.patch
 
 
 BUILD_ACTION=dmake $(MFLAGS) $(CALLMACROS)


More information about the Libreoffice-commits mailing list