Terminal emulator with all the bells and whistles https://www.enlightenment.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
479 B

icon_sed = 's~%ICON_PATH%~@0@~'.format(join_paths(get_option('prefix'),
get_option('datadir'),
'icons/hicolor/128x128/apps'))
custom_target(
'terminology.desktop',
input : 'terminology.desktop.in',
output: 'terminology.desktop',
command : [sed, icon_sed, '@INPUT@'],
capture : true,
install : true,
install_dir : join_paths(get_option('datadir'), 'applications'))