X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=graphics%2Fwscript;h=9eb95f0b9caa28ee1a1427325547486a22f78d31;hp=26fad9fa741d40d473e53e4660eca932ba86755c;hb=54af50c3b8e9082f9751e809d63540c51197a4a1;hpb=861267156da5960260c9a080dce94c0892fd012a diff --git a/graphics/wscript b/graphics/wscript index 26fad9fa7..9eb95f0b9 100644 --- a/graphics/wscript +++ b/graphics/wscript @@ -23,10 +23,18 @@ 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', 'dcpomatic2_playlist']: 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', 'me.jpg') + bld.install_files('${PREFIX}/share/dcpomatic2', 'tick.png') + bld.install_files('${PREFIX}/share/dcpomatic2', 'no_tick.png')