Accepting request 833182 from graphics
OBS-URL: https://build.opensuse.org/request/show/833182 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=109
This commit is contained in:
commit
723b6aea7d
3
inkscape-1.0.1.tar.xz
Normal file
3
inkscape-1.0.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cf9295edf46a633caf3aac0562364a24aef7cd6294601365aca38aeead2d57c2
|
||||||
|
size 32051632
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:89c123d1a62ac52db6a08fe3be730584411b89a88ecc528a410b4f3fa53f94bb
|
|
||||||
size 31935616
|
|
@ -98,7 +98,7 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
|
|
||||||
# And now verify everything and generate final list.
|
# And now verify everything and generate final list.
|
||||||
exclusion_regex = re.compile(r"^(cdr|fig|.*gimp)")
|
exclusion_regex = re.compile(r"^(cdr|fig|.*gimp|scribus)")
|
||||||
|
|
||||||
std_list = work_dir / "inkscape.lst"
|
std_list = work_dir / "inkscape.lst"
|
||||||
extra_list = work_dir / "inkscape-extensions-extra.lst"
|
extra_list = work_dir / "inkscape-extensions-extra.lst"
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 8 11:58:49 UTC 2020 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||||
|
|
||||||
|
- Update to version 1.0.1:
|
||||||
|
* Selectors/CSS dialogue is now available.
|
||||||
|
* Experimental colour-managed PDF export through Scribus.
|
||||||
|
* Many crash fixes and bugs fixed.
|
||||||
|
- Add a inkscape-extensions-scribus package with the new extension.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 24 09:46:20 UTC 2020 - Martin Liška <mliska@suse.cz>
|
Mon Aug 24 09:46:20 UTC 2020 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -16,9 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _version 1.0_2020-05-01_4035a4fb49
|
%define _version 1.0.1_2020-09-07_3bc2e813f5
|
||||||
Name: inkscape
|
Name: inkscape
|
||||||
Version: 1.0
|
Version: 1.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Vector Illustration Program
|
Summary: Vector Illustration Program
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
@ -116,6 +116,19 @@ The GIMP import and export extensions for Inkscape.
|
|||||||
|
|
||||||
Inkscape is a vector graphics editor.
|
Inkscape is a vector graphics editor.
|
||||||
|
|
||||||
|
%package extensions-scribus
|
||||||
|
Summary: Scribus extensions for Inkscape
|
||||||
|
Requires: %{name} = %{version}
|
||||||
|
Requires: %{name}-extensions-extra = %{version}
|
||||||
|
Requires: scribus
|
||||||
|
Enhances: %{name}
|
||||||
|
Supplements: (%{name} and scribus)
|
||||||
|
|
||||||
|
%description extensions-scribus
|
||||||
|
The Scribus-based PDF export extension for Inkscape.
|
||||||
|
|
||||||
|
Inkscape is a vector graphics editor.
|
||||||
|
|
||||||
%lang_package
|
%lang_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -181,12 +194,15 @@ python3 %{SOURCE2} %{buildroot}%{_datadir}/inkscape/extensions "%%{_datadir}/ink
|
|||||||
%{_datadir}/inkscape/extensions/jessyInk.js
|
%{_datadir}/inkscape/extensions/jessyInk.js
|
||||||
%{_datadir}/inkscape/extensions/jessyInk_core_mouseHandler_noclick.js
|
%{_datadir}/inkscape/extensions/jessyInk_core_mouseHandler_noclick.js
|
||||||
%{_datadir}/inkscape/extensions/jessyInk_core_mouseHandler_zoomControl.js
|
%{_datadir}/inkscape/extensions/jessyInk_core_mouseHandler_zoomControl.js
|
||||||
%{_datadir}/inkscape/extensions/jessyInk_video.svg
|
%{_datadir}/inkscape/extensions/jessyink_video.svg
|
||||||
%{_datadir}/inkscape/extensions/fontfix.conf
|
%{_datadir}/inkscape/extensions/fontfix.conf
|
||||||
%{_datadir}/inkscape/extensions/inkscape.extension.rng
|
%{_datadir}/inkscape/extensions/inkscape.extension.rng
|
||||||
%{_datadir}/inkscape/extensions/seamless_pattern.svg
|
%{_datadir}/inkscape/extensions/seamless_pattern.svg
|
||||||
%{_datadir}/inkscape/attributes/
|
%{_datadir}/inkscape/attributes/
|
||||||
%{_datadir}/inkscape/branding/
|
%{_datadir}/inkscape/branding/
|
||||||
|
%dir %{_datadir}/bash-completion/
|
||||||
|
%dir %{_datadir}/bash-completion/completions/
|
||||||
|
%{_datadir}/bash-completion/completions/inkscape
|
||||||
%{_mandir}/man1/*.1%{?ext_man}
|
%{_mandir}/man1/*.1%{?ext_man}
|
||||||
# We can't really move the localized manpages to the lang package, since they'd
|
# We can't really move the localized manpages to the lang package, since they'd
|
||||||
# create a conflict between the lang subpackage and bundles
|
# create a conflict between the lang subpackage and bundles
|
||||||
@ -196,6 +212,7 @@ python3 %{SOURCE2} %{buildroot}%{_datadir}/inkscape/extensions "%%{_datadir}/ink
|
|||||||
# exclude extensions that go in other packages:
|
# exclude extensions that go in other packages:
|
||||||
%exclude %{_datadir}/inkscape/extensions/fig*
|
%exclude %{_datadir}/inkscape/extensions/fig*
|
||||||
%exclude %{_datadir}/inkscape/extensions/*gimp*
|
%exclude %{_datadir}/inkscape/extensions/*gimp*
|
||||||
|
%exclude %{_datadir}/inkscape/extensions/*scribus*
|
||||||
%exclude %{_datadir}/inkscape/extensions/*dxf*
|
%exclude %{_datadir}/inkscape/extensions/*dxf*
|
||||||
|
|
||||||
%files extensions-extra -f inkscape-extensions-extra.lst
|
%files extensions-extra -f inkscape-extensions-extra.lst
|
||||||
@ -208,6 +225,9 @@ python3 %{SOURCE2} %{buildroot}%{_datadir}/inkscape/extensions "%%{_datadir}/ink
|
|||||||
# NOTE: export_gimp_palette* does not depend on gimp, but belongs here logically:
|
# NOTE: export_gimp_palette* does not depend on gimp, but belongs here logically:
|
||||||
%{_datadir}/inkscape/extensions/*gimp*
|
%{_datadir}/inkscape/extensions/*gimp*
|
||||||
|
|
||||||
|
%files extensions-scribus
|
||||||
|
%{_datadir}/inkscape/extensions/*scribus*
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user