diff --git a/data/icons/16/com.github.phase1geo.actioneer.svg b/data/icons/16/com.github.phase1geo.actioneer.svg deleted file mode 100755 index c296ffb..0000000 --- a/data/icons/16/com.github.phase1geo.actioneer.svg +++ /dev/null @@ -1,623 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - Openclipart - - - Hard Hat - 2010-08-17T18:30:47 - A construction Hard Hat. - https://openclipart.org/detail/81085/hard-hat-by-pixzain - - - pixzain - - - - - Constuction Hard Hat - Hard Hat - safe - work - - - - - - - - - - - diff --git a/data/icons/24/com.github.phase1geo.actioneer.svg b/data/icons/24/com.github.phase1geo.actioneer.svg deleted file mode 100755 index c296ffb..0000000 --- a/data/icons/24/com.github.phase1geo.actioneer.svg +++ /dev/null @@ -1,623 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - Openclipart - - - Hard Hat - 2010-08-17T18:30:47 - A construction Hard Hat. - https://openclipart.org/detail/81085/hard-hat-by-pixzain - - - pixzain - - - - - Constuction Hard Hat - Hard Hat - safe - work - - - - - - - - - - - diff --git a/data/icons/32/com.github.phase1geo.actioneer.svg b/data/icons/32/com.github.phase1geo.actioneer.svg deleted file mode 100755 index c296ffb..0000000 --- a/data/icons/32/com.github.phase1geo.actioneer.svg +++ /dev/null @@ -1,623 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - Openclipart - - - Hard Hat - 2010-08-17T18:30:47 - A construction Hard Hat. - https://openclipart.org/detail/81085/hard-hat-by-pixzain - - - pixzain - - - - - Constuction Hard Hat - Hard Hat - safe - work - - - - - - - - - - - diff --git a/data/icons/48/com.github.phase1geo.actioneer.svg b/data/icons/48/com.github.phase1geo.actioneer.svg deleted file mode 100755 index c296ffb..0000000 --- a/data/icons/48/com.github.phase1geo.actioneer.svg +++ /dev/null @@ -1,623 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - Openclipart - - - Hard Hat - 2010-08-17T18:30:47 - A construction Hard Hat. - https://openclipart.org/detail/81085/hard-hat-by-pixzain - - - pixzain - - - - - Constuction Hard Hat - Hard Hat - safe - work - - - - - - - - - - - diff --git a/data/icons/64/com.github.phase1geo.actioneer.svg b/data/icons/64/com.github.phase1geo.actioneer.svg deleted file mode 100755 index c296ffb..0000000 --- a/data/icons/64/com.github.phase1geo.actioneer.svg +++ /dev/null @@ -1,623 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - Openclipart - - - Hard Hat - 2010-08-17T18:30:47 - A construction Hard Hat. - https://openclipart.org/detail/81085/hard-hat-by-pixzain - - - pixzain - - - - - Constuction Hard Hat - Hard Hat - safe - work - - - - - - - - - - - diff --git a/data/icons/128/com.github.phase1geo.actioneer.svg b/data/icons/scalable/com.github.phase1geo.actioneer.svg similarity index 100% rename from data/icons/128/com.github.phase1geo.actioneer.svg rename to data/icons/scalable/com.github.phase1geo.actioneer.svg diff --git a/data/meson.build b/data/meson.build index 1839187..75c5ed5 100644 --- a/data/meson.build +++ b/data/meson.build @@ -1,11 +1,7 @@ -icon_sizes = ['16','24','32', '48', '64', '128'] - -foreach i : icon_sizes - install_data( - join_paths('icons', i, meson.project_name() + '.svg'), - install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', i + 'x' + i, 'apps') - ) -endforeach +install_data( + join_paths('icons', 'scalable', meson.project_name() + '.svg'), + install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', 'scalable', 'apps') +) i18n.merge_file( input: meson.project_name() + '.desktop.in',