X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=331ebce8e100604f10571907d6d1d1b41d4224aa;hb=6fe5c1a9ef940372206e37c960f48781aea56f3d;hp=3ff10f4aba752aa2b74000bff88cab24e26a08a9;hpb=09bcbfa0c118bd523586f985b602d16cf183ac36;p=dcpomatic.git diff --git a/wscript b/wscript index 3ff10f4ab..331ebce8e 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.84beta1' +VERSION = '0.89pre' def options(opt): opt.load('compiler_cxx') @@ -228,6 +228,11 @@ def build(bld): obj.target = 'dvdomatic.desktop' obj.dict = d + obj = bld(features = 'subst') + obj.source = 'dvdomatic_batch.desktop.in' + obj.target = 'dvdomatic_batch.desktop' + obj.dict = d + bld.install_files('${PREFIX}/share/applications', 'dvdomatic.desktop') for r in ['22x22', '32x32', '48x48', '64x64', '128x128']: bld.install_files('${PREFIX}/share/icons/hicolor/%s/apps' % r, 'icons/%s/dvdomatic.png' % r)