From 65a087e24878e06288fb099bb9b7e665fcab8d070e03d38e27ab01028f436d6f Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Wed, 9 Sep 2020 06:43:27 +0000 Subject: [PATCH] Accepting request 833029 from home:XRevan86 - Update to version 1.0.1. OBS-URL: https://build.opensuse.org/request/show/833029 OBS-URL: https://build.opensuse.org/package/show/graphics/inkscape?expand=0&rev=69 --- inkscape-1.0.1.tar.xz | 3 +++ inkscape-1.0.tar.xz | 3 --- inkscape-split-extensions-extra.py | 2 +- inkscape.changes | 9 +++++++++ inkscape.spec | 26 +++++++++++++++++++++++--- 5 files changed, 36 insertions(+), 7 deletions(-) create mode 100644 inkscape-1.0.1.tar.xz delete mode 100644 inkscape-1.0.tar.xz diff --git a/inkscape-1.0.1.tar.xz b/inkscape-1.0.1.tar.xz new file mode 100644 index 0000000..fd429df --- /dev/null +++ b/inkscape-1.0.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf9295edf46a633caf3aac0562364a24aef7cd6294601365aca38aeead2d57c2 +size 32051632 diff --git a/inkscape-1.0.tar.xz b/inkscape-1.0.tar.xz deleted file mode 100644 index 7ad8b1a..0000000 --- a/inkscape-1.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89c123d1a62ac52db6a08fe3be730584411b89a88ecc528a410b4f3fa53f94bb -size 31935616 diff --git a/inkscape-split-extensions-extra.py b/inkscape-split-extensions-extra.py index b9e578e..76fdad7 100644 --- a/inkscape-split-extensions-extra.py +++ b/inkscape-split-extensions-extra.py @@ -98,7 +98,7 @@ if __name__ == "__main__": # 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" extra_list = work_dir / "inkscape-extensions-extra.lst" diff --git a/inkscape.changes b/inkscape.changes index d548aa7..c68ac80 100644 --- a/inkscape.changes +++ b/inkscape.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Sep 8 11:58:49 UTC 2020 - Alexei Sorokin + +- 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 diff --git a/inkscape.spec b/inkscape.spec index 289c8f3..55faeeb 100644 --- a/inkscape.spec +++ b/inkscape.spec @@ -16,9 +16,9 @@ # -%define _version 1.0_2020-05-01_4035a4fb49 +%define _version 1.0.1_2020-09-07_3bc2e813f5 Name: inkscape -Version: 1.0 +Version: 1.0.1 Release: 0 Summary: Vector Illustration Program License: GPL-3.0-only @@ -116,6 +116,19 @@ The GIMP import and export extensions for Inkscape. 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 %prep @@ -181,12 +194,15 @@ python3 %{SOURCE2} %{buildroot}%{_datadir}/inkscape/extensions "%%{_datadir}/ink %{_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 +%{_datadir}/inkscape/extensions/jessyink_video.svg %{_datadir}/inkscape/extensions/fontfix.conf %{_datadir}/inkscape/extensions/inkscape.extension.rng %{_datadir}/inkscape/extensions/seamless_pattern.svg %{_datadir}/inkscape/attributes/ %{_datadir}/inkscape/branding/ +%dir %{_datadir}/bash-completion/ +%dir %{_datadir}/bash-completion/completions/ +%{_datadir}/bash-completion/completions/inkscape %{_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 @@ -196,6 +212,7 @@ python3 %{SOURCE2} %{buildroot}%{_datadir}/inkscape/extensions "%%{_datadir}/ink # exclude extensions that go in other packages: %exclude %{_datadir}/inkscape/extensions/fig* %exclude %{_datadir}/inkscape/extensions/*gimp* +%exclude %{_datadir}/inkscape/extensions/*scribus* %exclude %{_datadir}/inkscape/extensions/*dxf* %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: %{_datadir}/inkscape/extensions/*gimp* +%files extensions-scribus +%{_datadir}/inkscape/extensions/*scribus* + %files lang -f %{name}.lang %changelog