Accepting request 77964 from GNOME:Apps
Update to latest version. OBS-URL: https://build.opensuse.org/request/show/77964 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=53
This commit is contained in:
parent
0f21436d2c
commit
a2890199a4
File diff suppressed because it is too large
Load Diff
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:44bda45d14374351f426afa467222093c2f24ddb586e3cfa1cf21e7468e4bb86
|
||||
size 19558565
|
3
inkscape-0.48.2.tar.bz2
Normal file
3
inkscape-0.48.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:223a42ba6e3644bb2956c485ca0c210edc14e90fa882cdc57c1bb9f35b8f6783
|
||||
size 19583331
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 13 21:16:21 UTC 2011 - mrdocs@opensuse.org
|
||||
|
||||
- Update to version 0.48.2:
|
||||
+ many crash/hang fixes
|
||||
+ DXF and tex export fixes
|
||||
+ Bugs fixed: https://launchpad.net/inkscape/+milestone/0.48.2
|
||||
+ Updated translations.
|
||||
- Drop inkscape-0.48.0-gcc46.patch: fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 22 08:00:15 UTC 2011 - idoenmez@novell.com
|
||||
|
||||
|
@ -18,8 +18,8 @@
|
||||
|
||||
|
||||
Name: inkscape
|
||||
Version: 0.48.1
|
||||
Release: 8
|
||||
Version: 0.48.2
|
||||
Release: 1
|
||||
License: GPLv2 ; LGPLv2.1
|
||||
Summary: Vector Illustration Program
|
||||
Url: http://www.inkscape.org/
|
||||
@ -32,8 +32,6 @@ 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-0.48.0-gcc46.patch idoenmez@suse.de -- Fix compilation with gcc 4.6
|
||||
Patch2: inkscape-0.48.0-gcc46.patch
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: docbook-toys
|
||||
BuildRequires: fdupes
|
||||
@ -158,7 +156,6 @@ 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"
|
||||
@ -174,6 +171,7 @@ make %{?_smp_mflags}
|
||||
rm -rf %{buildroot}%{_datadir}/locale/en_US@piglatin
|
||||
rm -rf %{buildroot}%{_datadir}/inkscape/filters/filters.svg.h
|
||||
rm -rf %{buildroot}%{_datadir}/inkscape/patterns/patterns.svg.h
|
||||
|
||||
install -D -m 0644 %{S:1} %{buildroot}%{_datadir}/inkscape/palettes
|
||||
%suse_update_desktop_file -N "Inkscape" -G "SVG Vector Illustrator" inkscape
|
||||
# te_IN should really just be te, see lp#690255
|
||||
@ -181,6 +179,9 @@ test ! -e %{buildroot}%{_datadir}/locale/te
|
||||
mv %{buildroot}%{_datadir}/locale/te_IN %{buildroot}%{_datadir}/locale/te
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
bash %{S:2} %{buildroot}%{_datadir}/inkscape/extensions "%%{_datadir}/inkscape/extensions/"
|
||||
## fix line endings
|
||||
sed -i 's/\r$//' %{buildroot}%{_datadir}/inkscape/extensions/param_curves.py
|
||||
sed -i 's/\r$//' %{buildroot}%{_datadir}/inkscape/extensions/render_alphabetsoup.py
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%clean
|
||||
|
Loading…
Reference in New Issue
Block a user