mirror of
https://gitlab.cvh-server.de/skrause/flashcards.git
synced 2025-12-12 07:51:38 +01:00
push local changes
This commit is contained in:
@@ -8,25 +8,25 @@ install_data('li.sopht.Flashcards.gschema.xml',
|
||||
)
|
||||
|
||||
desktop_file = i18n.merge_file(
|
||||
input : 'li.sopht.Flashcards.desktop.in',
|
||||
output : 'li.sopht.Flashcards.desktop',
|
||||
type : 'desktop',
|
||||
po_dir : '../po',
|
||||
install : true,
|
||||
install_dir : get_option('datadir') / 'applications'
|
||||
input : 'li.sopht.Flashcards.desktop.in',
|
||||
output : 'li.sopht.Flashcards.desktop',
|
||||
type : 'desktop',
|
||||
po_dir : '../po',
|
||||
install : true,
|
||||
install_dir : get_option('datadir') / 'applications'
|
||||
)
|
||||
|
||||
desktop_utils = find_program('desktop-file-validate', required : false)
|
||||
if desktop_utils.found()
|
||||
test('Validate desktop file', desktop_utils, args : [desktop_file])
|
||||
test('Validate desktop file', desktop_utils, args : [desktop_file])
|
||||
endif
|
||||
|
||||
appstream_file = i18n.merge_file(
|
||||
input : 'li.sopht.Flashcards.metainfo.xml.in',
|
||||
output : 'li.sopht.Flashcards.metainfo.xml',
|
||||
po_dir : '../po',
|
||||
install : true,
|
||||
install_dir : get_option('datadir') / 'metainfo'
|
||||
input : 'li.sopht.Flashcards.metainfo.xml.in',
|
||||
output : 'li.sopht.Flashcards.metainfo.xml',
|
||||
po_dir : '../po',
|
||||
install : true,
|
||||
install_dir : get_option('datadir') / 'metainfo'
|
||||
)
|
||||
|
||||
appstreamcli = find_program('appstreamcli', required : false, disabler : true)
|
||||
@@ -36,10 +36,10 @@ test('Validate appstream file', appstreamcli,
|
||||
service_conf = configuration_data()
|
||||
service_conf.set('bindir', get_option('prefix') / get_option('bindir'))
|
||||
configure_file(
|
||||
input : 'li.sopht.Flashcards.service.in',
|
||||
output : 'li.sopht.Flashcards.service',
|
||||
configuration : service_conf,
|
||||
install_dir : get_option('datadir') / 'dbus-1' / 'services'
|
||||
input : 'li.sopht.Flashcards.service.in',
|
||||
output : 'li.sopht.Flashcards.service',
|
||||
configuration : service_conf,
|
||||
install_dir : get_option('datadir') / 'dbus-1' / 'services'
|
||||
)
|
||||
|
||||
subdir('ui')
|
||||
|
||||
Reference in New Issue
Block a user