X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=graphics%2Fwscript;h=4be52af9a856610d2bd7f23530ff581488f4cc4a;hb=ed139f58e62b9570233156841398fa9f9240369c;hp=26fad9fa741d40d473e53e4660eca932ba86755c;hpb=861267156da5960260c9a080dce94c0892fd012a;p=dcpomatic.git diff --git a/graphics/wscript b/graphics/wscript index 26fad9fa7..4be52af9a 100644 --- a/graphics/wscript +++ b/graphics/wscript @@ -23,10 +23,17 @@ def build(bld): # Linux application icons if bld.env.TARGET_LINUX: for r in [16, 22, 32, 48, 64, 128, 256, 512]: - for p in ['dcpomatic2', 'dcpomatic2_kdm', 'dcpomatic2_server', 'dcpomatic2_batch']: + for p in ['dcpomatic2', 'dcpomatic2_kdm', 'dcpomatic2_server', 'dcpomatic2_batch', 'dcpomatic2_player']: bld.install_files('${PREFIX}/share/icons/hicolor/%dx%d/apps' % (r, r), 'linux/%d/%s.png' % (r, p)) # Install stuff for POSIX systems if not bld.env.TARGET_WINDOWS: bld.install_as('${PREFIX}/share/dcpomatic2/dcpomatic2_server_small.png', 'linux/16/dcpomatic2.png') bld.install_files('${PREFIX}/share/dcpomatic2', 'splash.png') + bld.install_files('${PREFIX}/share/dcpomatic2', 'zoom.png') + bld.install_files('${PREFIX}/share/dcpomatic2', 'zoom_all.png') + bld.install_files('${PREFIX}/share/dcpomatic2', 'select.png') + bld.install_files('${PREFIX}/share/dcpomatic2', 'snap.png') + bld.install_files('${PREFIX}/share/dcpomatic2', 'sequence.png') + bld.install_files('${PREFIX}/share/dcpomatic2', 'tick.png') + bld.install_files('${PREFIX}/share/dcpomatic2', 'no_tick.png')