Blame SOURCES/0001-build-Install-icons-in-hicolor-theme.patch

9239fa
From bb1755043ce4b859406766dd2cdcb34b6fb300da Mon Sep 17 00:00:00 2001
9239fa
From: =?UTF-8?q?Florian=20M=C3=BCllner?= <fmuellner@gnome.org>
9239fa
Date: Fri, 12 Jul 2019 16:13:27 +0200
9239fa
Subject: [PATCH] build: Install icons in hicolor theme
9239fa
9239fa
This is the theme that will always be used as fallback regardless of the
9239fa
icon-theme setting, and the expected location for application icons[0].
9239fa
9239fa
[0] https://wiki.gnome.org/HowDoI/ThemedIcons
9239fa
9239fa
https://gitlab.gnome.org/GNOME/chrome-gnome-shell/merge_requests/4
9239fa
---
9239fa
 CMakeLists.txt | 6 +++---
9239fa
 1 file changed, 3 insertions(+), 3 deletions(-)
9239fa
9239fa
diff --git a/CMakeLists.txt b/CMakeLists.txt
9239fa
index f41ed4a..170c9f7 100644
9239fa
--- a/CMakeLists.txt
9239fa
+++ b/CMakeLists.txt
9239fa
@@ -202,13 +202,13 @@ if(BUILD_CONNECTOR)
9239fa
 	install(FILES "${CMAKE_BINARY_DIR}/org.gnome.ChromeGnomeShell.service" DESTINATION "${CMAKE_INSTALL_DATADIR}/dbus-1/services/")
9239fa
 
9239fa
 	install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/extension/icons/GnomeLogo-16.png"
9239fa
-		DESTINATION "${CMAKE_INSTALL_DATADIR}/icons/gnome/16x16/apps/"
9239fa
+		DESTINATION "${CMAKE_INSTALL_DATADIR}/icons/hicolor/16x16/apps/"
9239fa
 		RENAME org.gnome.ChromeGnomeShell.png)
9239fa
 	install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/extension/icons/GnomeLogo-48.png"
9239fa
-		DESTINATION "${CMAKE_INSTALL_DATADIR}/icons/gnome/48x48/apps/"
9239fa
+		DESTINATION "${CMAKE_INSTALL_DATADIR}/icons/hicolor/48x48/apps/"
9239fa
 		RENAME org.gnome.ChromeGnomeShell.png)
9239fa
 	install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/extension/icons/GnomeLogo-128.png"
9239fa
-		DESTINATION "${CMAKE_INSTALL_DATADIR}/icons/gnome/128x128/apps/"
9239fa
+		DESTINATION "${CMAKE_INSTALL_DATADIR}/icons/hicolor/128x128/apps/"
9239fa
 		RENAME org.gnome.ChromeGnomeShell.png)
9239fa
 endif(BUILD_CONNECTOR)
9239fa
 
9239fa
-- 
9239fa
2.21.0
9239fa