ref: rename net.angeltech to jp.angeltech to match domain

This commit is contained in:
2026-02-28 19:03:09 +03:00
parent 0013e75b59
commit 20f9c44a6e
16 changed files with 31 additions and 32 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
desktop_file = i18n.merge_file(
input: 'net.angeltech.MoeMoji.desktop.in',
output: 'net.angeltech.MoeMoji.desktop',
input: 'jp.angeltech.MoeMoji.desktop.in',
output: 'jp.angeltech.MoeMoji.desktop',
type: 'desktop',
po_dir: '../po',
install: true,
@@ -15,8 +15,8 @@ if desktop_utils.found()
endif
appstream_file = i18n.merge_file(
input: 'net.angeltech.MoeMoji.appdata.xml.in',
output: 'net.angeltech.MoeMoji.appdata.xml',
input: 'jp.angeltech.MoeMoji.appdata.xml.in',
output: 'jp.angeltech.MoeMoji.appdata.xml',
po_dir: '../po',
install: true,
install_dir: join_paths(get_option('datadir'), 'appdata')
@@ -29,12 +29,12 @@ if appstream_util.found()
)
endif
gnome.compile_schemas(build_by_default: true, depend_files: 'net.angeltech.MoeMoji.gschema.xml')
gnome.compile_schemas(build_by_default: true, depend_files: 'jp.angeltech.MoeMoji.gschema.xml')
devenv = environment()
devenv.set('GSETTINGS_SCHEMA_DIR', meson.current_build_dir() / 'data')
meson.add_devenv(devenv)
install_data('net.angeltech.MoeMoji.gschema.xml',
install_data('jp.angeltech.MoeMoji.gschema.xml',
install_dir: join_paths(get_option('datadir'), 'glib-2.0/schemas')
)