2007-01-04 17:23:48 +01:00
|
|
|
#
|
2011-02-02 01:42:58 +01:00
|
|
|
# spec file for package inkscape
|
2007-01-04 17:23:48 +01:00
|
|
|
#
|
2020-04-16 15:14:00 +02:00
|
|
|
# Copyright (c) 2020 SUSE LLC
|
2007-01-04 17:23:48 +01:00
|
|
|
#
|
2008-09-24 16:50:32 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2018-12-06 14:52:20 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2011-02-02 01:42:58 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2020-05-06 19:45:58 +02:00
|
|
|
%define _version 1.0_2020-05-01_4035a4fb49
|
2007-01-04 17:23:48 +01:00
|
|
|
Name: inkscape
|
2020-05-06 19:45:58 +02:00
|
|
|
Version: 1.0
|
2012-02-14 19:01:11 +01:00
|
|
|
Release: 0
|
2009-12-11 17:14:04 +01:00
|
|
|
Summary: Vector Illustration Program
|
2018-04-30 19:28:53 +02:00
|
|
|
License: GPL-3.0-only
|
2019-12-05 23:32:58 +01:00
|
|
|
URL: https://inkscape.org/
|
2020-05-06 19:45:58 +02:00
|
|
|
Source: https://media.inkscape.org/dl/resources/file/%{name}-%{version}.tar.xz
|
2009-12-11 17:14:04 +01:00
|
|
|
# openSUSE palette file
|
|
|
|
Source1: openSUSE.gpl
|
2020-05-06 19:45:58 +02:00
|
|
|
Source2: inkscape-split-extensions-extra.py
|
Accepting request 600763 from home:StefanBruens:branches:graphics
- Omit translations from appdata on Leap 42.x/SLE12, merging
translations in XML requires msgfmt >= 0.19.7
- Update to 0.92.3, a stability and bugfix release
* new CLI options --export-area-{drawing,page}, --export-margin
* Text tool, switching between RTL/LTR writing
* Circle/Ellipse tool, toolbar fields for Rx, Ry radius
* PDF+LaTeX export, basic linespacing support
* Preferences option for number of rendering tiles
* Various bug fixes, for details see:
https://inkscape.org/en/release/0.92.3/
- Drop obsolete inkscape-poppler058-fix.patch
- Use cmake instead of autoconf
* Add build_internal_libraries_as_static.patch
* Add fix_install_targets.patch
- Spec file cleanup
* Remove conditionals for EOLed distributions
* Remove ghostscript-fonts-std dependency
* Add libjpeg build dependency
* Do not package extension unittests
* Move all extensions with ghostscript or pstoedit dependency
to extensions-extra subpackage
- Correct License, original inkscape code is GPL-2.0 or later, but
the binary contains code from Gimp (GPL-3.0), see COPYING
OBS-URL: https://build.opensuse.org/request/show/600763
OBS-URL: https://build.opensuse.org/package/show/graphics/inkscape?expand=0&rev=34
2018-04-26 02:34:58 +02:00
|
|
|
BuildRequires: cmake
|
2020-05-06 19:45:58 +02:00
|
|
|
BuildRequires: double-conversion-devel
|
2009-12-11 17:14:04 +01:00
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: gc-devel
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: intltool
|
2020-05-06 19:45:58 +02:00
|
|
|
BuildRequires: libboost_headers-devel
|
2012-02-28 14:13:17 +01:00
|
|
|
BuildRequires: liblcms2-devel
|
2009-12-11 17:14:04 +01:00
|
|
|
BuildRequires: libpoppler-glib-devel
|
2014-07-29 16:48:04 +02:00
|
|
|
BuildRequires: libtool
|
2009-12-11 17:14:04 +01:00
|
|
|
BuildRequires: libxslt-devel
|
|
|
|
BuildRequires: perl
|
2020-05-06 19:45:58 +02:00
|
|
|
BuildRequires: pkgconfig
|
2010-12-13 13:13:56 +01:00
|
|
|
BuildRequires: popt-devel
|
2017-02-14 07:53:31 +01:00
|
|
|
BuildRequires: potrace-devel
|
2019-08-09 16:06:24 +02:00
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-gobject-devel
|
|
|
|
BuildRequires: python3-xml
|
2009-12-11 17:14:04 +01:00
|
|
|
BuildRequires: update-desktop-files
|
2020-05-06 19:45:58 +02:00
|
|
|
BuildRequires: pkgconfig(Magick++)
|
|
|
|
BuildRequires: pkgconfig(gdl-3.0)
|
|
|
|
BuildRequires: pkgconfig(gsl)
|
|
|
|
BuildRequires: pkgconfig(gtkmm-3.0)
|
|
|
|
BuildRequires: pkgconfig(gtkspell3-3.0)
|
Accepting request 600763 from home:StefanBruens:branches:graphics
- Omit translations from appdata on Leap 42.x/SLE12, merging
translations in XML requires msgfmt >= 0.19.7
- Update to 0.92.3, a stability and bugfix release
* new CLI options --export-area-{drawing,page}, --export-margin
* Text tool, switching between RTL/LTR writing
* Circle/Ellipse tool, toolbar fields for Rx, Ry radius
* PDF+LaTeX export, basic linespacing support
* Preferences option for number of rendering tiles
* Various bug fixes, for details see:
https://inkscape.org/en/release/0.92.3/
- Drop obsolete inkscape-poppler058-fix.patch
- Use cmake instead of autoconf
* Add build_internal_libraries_as_static.patch
* Add fix_install_targets.patch
- Spec file cleanup
* Remove conditionals for EOLed distributions
* Remove ghostscript-fonts-std dependency
* Add libjpeg build dependency
* Do not package extension unittests
* Move all extensions with ghostscript or pstoedit dependency
to extensions-extra subpackage
- Correct License, original inkscape code is GPL-2.0 or later, but
the binary contains code from Gimp (GPL-3.0), see COPYING
OBS-URL: https://build.opensuse.org/request/show/600763
OBS-URL: https://build.opensuse.org/package/show/graphics/inkscape?expand=0&rev=34
2018-04-26 02:34:58 +02:00
|
|
|
BuildRequires: pkgconfig(libexif)
|
|
|
|
BuildRequires: pkgconfig(libjpeg)
|
|
|
|
BuildRequires: pkgconfig(libpng)
|
2014-07-29 16:48:04 +02:00
|
|
|
BuildRequires: pkgconfig(librevenge-0.0)
|
2020-05-06 19:45:58 +02:00
|
|
|
BuildRequires: pkgconfig(libsoup-2.4)
|
Accepting request 600763 from home:StefanBruens:branches:graphics
- Omit translations from appdata on Leap 42.x/SLE12, merging
translations in XML requires msgfmt >= 0.19.7
- Update to 0.92.3, a stability and bugfix release
* new CLI options --export-area-{drawing,page}, --export-margin
* Text tool, switching between RTL/LTR writing
* Circle/Ellipse tool, toolbar fields for Rx, Ry radius
* PDF+LaTeX export, basic linespacing support
* Preferences option for number of rendering tiles
* Various bug fixes, for details see:
https://inkscape.org/en/release/0.92.3/
- Drop obsolete inkscape-poppler058-fix.patch
- Use cmake instead of autoconf
* Add build_internal_libraries_as_static.patch
* Add fix_install_targets.patch
- Spec file cleanup
* Remove conditionals for EOLed distributions
* Remove ghostscript-fonts-std dependency
* Add libjpeg build dependency
* Do not package extension unittests
* Move all extensions with ghostscript or pstoedit dependency
to extensions-extra subpackage
- Correct License, original inkscape code is GPL-2.0 or later, but
the binary contains code from Gimp (GPL-3.0), see COPYING
OBS-URL: https://build.opensuse.org/request/show/600763
OBS-URL: https://build.opensuse.org/package/show/graphics/inkscape?expand=0&rev=34
2018-04-26 02:34:58 +02:00
|
|
|
BuildRequires: pkgconfig(libvisio-0.1)
|
2014-07-29 16:48:04 +02:00
|
|
|
BuildRequires: pkgconfig(libwpg-0.3)
|
2019-08-09 16:06:24 +02:00
|
|
|
Requires: python3-gobject
|
|
|
|
Recommends: python3-lxml
|
2020-05-06 19:45:58 +02:00
|
|
|
Recommends: python3-numpy
|
2019-08-09 16:06:24 +02:00
|
|
|
Recommends: python3-scour
|
2020-05-06 19:45:58 +02:00
|
|
|
Recommends: python3-xml
|
|
|
|
Obsoletes: %{name}-extensions-dia < %{version}
|
|
|
|
Obsoletes: %{name}-extensions-skencil < %{version}
|
2007-01-04 17:23:48 +01:00
|
|
|
|
|
|
|
%description
|
2018-04-30 19:28:53 +02:00
|
|
|
Inkscape is a vector graphics editor.
|
2007-01-04 17:23:48 +01:00
|
|
|
|
2008-07-09 18:48:13 +02:00
|
|
|
%package extensions-extra
|
2018-04-30 19:28:53 +02:00
|
|
|
Summary: Additional extensions for Inkscape
|
2009-12-11 17:14:04 +01:00
|
|
|
Requires: %{name} = %{version}
|
2020-05-06 19:45:58 +02:00
|
|
|
# ps_input.py is a wrapper around ps2pdf, which lives in ghostscript package.
|
2012-07-22 15:15:58 +02:00
|
|
|
Requires: ghostscript
|
2019-08-09 16:06:24 +02:00
|
|
|
Requires: python3-lxml
|
2020-05-06 19:45:58 +02:00
|
|
|
Requires: python3-numpy
|
|
|
|
Requires: python3-scour
|
2019-08-09 16:06:24 +02:00
|
|
|
Requires: python3-xml
|
2014-07-29 16:48:04 +02:00
|
|
|
Enhances: %{name}
|
2020-05-06 19:45:58 +02:00
|
|
|
Supplements: (%{name} and python3-lxml and python3-numpy and python3-scour and python3-xml)
|
2008-07-09 18:48:13 +02:00
|
|
|
|
|
|
|
%description extensions-extra
|
|
|
|
Extra extensions for Inkscape. Recommended for everybody who wants to
|
|
|
|
use Inkscape.
|
|
|
|
|
2018-04-30 19:28:53 +02:00
|
|
|
Inkscape is a vector graphics editor.
|
2008-07-09 18:48:13 +02:00
|
|
|
|
|
|
|
%package extensions-fig
|
2018-04-30 19:28:53 +02:00
|
|
|
Summary: Fig import extensions for Inkscape
|
2009-12-11 17:14:04 +01:00
|
|
|
Requires: %{name} = %{version}
|
2020-05-06 19:45:58 +02:00
|
|
|
Requires: %{name}-extensions-extra = %{version}
|
2009-12-11 17:14:04 +01:00
|
|
|
Requires: transfig
|
2014-07-29 16:48:04 +02:00
|
|
|
Enhances: %{name}
|
2020-05-06 19:45:58 +02:00
|
|
|
Supplements: (%{name} and transfig)
|
2008-07-09 18:48:13 +02:00
|
|
|
|
|
|
|
%description extensions-fig
|
|
|
|
Fig family (XFig, Figurine, JFig, WinFig,...) import extension for
|
|
|
|
Inkscape.
|
|
|
|
|
2018-04-30 19:28:53 +02:00
|
|
|
Inkscape is a vector graphics editor.
|
2008-07-09 18:48:13 +02:00
|
|
|
|
|
|
|
%package extensions-gimp
|
2018-04-30 19:28:53 +02:00
|
|
|
Summary: GIMP extensions for Inkscape
|
2009-12-11 17:14:04 +01:00
|
|
|
Requires: %{name} = %{version}
|
2019-08-09 16:06:24 +02:00
|
|
|
Requires: %{name}-extensions-extra = %{version}
|
Accepting request 600763 from home:StefanBruens:branches:graphics
- Omit translations from appdata on Leap 42.x/SLE12, merging
translations in XML requires msgfmt >= 0.19.7
- Update to 0.92.3, a stability and bugfix release
* new CLI options --export-area-{drawing,page}, --export-margin
* Text tool, switching between RTL/LTR writing
* Circle/Ellipse tool, toolbar fields for Rx, Ry radius
* PDF+LaTeX export, basic linespacing support
* Preferences option for number of rendering tiles
* Various bug fixes, for details see:
https://inkscape.org/en/release/0.92.3/
- Drop obsolete inkscape-poppler058-fix.patch
- Use cmake instead of autoconf
* Add build_internal_libraries_as_static.patch
* Add fix_install_targets.patch
- Spec file cleanup
* Remove conditionals for EOLed distributions
* Remove ghostscript-fonts-std dependency
* Add libjpeg build dependency
* Do not package extension unittests
* Move all extensions with ghostscript or pstoedit dependency
to extensions-extra subpackage
- Correct License, original inkscape code is GPL-2.0 or later, but
the binary contains code from Gimp (GPL-3.0), see COPYING
OBS-URL: https://build.opensuse.org/request/show/600763
OBS-URL: https://build.opensuse.org/package/show/graphics/inkscape?expand=0&rev=34
2018-04-26 02:34:58 +02:00
|
|
|
Requires: gimp
|
2014-07-29 16:48:04 +02:00
|
|
|
Enhances: %{name}
|
2020-05-06 19:45:58 +02:00
|
|
|
Supplements: (%{name} and gimp)
|
2008-07-09 18:48:13 +02:00
|
|
|
|
|
|
|
%description extensions-gimp
|
|
|
|
The GIMP import and export extensions for Inkscape.
|
|
|
|
|
2018-04-30 19:28:53 +02:00
|
|
|
Inkscape is a vector graphics editor.
|
2008-07-09 18:48:13 +02:00
|
|
|
|
2007-08-09 19:45:56 +02:00
|
|
|
%lang_package
|
2014-07-29 16:48:04 +02:00
|
|
|
|
2007-01-04 17:23:48 +01:00
|
|
|
%prep
|
2020-05-06 19:45:58 +02:00
|
|
|
%setup -q -n %{name}-%{_version}
|
2017-08-08 05:04:31 +02:00
|
|
|
|
2007-01-04 17:23:48 +01:00
|
|
|
%build
|
2019-05-22 10:47:58 +02:00
|
|
|
%define _lto_cflags %{nil}
|
2014-07-29 16:48:04 +02:00
|
|
|
%ifarch %{arm}
|
2012-09-23 21:05:21 +02:00
|
|
|
export LDFLAGS+="-Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
|
|
|
|
%endif
|
2020-05-06 19:45:58 +02:00
|
|
|
%cmake \
|
|
|
|
-DINKSCAPE_INSTALL_LIBDIR=%{_libdir} \
|
|
|
|
-DWITH_MANPAGE_COMPRESSION=OFF
|
|
|
|
%cmake_build
|
2007-01-04 17:23:48 +01:00
|
|
|
|
|
|
|
%install
|
Accepting request 600763 from home:StefanBruens:branches:graphics
- Omit translations from appdata on Leap 42.x/SLE12, merging
translations in XML requires msgfmt >= 0.19.7
- Update to 0.92.3, a stability and bugfix release
* new CLI options --export-area-{drawing,page}, --export-margin
* Text tool, switching between RTL/LTR writing
* Circle/Ellipse tool, toolbar fields for Rx, Ry radius
* PDF+LaTeX export, basic linespacing support
* Preferences option for number of rendering tiles
* Various bug fixes, for details see:
https://inkscape.org/en/release/0.92.3/
- Drop obsolete inkscape-poppler058-fix.patch
- Use cmake instead of autoconf
* Add build_internal_libraries_as_static.patch
* Add fix_install_targets.patch
- Spec file cleanup
* Remove conditionals for EOLed distributions
* Remove ghostscript-fonts-std dependency
* Add libjpeg build dependency
* Do not package extension unittests
* Move all extensions with ghostscript or pstoedit dependency
to extensions-extra subpackage
- Correct License, original inkscape code is GPL-2.0 or later, but
the binary contains code from Gimp (GPL-3.0), see COPYING
OBS-URL: https://build.opensuse.org/request/show/600763
OBS-URL: https://build.opensuse.org/package/show/graphics/inkscape?expand=0&rev=34
2018-04-26 02:34:58 +02:00
|
|
|
%cmake_install
|
|
|
|
|
2020-05-06 19:45:58 +02:00
|
|
|
# Only useful for translators.
|
|
|
|
rm %{buildroot}%{_datadir}/inkscape/extensions/genpofiles.sh
|
|
|
|
# Only required on Windows.
|
|
|
|
rm %{buildroot}%{_datadir}/inkscape/extensions/print_win32_vector.*
|
|
|
|
# Packaging/distribution info.
|
|
|
|
rm %{buildroot}%{_datadir}/inkscape/extensions/{LICENSE.txt,MANIFEST.in,README.md,STYLEGUIDE.md}
|
|
|
|
# Test framework.
|
|
|
|
rm %{buildroot}%{_datadir}/inkscape/extensions/setup.{cfg,py} \
|
|
|
|
%{buildroot}%{_datadir}/inkscape/extensions/tox.ini \
|
|
|
|
%{buildroot}%{_datadir}/inkscape/extensions/.pylintrc \
|
|
|
|
%{buildroot}%{_datadir}/inkscape/extensions/doxygen-main.dox
|
Accepting request 283852 from GNOME:Apps
- Update to version 0.91:
+ Improved performance. The new renderer is significantly faster
on most drawings.
+ OpenMP multithreading for filters.
+ Substantial memory savings.
+ Responsiveness improvements.
+ Rendering bug fixes. The following things now render correctly:
- Pattern fills (no more gaps between tiles, regardless of
transformation).
- Stroke of transformed objects in patterns.
- Patterns containing clipped objects.
- Nested clipping paths.
- Masked and clipped objects with large masks / clipping paths
in Outline view.
- Paths with wide strokes and long miters.
- Fonts.
+ A grayscale display color mode has been added, that shows a
preview of your drawing in grayscale.
+ The tool control bar for the Node Tool features a new dropdown
to insert new nodes on the selected segments extreme values.
+ The Measurement tool is a new feature for the artist to measure
the elements in their drawing.
+ Text size default unit is now points (pt) and is customizable
(px,pt,pc,mm,cm,in,em).
+ Text toolbar shows full list of font style variants for that
font.
+ Files with text in em units read correctly.
+ Font substitution warning dialog.
+ Gradient toolbar enhanced to select and modify gradient stops,
invert, repeat, and link gradients.
OBS-URL: https://build.opensuse.org/request/show/283852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=80
2015-02-06 10:50:07 +01:00
|
|
|
|
2020-05-06 19:45:58 +02:00
|
|
|
install -Dpm 0644 %{SOURCE1} %{buildroot}%{_datadir}/inkscape/palettes/
|
Accepting request 283852 from GNOME:Apps
- Update to version 0.91:
+ Improved performance. The new renderer is significantly faster
on most drawings.
+ OpenMP multithreading for filters.
+ Substantial memory savings.
+ Responsiveness improvements.
+ Rendering bug fixes. The following things now render correctly:
- Pattern fills (no more gaps between tiles, regardless of
transformation).
- Stroke of transformed objects in patterns.
- Patterns containing clipped objects.
- Nested clipping paths.
- Masked and clipped objects with large masks / clipping paths
in Outline view.
- Paths with wide strokes and long miters.
- Fonts.
+ A grayscale display color mode has been added, that shows a
preview of your drawing in grayscale.
+ The tool control bar for the Node Tool features a new dropdown
to insert new nodes on the selected segments extreme values.
+ The Measurement tool is a new feature for the artist to measure
the elements in their drawing.
+ Text size default unit is now points (pt) and is customizable
(px,pt,pc,mm,cm,in,em).
+ Text toolbar shows full list of font style variants for that
font.
+ Files with text in em units read correctly.
+ Font substitution warning dialog.
+ Gradient toolbar enhanced to select and modify gradient stops,
invert, repeat, and link gradients.
OBS-URL: https://build.opensuse.org/request/show/283852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=80
2015-02-06 10:50:07 +01:00
|
|
|
|
2011-02-14 01:12:14 +01:00
|
|
|
%find_lang %{name} %{?no_lang_C}
|
Accepting request 283852 from GNOME:Apps
- Update to version 0.91:
+ Improved performance. The new renderer is significantly faster
on most drawings.
+ OpenMP multithreading for filters.
+ Substantial memory savings.
+ Responsiveness improvements.
+ Rendering bug fixes. The following things now render correctly:
- Pattern fills (no more gaps between tiles, regardless of
transformation).
- Stroke of transformed objects in patterns.
- Patterns containing clipped objects.
- Nested clipping paths.
- Masked and clipped objects with large masks / clipping paths
in Outline view.
- Paths with wide strokes and long miters.
- Fonts.
+ A grayscale display color mode has been added, that shows a
preview of your drawing in grayscale.
+ The tool control bar for the Node Tool features a new dropdown
to insert new nodes on the selected segments extreme values.
+ The Measurement tool is a new feature for the artist to measure
the elements in their drawing.
+ Text size default unit is now points (pt) and is customizable
(px,pt,pc,mm,cm,in,em).
+ Text toolbar shows full list of font style variants for that
font.
+ Files with text in em units read correctly.
+ Font substitution warning dialog.
+ Gradient toolbar enhanced to select and modify gradient stops,
invert, repeat, and link gradients.
OBS-URL: https://build.opensuse.org/request/show/283852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=80
2015-02-06 10:50:07 +01:00
|
|
|
|
2020-05-06 19:45:58 +02:00
|
|
|
sed -i -e "1 s|#! *%{_bindir}/env python|#!%{_bindir}/python3|" %{buildroot}%{_datadir}/inkscape/extensions/*.py
|
Accepting request 283852 from GNOME:Apps
- Update to version 0.91:
+ Improved performance. The new renderer is significantly faster
on most drawings.
+ OpenMP multithreading for filters.
+ Substantial memory savings.
+ Responsiveness improvements.
+ Rendering bug fixes. The following things now render correctly:
- Pattern fills (no more gaps between tiles, regardless of
transformation).
- Stroke of transformed objects in patterns.
- Patterns containing clipped objects.
- Nested clipping paths.
- Masked and clipped objects with large masks / clipping paths
in Outline view.
- Paths with wide strokes and long miters.
- Fonts.
+ A grayscale display color mode has been added, that shows a
preview of your drawing in grayscale.
+ The tool control bar for the Node Tool features a new dropdown
to insert new nodes on the selected segments extreme values.
+ The Measurement tool is a new feature for the artist to measure
the elements in their drawing.
+ Text size default unit is now points (pt) and is customizable
(px,pt,pc,mm,cm,in,em).
+ Text toolbar shows full list of font style variants for that
font.
+ Files with text in em units read correctly.
+ Font substitution warning dialog.
+ Gradient toolbar enhanced to select and modify gradient stops,
invert, repeat, and link gradients.
OBS-URL: https://build.opensuse.org/request/show/283852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=80
2015-02-06 10:50:07 +01:00
|
|
|
|
2020-05-06 19:45:58 +02:00
|
|
|
# Split extensions.
|
|
|
|
python3 %{SOURCE2} %{buildroot}%{_datadir}/inkscape/extensions "%%{_datadir}/inkscape/extensions/"
|
Accepting request 600763 from home:StefanBruens:branches:graphics
- Omit translations from appdata on Leap 42.x/SLE12, merging
translations in XML requires msgfmt >= 0.19.7
- Update to 0.92.3, a stability and bugfix release
* new CLI options --export-area-{drawing,page}, --export-margin
* Text tool, switching between RTL/LTR writing
* Circle/Ellipse tool, toolbar fields for Rx, Ry radius
* PDF+LaTeX export, basic linespacing support
* Preferences option for number of rendering tiles
* Various bug fixes, for details see:
https://inkscape.org/en/release/0.92.3/
- Drop obsolete inkscape-poppler058-fix.patch
- Use cmake instead of autoconf
* Add build_internal_libraries_as_static.patch
* Add fix_install_targets.patch
- Spec file cleanup
* Remove conditionals for EOLed distributions
* Remove ghostscript-fonts-std dependency
* Add libjpeg build dependency
* Do not package extension unittests
* Move all extensions with ghostscript or pstoedit dependency
to extensions-extra subpackage
- Correct License, original inkscape code is GPL-2.0 or later, but
the binary contains code from Gimp (GPL-3.0), see COPYING
OBS-URL: https://build.opensuse.org/request/show/600763
OBS-URL: https://build.opensuse.org/package/show/graphics/inkscape?expand=0&rev=34
2018-04-26 02:34:58 +02:00
|
|
|
|
|
|
|
%fdupes %{buildroot}
|
2011-02-14 01:12:19 +01:00
|
|
|
|
2020-05-06 19:45:58 +02:00
|
|
|
%post -n %{name} -p /sbin/ldconfig
|
2012-05-22 08:15:58 +02:00
|
|
|
|
2020-05-06 19:45:58 +02:00
|
|
|
%postun -n %{name} -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files -f inkscape.lst
|
2007-01-23 01:18:58 +01:00
|
|
|
%{_bindir}/*
|
2020-05-06 19:45:58 +02:00
|
|
|
%{_libdir}/lib%{name}_base.so
|
|
|
|
%{_datadir}/applications/*Inkscape.desktop
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/*Inkscape.png
|
|
|
|
%{_datadir}/metainfo/*Inkscape.appdata.xml
|
|
|
|
%dir %{_datadir}/inkscape/
|
|
|
|
%{_datadir}/inkscape/[cdf-z]*
|
|
|
|
%{_datadir}/inkscape/examples/
|
|
|
|
%dir %{_datadir}/inkscape/extensions/
|
|
|
|
%{_datadir}/inkscape/extensions/svg_fonts/
|
|
|
|
%{_datadir}/inkscape/extensions/xaml2svg/
|
2008-07-09 18:48:13 +02:00
|
|
|
%{_datadir}/inkscape/extensions/*.xsl*
|
|
|
|
%{_datadir}/inkscape/extensions/colors.xml
|
2009-12-11 17:14:04 +01:00
|
|
|
%{_datadir}/inkscape/extensions/Poly3DObjects/
|
|
|
|
%{_datadir}/inkscape/extensions/alphabet_soup/
|
|
|
|
%{_datadir}/inkscape/extensions/inkweb.js
|
2010-09-06 18:18:55 +02:00
|
|
|
%{_datadir}/inkscape/extensions/jessyInk.js
|
|
|
|
%{_datadir}/inkscape/extensions/jessyInk_core_mouseHandler_noclick.js
|
|
|
|
%{_datadir}/inkscape/extensions/jessyInk_core_mouseHandler_zoomControl.js
|
|
|
|
%{_datadir}/inkscape/extensions/jessyInk_video.svg
|
Accepting request 283852 from GNOME:Apps
- Update to version 0.91:
+ Improved performance. The new renderer is significantly faster
on most drawings.
+ OpenMP multithreading for filters.
+ Substantial memory savings.
+ Responsiveness improvements.
+ Rendering bug fixes. The following things now render correctly:
- Pattern fills (no more gaps between tiles, regardless of
transformation).
- Stroke of transformed objects in patterns.
- Patterns containing clipped objects.
- Nested clipping paths.
- Masked and clipped objects with large masks / clipping paths
in Outline view.
- Paths with wide strokes and long miters.
- Fonts.
+ A grayscale display color mode has been added, that shows a
preview of your drawing in grayscale.
+ The tool control bar for the Node Tool features a new dropdown
to insert new nodes on the selected segments extreme values.
+ The Measurement tool is a new feature for the artist to measure
the elements in their drawing.
+ Text size default unit is now points (pt) and is customizable
(px,pt,pc,mm,cm,in,em).
+ Text toolbar shows full list of font style variants for that
font.
+ Files with text in em units read correctly.
+ Font substitution warning dialog.
+ Gradient toolbar enhanced to select and modify gradient stops,
invert, repeat, and link gradients.
OBS-URL: https://build.opensuse.org/request/show/283852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=80
2015-02-06 10:50:07 +01:00
|
|
|
%{_datadir}/inkscape/extensions/fontfix.conf
|
|
|
|
%{_datadir}/inkscape/extensions/inkscape.extension.rng
|
2017-01-11 21:31:26 +01:00
|
|
|
%{_datadir}/inkscape/extensions/seamless_pattern.svg
|
Accepting request 283852 from GNOME:Apps
- Update to version 0.91:
+ Improved performance. The new renderer is significantly faster
on most drawings.
+ OpenMP multithreading for filters.
+ Substantial memory savings.
+ Responsiveness improvements.
+ Rendering bug fixes. The following things now render correctly:
- Pattern fills (no more gaps between tiles, regardless of
transformation).
- Stroke of transformed objects in patterns.
- Patterns containing clipped objects.
- Nested clipping paths.
- Masked and clipped objects with large masks / clipping paths
in Outline view.
- Paths with wide strokes and long miters.
- Fonts.
+ A grayscale display color mode has been added, that shows a
preview of your drawing in grayscale.
+ The tool control bar for the Node Tool features a new dropdown
to insert new nodes on the selected segments extreme values.
+ The Measurement tool is a new feature for the artist to measure
the elements in their drawing.
+ Text size default unit is now points (pt) and is customizable
(px,pt,pc,mm,cm,in,em).
+ Text toolbar shows full list of font style variants for that
font.
+ Files with text in em units read correctly.
+ Font substitution warning dialog.
+ Gradient toolbar enhanced to select and modify gradient stops,
invert, repeat, and link gradients.
OBS-URL: https://build.opensuse.org/request/show/283852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=80
2015-02-06 10:50:07 +01:00
|
|
|
%{_datadir}/inkscape/attributes/
|
|
|
|
%{_datadir}/inkscape/branding/
|
2020-05-06 19:45:58 +02:00
|
|
|
%{_mandir}/man1/*.1%{?ext_man}
|
|
|
|
# We can't really move the localized manpages to the lang package, since they'd
|
|
|
|
# create a conflict between the lang subpackage and bundles
|
|
|
|
%dir %{_mandir}/hr/
|
|
|
|
%dir %{_mandir}/hr/man1/
|
|
|
|
%{_mandir}/*/man1/*.1%{?ext_man}
|
2009-05-28 04:31:27 +02:00
|
|
|
# exclude extensions that go in other packages:
|
|
|
|
%exclude %{_datadir}/inkscape/extensions/fig*
|
|
|
|
%exclude %{_datadir}/inkscape/extensions/*gimp*
|
Accepting request 600763 from home:StefanBruens:branches:graphics
- Omit translations from appdata on Leap 42.x/SLE12, merging
translations in XML requires msgfmt >= 0.19.7
- Update to 0.92.3, a stability and bugfix release
* new CLI options --export-area-{drawing,page}, --export-margin
* Text tool, switching between RTL/LTR writing
* Circle/Ellipse tool, toolbar fields for Rx, Ry radius
* PDF+LaTeX export, basic linespacing support
* Preferences option for number of rendering tiles
* Various bug fixes, for details see:
https://inkscape.org/en/release/0.92.3/
- Drop obsolete inkscape-poppler058-fix.patch
- Use cmake instead of autoconf
* Add build_internal_libraries_as_static.patch
* Add fix_install_targets.patch
- Spec file cleanup
* Remove conditionals for EOLed distributions
* Remove ghostscript-fonts-std dependency
* Add libjpeg build dependency
* Do not package extension unittests
* Move all extensions with ghostscript or pstoedit dependency
to extensions-extra subpackage
- Correct License, original inkscape code is GPL-2.0 or later, but
the binary contains code from Gimp (GPL-3.0), see COPYING
OBS-URL: https://build.opensuse.org/request/show/600763
OBS-URL: https://build.opensuse.org/package/show/graphics/inkscape?expand=0&rev=34
2018-04-26 02:34:58 +02:00
|
|
|
%exclude %{_datadir}/inkscape/extensions/*dxf*
|
2007-01-04 17:23:48 +01:00
|
|
|
|
2008-07-09 18:48:13 +02:00
|
|
|
%files extensions-extra -f inkscape-extensions-extra.lst
|
2020-05-06 19:45:58 +02:00
|
|
|
%{_datadir}/inkscape/extensions/output_scour.svg
|
2008-07-09 18:48:13 +02:00
|
|
|
|
|
|
|
%files extensions-fig
|
|
|
|
%{_datadir}/inkscape/extensions/fig*
|
|
|
|
|
|
|
|
%files extensions-gimp
|
|
|
|
# NOTE: export_gimp_palette* does not depend on gimp, but belongs here logically:
|
|
|
|
%{_datadir}/inkscape/extensions/*gimp*
|
|
|
|
|
2007-08-09 19:45:56 +02:00
|
|
|
%files lang -f %{name}.lang
|
2008-01-12 02:20:15 +01:00
|
|
|
|
2007-03-29 22:18:19 +02:00
|
|
|
%changelog
|