~diodon-team/diodon/preferences

« back to all changes in this revision

Viewing changes to data/wscript_build

  • Committer: Oliver Sauder
  • Date: 2014-09-13 17:22:39 UTC
  • Revision ID: os@esite.ch-20140913172239-2tpfl14k53mxv5gy
Added man and desktop file for diodon-preferences

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    source = 'diodon.desktop.in',
29
29
    flags = ["-d", "-q", "-u", "-c"],
30
30
    install_path = "${DATADIR}/applications")
31
 
  
 
31
 
 
32
bld.new_task_gen (
 
33
    features = 'intltool_in',
 
34
    podir = '../po',
 
35
    source = 'diodon-preferences.desktop.in',
 
36
    flags = ["-d", "-q", "-u", "-c"],
 
37
    install_path = "${DATADIR}/applications")
 
38
    
32
39
bld.new_task_gen (source='diodon.pc.in')
33
40
 
34
41
bld.install_files('${SYSCONFDIR}/xdg/autostart', 'diodon.desktop')
35
42
bld.install_files('${DATADIR}/diodon', 'preferences.ui')
36
43
bld.install_files('${MANDIR}/man1', 'diodon.1.gz')
 
44
bld.install_files('${MANDIR}/man1', 'diodon-preferences.1.gz')
37
45
 
38
46
bld.install_files('${DATADIR}/apport/package-hooks', 'apport/source_diodon.py')
39
47
bld.install_files('${SYSCONFDIR}/apport/crashdb.conf.d/', 'apport/diodon-crashdb.conf')