From 4fa10fe4e760c3d4235e5cf0844ba90d700fa175 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Fri, 5 Feb 2016 23:36:47 +0000 Subject: [PATCH] gitian: Dependencies for rendering icons icnsutils is needed on linux/win for generating the .icns in source tarball --- contrib/gitian-descriptors/gitian-linux.yml | 3 +++ contrib/gitian-descriptors/gitian-osx.yml | 1 + contrib/gitian-descriptors/gitian-win.yml | 3 +++ 3 files changed, 7 insertions(+) diff --git a/contrib/gitian-descriptors/gitian-linux.yml b/contrib/gitian-descriptors/gitian-linux.yml index 0bd08c4556..3e1b7d1f96 100644 --- a/contrib/gitian-descriptors/gitian-linux.yml +++ b/contrib/gitian-descriptors/gitian-linux.yml @@ -23,6 +23,9 @@ packages: - "gcc-8-multilib" - "binutils-gold" - "git" +- "icnsutils" +- "imagemagick" +- "librsvg2-bin" - "pkg-config" - "autoconf" - "libtool" diff --git a/contrib/gitian-descriptors/gitian-osx.yml b/contrib/gitian-descriptors/gitian-osx.yml index 057c2a345a..ef5bf99b3d 100644 --- a/contrib/gitian-descriptors/gitian-osx.yml +++ b/contrib/gitian-descriptors/gitian-osx.yml @@ -10,6 +10,7 @@ packages: - "curl" - "g++" - "git" +- "icnsutils" - "pkg-config" - "autoconf" - "librsvg2-bin" diff --git a/contrib/gitian-descriptors/gitian-win.yml b/contrib/gitian-descriptors/gitian-win.yml index d12dcbffee..616183a3cb 100644 --- a/contrib/gitian-descriptors/gitian-win.yml +++ b/contrib/gitian-descriptors/gitian-win.yml @@ -9,6 +9,9 @@ packages: - "curl" - "g++" - "git" +- "icnsutils" +- "imagemagick" +- "librsvg2-bin" - "pkg-config" - "autoconf" - "libtool"