mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-28 18:22:15 +00:00
Merge pull request #10 from brett/inkscape
media: add Inkscape for vector graphics
This commit is contained in:
commit
6b797ce4f0
2 changed files with 6 additions and 0 deletions
5
roles/media/tasks/inkscape.yml
Normal file
5
roles/media/tasks/inkscape.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: Install Inkscape
|
||||
pacman: name=inkscape state=present
|
||||
tags:
|
||||
- inkscape
|
||||
|
|
@ -5,6 +5,7 @@
|
|||
- include: abcde.yml
|
||||
- include: xfburn.yml
|
||||
- include: imagemagick.yml
|
||||
- include: inkscape.yml
|
||||
- include: gimp.yml
|
||||
- include: gthumb.yml
|
||||
- include: feh.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue