Change the installation path of the appdata file to {datadir}/metainfo
The path where appdata/appstream files should be installed has been changed from /usr/share/appdata/ to /usr/share/metainfo/. https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#spec-component-location Signed-off-by: Mattia Rizzolo <mattia@mapreri.org>
This commit is contained in:
		
							parent
							
								
									7b359875d8
								
							
						
					
					
						commit
						6ca7f84d02
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -7,7 +7,7 @@ if get_option('with-gtk')
 | 
			
		|||
    output: 'io.github.Hexchat.appdata.xml',
 | 
			
		||||
    po_dir: '../../po',
 | 
			
		||||
    install: true,
 | 
			
		||||
    install_dir: join_paths(get_option('datadir'), 'appdata')
 | 
			
		||||
    install_dir: join_paths(get_option('datadir'), 'metainfo')
 | 
			
		||||
  )
 | 
			
		||||
 | 
			
		||||
  appstream_util = find_program('appstream-util', required: false)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue