gitian: Dependencies for rendering icons

icnsutils is needed on linux/win for generating the .icns in source tarball
This commit is contained in:
Luke Dashjr 2016-02-05 23:36:47 +00:00 committed by Gregory Sanders
parent 335149944e
commit 4fa10fe4e7
3 changed files with 7 additions and 0 deletions

View file

@ -23,6 +23,9 @@ packages:
- "gcc-8-multilib" - "gcc-8-multilib"
- "binutils-gold" - "binutils-gold"
- "git" - "git"
- "icnsutils"
- "imagemagick"
- "librsvg2-bin"
- "pkg-config" - "pkg-config"
- "autoconf" - "autoconf"
- "libtool" - "libtool"

View file

@ -10,6 +10,7 @@ packages:
- "curl" - "curl"
- "g++" - "g++"
- "git" - "git"
- "icnsutils"
- "pkg-config" - "pkg-config"
- "autoconf" - "autoconf"
- "librsvg2-bin" - "librsvg2-bin"

View file

@ -9,6 +9,9 @@ packages:
- "curl" - "curl"
- "g++" - "g++"
- "git" - "git"
- "icnsutils"
- "imagemagick"
- "librsvg2-bin"
- "pkg-config" - "pkg-config"
- "autoconf" - "autoconf"
- "libtool" - "libtool"