X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=graphics%2Fwscript;h=60e8f4820a7b4c605aa960bd7e3998270ed7328f;hp=988ff3d7cecda1ab255b8a7576219be2bfc7afcf;hb=15a83d720780d58f905d40f8493cdcb86596eaee;hpb=5672fad5907943970c994738b9c2409902d09015 diff --git a/graphics/wscript b/graphics/wscript index 988ff3d7c..60e8f4820 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']: - bld.install_files('${PREFIX}/share/icons/hicolor/%dx%d/apps' % (r, r), '%d/%s.png' % (r, p)) + for p in ['dcpomatic2', 'dcpomatic2_kdm', 'dcpomatic2_server', 'dcpomatic2_batch', 'dcpomatic2_player', 'dcpomatic2_playlist', 'dcpomatic2_disk']: + 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_files('${PREFIX}/share/dcpomatic2', 'dcpomatic2_server_small.png') + 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')