mirror of
				https://github.com/johrpan/musicus.git
				synced 2025-10-26 19:57:25 +01:00 
			
		
		
		
	
		
			
	
	
		
			14 lines
		
	
	
	
		
			467 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
		
		
			
		
	
	
			14 lines
		
	
	
	
		
			467 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
|  | application_id = 'de.johrpan.musicus'
 | ||
|  | 
 | ||
|  | scalable_dir = join_paths('hicolor', 'scalable', 'apps')
 | ||
|  | install_data(
 | ||
|  |   join_paths(scalable_dir, ('@0@.svg').format(application_id)),
 | ||
|  |   install_dir: join_paths(get_option('datadir'), 'icons', scalable_dir)
 | ||
|  | )
 | ||
|  | 
 | ||
|  | symbolic_dir = join_paths('hicolor', 'symbolic', 'apps')
 | ||
|  | install_data(
 | ||
|  |   join_paths(symbolic_dir, ('@0@-symbolic.svg').format(application_id)),
 | ||
|  |   install_dir: join_paths(get_option('datadir'), 'icons', symbolic_dir)
 | ||
|  | )
 |