OBS User unknown 2008-06-30 13:42:03 +00:00 committed by Git OBS Bridge
parent f14c8be97e
commit f3d071ecdc
3 changed files with 39 additions and 2 deletions

25
inkscape-gtk-clist.patch Normal file
View File

@ -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 <cstring>
#include <glibmm/i18n.h>
-
+#include <gtk/gtk.h>
#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 <stdio.h>
#include <gtk/gtkclist.h>
+#include <gtk/gtk.h>
#include "../xml/repr.h"
#include <glib.h>

View File

@ -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

View File

@ -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