This commit is contained in:
2026-01-04 18:02:19 +01:00
parent 14fd4f82f7
commit c147f78e1d
38 changed files with 247 additions and 177 deletions

View File

@@ -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
)