Accepting request 98932 from GNOME:Apps

Pushing G:A

OBS-URL: https://build.opensuse.org/request/show/98932
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=55
This commit is contained in:
Stephan Kulow 2012-01-05 18:13:21 +00:00 committed by Git OBS Bridge
parent a2890199a4
commit c7a36f0eb4
3 changed files with 2389 additions and 0 deletions

2381
inkscape-glib-2.31.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 1 09:14:47 UTC 2011 - dimstar@opensuse.org
- Add inkscape-glib-2.31.patch: Fix build with glib 2.31.
-------------------------------------------------------------------
Wed Jul 13 21:16:21 UTC 2011 - mrdocs@opensuse.org

View File

@ -32,6 +32,8 @@ Source2: inkscape-split-extensions-extra.sh
Patch0: inkscape-remove-datetime.patch
# PATCH-FIX-OPENSUSE inkscape-packages.patch sbrabec@suse.cz -- Suggest packages instead of compilation from source.
Patch1: inkscape-packages.patch
# PATCH-FIX-UPSTREAM inkscape-glib-2.31.patch lp#898538 dimstar@opensuse.org -- Fix build with glib 2.31
Patch2: inkscape-glib-2.31.patch
BuildRequires: boost-devel
BuildRequires: docbook-toys
BuildRequires: fdupes
@ -156,6 +158,7 @@ Inkscape is a vector illustration program for the GNOME desktop.
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%build
export CFLAGS="%{optflags} -fno-strict-aliasing"