From f3d071ecdcb3093f5f623349b396f28d654bc8352479cce3127fdde1dceb1baa Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 30 Jun 2008 13:42:03 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=18 --- inkscape-gtk-clist.patch | 25 +++++++++++++++++++++++++ inkscape.changes | 6 ++++++ inkscape.spec | 10 ++++++++-- 3 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 inkscape-gtk-clist.patch diff --git a/inkscape-gtk-clist.patch b/inkscape-gtk-clist.patch new file mode 100644 index 0000000..9f44141 --- /dev/null +++ b/inkscape-gtk-clist.patch @@ -0,0 +1,25 @@ +=== modified file 'src/widgets/sp-xmlview-attr-list.cpp' +--- src/widgets/sp-xmlview-attr-list.cpp 2008-06-27 22:00:47 +0000 ++++ src/widgets/sp-xmlview-attr-list.cpp 2008-06-27 22:48:41 +0000 +@@ -15,7 +15,7 @@ + + #include + #include +- ++#include + #include "helper/sp-marshal.h" + #include "../xml/node-event-vector.h" + #include "sp-xmlview-attr-list.h" + +=== modified file 'src/widgets/sp-xmlview-attr-list.h' +--- src/widgets/sp-xmlview-attr-list.h 2008-06-27 22:00:47 +0000 ++++ src/widgets/sp-xmlview-attr-list.h 2008-06-27 22:46:50 +0000 +@@ -14,6 +14,7 @@ + + #include + #include ++#include + #include "../xml/repr.h" + + #include + diff --git a/inkscape.changes b/inkscape.changes index 36da589..d8ee6f0 100644 --- a/inkscape.changes +++ b/inkscape.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jun 28 01:29:17 CEST 2008 - maw@suse.de + +- Add inkscape-gtk-clist.patch, to enable building against + recent versions of gtk+. + ------------------------------------------------------------------- Thu May 15 19:58:44 CEST 2008 - maw@suse.de diff --git a/inkscape.spec b/inkscape.spec index fbbc682..9eaac29 100644 --- a/inkscape.spec +++ b/inkscape.spec @@ -13,13 +13,13 @@ Name: inkscape BuildRequires: boost-devel cairomm docbook-toys fdupes gcc-c++ gtkmm24-devel intltool libglade2-devel libgnomeprintui-devel libgnomeui-devel liblcms-devel libpoppler-glib-devel libwnck-devel libxslt-devel loudmouth-devel perl python-devel python-gtk-devel sgml-skel update-desktop-files -License: GPL v2 or later +License: GPL v2 only; LGPL v2.1 only Group: Productivity/Graphics/Vector Editors Requires: cairomm ghostscript-fonts-std python-gtk python-numeric pstoedit libwmf gzip skencil /usr/bin/gs AutoReqProv: on Summary: Inkscape Vector Illustration Program Version: 0.46 -Release: 23 +Release: 34 Provides: sodipodi Obsoletes: sodipodi PreReq: /bin/rm /bin/ln /bin/sh /usr/bin/perl @@ -35,6 +35,8 @@ Patch13: %{name}-polyutil-newpoly.patch Patch14: %{name}-buffer-overrun.patch # PATCH-FIX-UPSTREAM inkscape-warnings.patch Patch15: inkscape-warnings.patch +# PATCH-FIX-UPSTREAM inkscape-gtk-clist.patch maw@novell.com -- https://bugs.launchpad.net/inkscape/+bug/238223 +Patch16: inkscape-gtk-clist.patch Url: http://www.inkscape.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: %{name}-lang = %{version} @@ -100,6 +102,7 @@ Authors: %patch13 %patch14 -p1 %patch15 -p0 +%patch16 -p0 pushd ../gc* %patch10 popd @@ -186,6 +189,9 @@ rm -rf $RPM_BUILD_ROOT %files lang -f %{name}.lang %changelog +* Sat Jun 28 2008 maw@suse.de +- Add inkscape-gtk-clist.patch, to enable building against + recent versions of gtk+. * Thu May 15 2008 maw@suse.de - Recommend python-lxml (bnc#370334). * Wed May 07 2008 maw@suse.de