diff --git a/README.md b/README.md index 3770a990..948f6e39 100644 --- a/README.md +++ b/README.md @@ -137,11 +137,12 @@ Notes: [**Colorama**](https://pypi.org/project/Colorama/) (python module) (PyPi dependency) [Debian](https://packages.debian.org/bullseye/python3-colorama) - Optional to get color messages in a portable way for general use -[**RSVG tools**](https://gitlab.gnome.org/GNOME/librsvg) (tool) [Debian](https://packages.debian.org/bullseye/librsvg2-bin) +[**RSVG tools**](https://gitlab.gnome.org/GNOME/librsvg) v2.40 (tool) [Debian](https://packages.debian.org/bullseye/librsvg2-bin) - Optional to: - Create outputs preview for `navigate_results` - Create PNG icons for `navigate_results` - - Create PDF, PNG, EPS and PS formats for `pcb_print` + - Create PDF, PNG and PS formats for `pcb_print` + - Create EPS format for `pcb_print` (v2.40) - Create PNG and JPG images for `pcbdraw` [**Git**](https://git-scm.com/) (tool) [Debian](https://packages.debian.org/bullseye/git) diff --git a/src/kibot-check b/src/kibot-check index b6ff77b8..55d29d85 100755 --- a/src/kibot-check +++ b/src/kibot-check @@ -591,7 +591,7 @@ deps = '{\ "downloader": {},\ "extra_deb": null,\ "help_option": "--version",\ - "importance": 4,\ + "importance": 5,\ "in_debian": true,\ "is_kicad_plugin": false,\ "is_python": false,\ @@ -615,11 +615,20 @@ deps = '{\ "version": null\ },\ {\ - "desc": "Create PDF, PNG, EPS and PS formats",\ + "desc": "Create PDF, PNG and PS formats",\ "mandatory": false,\ "output": "pcb_print",\ "version": null\ },\ + {\ + "desc": "Create EPS format",\ + "mandatory": false,\ + "output": "pcb_print",\ + "version": [\ + 2,\ + 40\ + ]\ + },\ {\ "desc": "Create PNG and JPG images",\ "mandatory": false,\