Rename the app-id to org.gnome.Settings since this is what we've been calling it for many years now. Adjust all files that derive from the app-id, such as the desktop file, D-Bus service file names, search providers, GSettings schemas, to match that. Closes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/344
9 lines
205 B
Meson
9 lines
205 B
Meson
appdata = 'org.gnome.Settings.appdata.xml'
|
|
|
|
i18n.merge_file(
|
|
input: appdata + '.in',
|
|
output: appdata,
|
|
po_dir: po_dir,
|
|
install: true,
|
|
install_dir: join_paths(control_center_datadir, 'metainfo')
|
|
)
|