Intial GTK, swtich to Relm, basic Flatpak Build

This commit is contained in:
dav 2023-07-01 12:48:55 -05:00
parent 7eec6e73c4
commit 29eedb7e9a
29 changed files with 2573 additions and 563 deletions

View file

@ -1,6 +1,6 @@
desktop_file = i18n.merge_file(
input: 'com.hackclub.Burrow.desktop.in',
output: 'com.hackclub.Burrow.desktop',
input: 'com.hackclub.burrow.desktop.in',
output: 'com.hackclub.burrow.desktop',
type: 'desktop',
po_dir: '../po',
install: true,
@ -13,8 +13,8 @@ if desktop_utils.found()
endif
appstream_file = i18n.merge_file(
input: 'com.hackclub.Burrow.appdata.xml.in',
output: 'com.hackclub.Burrow.appdata.xml',
input: 'com.hackclub.burrow.appdata.xml.in',
output: 'com.hackclub.burrow.appdata.xml',
po_dir: '../po',
install: true,
install_dir: join_paths(get_option('datadir'), 'appdata')
@ -25,7 +25,7 @@ if appstream_util.found()
test('Validate appstream file', appstream_util, args: ['validate', appstream_file])
endif
install_data('com.hackclub.Burrow.gschema.xml',
install_data('com.hackclub.burrow.gschema.xml',
install_dir: join_paths(get_option('datadir'), 'glib-2.0/schemas')
)