Blame SOURCES/build-Install-also-24x24-icons.patch

faf26d
From 5848e8d544dd975454d4ef671c5b8b7ef91ccc83 Mon Sep 17 00:00:00 2001
faf26d
From: Ondrej Holy <oholy@redhat.com>
faf26d
Date: Thu, 14 Jun 2018 14:48:45 +0200
faf26d
Subject: [PATCH 1/2] build: Install also 24x24 icons
faf26d
faf26d
After the meson port, 24x24 icons are not installed. Let's add missing
faf26d
24x24 icon size in meson.build to install them.
faf26d
---
faf26d
 data/meson.build | 2 +-
faf26d
 1 file changed, 1 insertion(+), 1 deletion(-)
faf26d
faf26d
diff --git a/data/meson.build b/data/meson.build
faf26d
index a2d22ed..5b1ef00 100644
faf26d
--- a/data/meson.build
faf26d
+++ b/data/meson.build
faf26d
@@ -1,5 +1,5 @@
faf26d
 icondir = join_paths(get_option('datadir'), 'icons/hicolor')
faf26d
-foreach size: ['16x16', '22x22', '32x32', '48x48', '256x256', 'symbolic']
faf26d
+foreach size: ['16x16', '22x22', '24x24', '32x32', '48x48', '256x256', 'symbolic']
faf26d
   install_subdir('icons/hicolor/' + size, install_dir: icondir)
faf26d
 endforeach
faf26d
 
faf26d
-- 
faf26d
2.17.1
faf26d