[refactor] change name app name to teleport
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[Desktop Entry]
|
||||
Name=Teleport
|
||||
Exec=teleportapp
|
||||
Exec=teleport
|
||||
Icon=com.frac_tion.teleport
|
||||
Type=Application
|
||||
Categories=GTK;GNOME;Utility;
|
||||
|
||||
@@ -11,6 +11,6 @@ icon_sizes = [
|
||||
foreach icon_size: icon_sizes
|
||||
install_subdir(
|
||||
'hicolor/' + icon_size,
|
||||
install_dir: join_paths(teleportapp_datadir, 'icons', 'hicolor')
|
||||
install_dir: join_paths(teleport_datadir, 'icons', 'hicolor')
|
||||
)
|
||||
endforeach
|
||||
|
||||
@@ -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