File project.diff of Package inkscape
--- inkscape.changes.orig
+++ inkscape.changes
@@ -1,4 +1,3 @@
--------------------------------------------------------------------
Tue Mar 2 13:20:36 UTC 2010 - dimstar@opensuse.org
- Add inkscape-gcc45.patch to fix build with gcc 4.5. Patch
@@ -7,6 +6,12 @@ Tue Mar 2 13:20:36 UTC 2010 - dimstar@o
commit 40b8cb7.
-------------------------------------------------------------------
+Wed Feb 24 22:19:14 UTC 2010 - larry+opensuse@l2g.to
+
+- Whittled down for the Tiles@Home project: dropped Python support,
+ Inkboard, Poppler-Cairo, and OpenOffice.org support
+
+-------------------------------------------------------------------
Wed Dec 16 15:06:57 CET 2009 - vuntz@opensuse.org
- Add inkscape-poppler-0.12.2.patch to fix build with recent
--- inkscape.spec.orig
+++ inkscape.spec
@@ -19,7 +19,7 @@
Name: inkscape
Version: 0.47
-Release: 3
+Release: TAH.<CI_CNT>.<B_CNT>
License: GPLv2 ; LGPLv2.1
Summary: Vector Illustration Program
Url: http://www.inkscape.org/
@@ -43,27 +43,28 @@ BuildRequires: docbook-toys
BuildRequires: fdupes
BuildRequires: gc-devel
BuildRequires: gcc-c++
-BuildRequires: gnome-vfs2-devel
+#BuildRequires: gnome-vfs2-devel
BuildRequires: gsl-devel
BuildRequires: gtkmm24-devel
BuildRequires: intltool
BuildRequires: libMagick++-devel
BuildRequires: liblcms-devel
-BuildRequires: libpoppler-glib-devel
-BuildRequires: libwpg-devel
+#BuildRequires: libpoppler-glib-devel
+#BuildRequires: libwpg-devel
BuildRequires: libxslt-devel
BuildRequires: perl
-BuildRequires: python-devel
-BuildRequires: python-gtk-devel
+BuildRequires: popt-devel
+#BuildRequires: python-devel
+#BuildRequires: python-gtk-devel
BuildRequires: sgml-skel
BuildRequires: update-desktop-files
-Requires: %{name}-lang = %{version}
+Recommends: %{name}-lang = %{version}
Requires: /usr/bin/gs
Requires: ghostscript-fonts-std
Requires: gzip
Requires: pstoedit
-Requires: python-gtk
-Recommends: python-lxml
+#Requires: python-gtk
+#Recommends: python-lxml
# package in <= NLD9 and SuSE Linux <= 9.1
Obsoletes: sodipodi <= 0.34
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -169,11 +170,12 @@ Inkscape is a vector illustration progra
%build
export CXXFLAGS="%{optflags} -fno-strict-aliasing"
-# We're building without perl support for now...
-%configure\
- --with-python\
- --without-perl\
- --enable-inkboard
+
+# Tiles@Home does not need PDF previews (poppler-cairo) or OpenOffice.org
+# support (inkjar). Disabling dependency tracking speeds up "one-time" builds,
+# and on the openSUSE Build Service, all builds are effectively so.
+%configure --disable-poppler-cairo --without-inkjar \
+ --disable-dependency-tracking
make %{?jobs:-j%jobs}
%install