rebrand
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
desktop_file = i18n.merge_file(
|
||||
input: 'gay.valhrafnaz.VoidManifest.desktop.in',
|
||||
output: 'gay.valhrafnaz.VoidManifest.desktop',
|
||||
input: 'gay.valhrafnaz.Voidmanifest.desktop.in',
|
||||
output: 'gay.valhrafnaz.Voidmanifest.desktop',
|
||||
type: 'desktop',
|
||||
po_dir: '../po',
|
||||
install: true,
|
||||
@@ -13,8 +13,8 @@ if desktop_utils.found()
|
||||
endif
|
||||
|
||||
appstream_file = i18n.merge_file(
|
||||
input: 'gay.valhrafnaz.VoidManifest.metainfo.xml.in',
|
||||
output: 'gay.valhrafnaz.VoidManifest.metainfo.xml',
|
||||
input: 'gay.valhrafnaz.Voidmanifest.metainfo.xml.in',
|
||||
output: 'gay.valhrafnaz.Voidmanifest.metainfo.xml',
|
||||
po_dir: '../po',
|
||||
install: true,
|
||||
install_dir: get_option('datadir') / 'metainfo'
|
||||
@@ -24,7 +24,7 @@ appstreamcli = find_program('appstreamcli', required: false, disabler: true)
|
||||
test('Validate appstream file', appstreamcli,
|
||||
args: ['validate', '--no-net', '--explain', appstream_file])
|
||||
|
||||
install_data('gay.valhrafnaz.VoidManifest.gschema.xml',
|
||||
install_data('gay.valhrafnaz.Voidmanifest.gschema.xml',
|
||||
install_dir: get_option('datadir') / 'glib-2.0' / 'schemas'
|
||||
)
|
||||
|
||||
@@ -37,8 +37,8 @@ test('Validate schema file',
|
||||
service_conf = configuration_data()
|
||||
service_conf.set('bindir', get_option('prefix') / get_option('bindir'))
|
||||
configure_file(
|
||||
input: 'gay.valhrafnaz.VoidManifest.service.in',
|
||||
output: 'gay.valhrafnaz.VoidManifest.service',
|
||||
input: 'gay.valhrafnaz.Voidmanifest.service.in',
|
||||
output: 'gay.valhrafnaz.Voidmanifest.service',
|
||||
configuration: service_conf,
|
||||
install_dir: get_option('datadir') / 'dbus-1' / 'services'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user