ref: rename net.angeltech to jp.angeltech to match domain
This commit is contained in:
+6
-6
@@ -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')
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user