BeamMeUp
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
desktop = 'com.frac_tion.teleport.desktop'
|
||||
desktop = 'org.nekoweb.n0va.BeamMeUp.desktop'
|
||||
|
||||
i18n.merge_file(
|
||||
input: desktop + '.in',
|
||||
@@ -11,8 +11,8 @@ i18n.merge_file(
|
||||
|
||||
# Appdata file.
|
||||
appdata_file = i18n.merge_file(
|
||||
input: 'com.frac_tion.teleport.appdata.xml.in',
|
||||
output: 'com.frac_tion.teleport.appdata.xml',
|
||||
input: 'org.nekoweb.n0va.BeamMeUp.appdata.xml.in',
|
||||
output: 'org.nekoweb.n0va.BeamMeUp.appdata.xml',
|
||||
po_dir: po_dir,
|
||||
install: true,
|
||||
install_dir: join_paths(get_option('datadir'), 'appdata'),
|
||||
@@ -41,7 +41,7 @@ endif
|
||||
|
||||
schema_dir = join_paths(get_option('prefix'), get_option('datadir'), 'glib-2.0', 'schemas')
|
||||
install_data(
|
||||
'com.frac_tion.teleport.gschema.xml',
|
||||
'org.nekoweb.n0va.BeamMeUp.gschema.xml',
|
||||
install_dir: schema_dir
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user