Merge pull request #10 from brett/inkscape

media: add Inkscape for vector graphics
This commit is contained in:
Peter Hogg 2016-01-09 17:52:22 -08:00
commit 6b797ce4f0
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
- name: Install Inkscape
pacman: name=inkscape state=present
tags:
- inkscape

View file

@ -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