kiss-stj

My KISS Linux repo for software I use on my computers.
git clone https://git.stjo.hn/kiss-stj
Log | Files | Refs | README | LICENSE

no-inkscape.patch (1523B)


      1 diff --git a/src/resources/meson.build b/src/resources/meson.build
      2 index 12270ab..a9f2773 100644
      3 --- a/src/resources/meson.build
      4 +++ b/src/resources/meson.build
      5 @@ -20,24 +20,24 @@ install_data(desktop_sources,
      6  	     install_dir: desktop_dir)
      7  
      8  # Icon
      9 -inkscape = find_program('inkscape')
     10 -icon_dir = join_paths(get_option('datadir'),'icons', 'hicolor')
     11 -foreach size: get_option('sizes')
     12 -	target_temp_name = '@0@'.format(size)
     13 -	dpi=size.to_int() * 2
     14 -	png = configure_file(
     15 -		input: 'coreboot_configurator.svg',
     16 -		output: target_temp_name + '.png',
     17 -		command: [
     18 -			inkscape,
     19 -			'--export-height=@0@'.format(size),
     20 -			'--export-width=@0@'.format(size),
     21 -			'--export-png=@OUTPUT@',
     22 -			'@INPUT@',
     23 -		]
     24 -	)
     25 -
     26 -	install_data(png,
     27 -		     rename: meson.project_name() + '.png',
     28 -		     install_dir: join_paths(icon_dir, '@0@x@1@'.format(size, size), 'apps'))
     29 -endforeach
     30 +#inkscape = find_program('inkscape')
     31 +#icon_dir = join_paths(get_option('datadir'),'icons', 'hicolor')
     32 +#foreach size: get_option('sizes')
     33 +#	target_temp_name = '@0@'.format(size)
     34 +#	dpi=size.to_int() * 2
     35 +#	png = configure_file(
     36 +#		input: 'coreboot_configurator.svg',
     37 +#		output: target_temp_name + '.png',
     38 +#		command: [
     39 +#			inkscape,
     40 +#			'--export-height=@0@'.format(size),
     41 +#			'--export-width=@0@'.format(size),
     42 +#			'--export-png=@OUTPUT@',
     43 +#			'@INPUT@',
     44 +#		]
     45 +#	)
     46 +#
     47 +#	install_data(png,
     48 +#		     rename: meson.project_name() + '.png',
     49 +#		     install_dir: join_paths(icon_dir, '@0@x@1@'.format(size, size), 'apps'))
     50 +#endforeach