[sound-juicer/wip/subpop/convert-meson] build: install icons properly
- From: Link Dupont <link src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sound-juicer/wip/subpop/convert-meson] build: install icons properly
- Date: Wed, 19 Feb 2020 03:12:10 +0000 (UTC)
commit ef7486c21938a7814778ab7bfcadcd47bbc66a0d
Author: Link Dupont <link sub-pop net>
Date: Tue Feb 18 22:11:46 2020 -0500
build: install icons properly
Signed-off-by: Link Dupont <link sub-pop net>
data/meson.build | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index 7bcd7d79..9b1d559a 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -67,9 +67,9 @@ install_man(
# icons
icondir = join_paths(sound_juicer_datadir, 'icons', 'hicolor')
-install_data('sound-juicer-16.png', install_dir: join_paths(icondir, '16', 'apps'))
-install_data('sound-juicer-22.png', install_dir: join_paths(icondir, '22', 'apps'))
-install_data('sound-juicer-24.png', install_dir: join_paths(icondir, '24', 'apps'))
-install_data('sound-juicer-32.png', install_dir: join_paths(icondir, '32', 'apps'))
-install_data('sound-juicer-48.png', install_dir: join_paths(icondir, '48', 'apps'))
-install_data('sound-juicer-256.png', install_dir: join_paths(icondir, '256', 'apps'))
+install_data('sound-juicer-16.png', install_dir: join_paths(icondir, '16x16', 'apps'), rename:
'sound-juicer.png')
+install_data('sound-juicer-22.png', install_dir: join_paths(icondir, '22x22', 'apps'), rename:
'sound-juicer.png')
+install_data('sound-juicer-24.png', install_dir: join_paths(icondir, '24x24', 'apps'), rename:
'sound-juicer.png')
+install_data('sound-juicer-32.png', install_dir: join_paths(icondir, '32x32', 'apps'), rename:
'sound-juicer.png')
+install_data('sound-juicer-48.png', install_dir: join_paths(icondir, '48x48', 'apps'), rename:
'sound-juicer.png')
+install_data('sound-juicer-256.png', install_dir: join_paths(icondir, '256x256', 'apps'), rename:
'sound-juicer.png')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]