From 4ebfeafa31472604caf32b22d293aed8ae753813 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 27 Nov 2008 17:42:14 +0000 Subject: Add/install/use Ingen icons. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1798 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index 20c24d64..f17196c7 100644 --- a/wscript +++ b/wscript @@ -97,4 +97,12 @@ def build(bld): # Documentation autowaf.build_dox(bld, 'INGEN', INGEN_VERSION, srcdir, blddir) install_files('HTMLDIR', '', blddir + '/default/doc/html/*') + + # Icons + icon_sizes = ['16x16', '22x22', '24x24', '32x32', '48x48'] + for s in icon_sizes: + install_as( + os.path.normpath(bld.env()['DATADIR'] + '/icons/hicolor/' + s + '/apps/'), + 'ingen.png', + 'icons/' + s + '/ingen.png') -- cgit v1.2.1