From ad8eca4c583a224104d83df6b1935012139b127c Mon Sep 17 00:00:00 2001 From: Carl George Date: Nov 11 2021 05:23:37 +0000 Subject: transmodrify/c8s-stream-0.92.3/inkscape-0.92.3-8060020211108135402.b951fd09 --- diff --git a/inkscape.yaml b/inkscape.yaml new file mode 100644 index 0000000..1e013c2 --- /dev/null +++ b/inkscape.yaml @@ -0,0 +1,62 @@ +--- +document: modulemd +version: 2 +data: + name: inkscape + stream: "0.92.3" + summary: Vector-based drawing program using SVG + description: >- + Inkscape is a vector graphics editor, with capabilities similar to + + Illustrator, CorelDraw, or Xara X, using the W3C standard Scalable Vector + + Graphics (SVG) file format. It is therefore a very useful tool for web + + designers and as an interchange format for desktop publishing. + + + Inkscape supports many advanced SVG features (markers, clones, alpha + + blending, etc.) and great care is taken in designing a streamlined + + interface. It is very easy to edit nodes, perform complex path operations, + + trace bitmaps and much more. + license: + module: + - GPL-2.0 + dependencies: + - buildrequires: + platform: [el8.6.0] + python27: [2.7] + requires: + platform: [el8] + python27: [2.7] + references: + documentation: https://inkscape.org/en/learn/ + tracker: https://bugs.launchpad.net/inkscape + profiles: + common: + rpms: + - inkscape + api: + rpms: + - inkscape + filter: + rpms: + - python3-* + - python3-dns + - python3-scour + buildopts: + rpms: + macros: | + %_with_python2 1 + components: + rpms: + inkscape: + rationale: Module API. + ref: d8d13218b622f0b634ca3d95b20919386d99b732 + python-scour: + rationale: Runtime requirement of inkscape, should not be in API. + ref: cc8ab9533c284258022bd2b4f714985c5a903bec +...