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

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