[refactor] change name app name to teleport

This commit is contained in:
Julian Sparber
2017-10-02 14:38:17 +02:00
parent 56835864e6
commit cfe4793b0a
10 changed files with 62 additions and 64 deletions

View File

@@ -7,25 +7,25 @@ i18n.merge_file(
output: desktop,
po_dir: po_dir,
install: true,
install_dir: join_paths(teleportapp_datadir, 'applications')
install_dir: join_paths(teleport_datadir, 'applications')
)
#gnome.mkenums(
# 'org.gtk.teleportapp.enums.xml',
# 'org.gtk.teleport.enums.xml',
# sources: enum_headers,
# comments: '<!-- @comment@ -->',
# fhead: '<schemalist>',
# vhead: ' <@type@ id="org.gtk.teleportapp.@EnumName@">',
# vhead: ' <@type@ id="org.gtk.teleport.@EnumName@">',
# vprod: ' <value nick="@valuenick@" value="@valuenum@"/>',
# vtail: ' </@type@>',
# ftail: '</schemalist>',
# install_header: true,
# install_dir: teleportapp_schemadir
# install_dir: teleport_schemadir
#)
install_data(
'com.frac_tion.teleport.gschema.xml',
install_dir: teleportapp_schemadir
install_dir: teleport_schemadir
)
#subdir('appdata')