[refactor] change name app name to teleport
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user