summarylogtreecommitdiffstats
path: root/0001_dont-gsettings-iconcache.patch
blob: 53c4bc47479627ee6d73940ce4d4b772bd332138 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/OTPClient/CMakeLists.txt
+++ b/OTPClient/CMakeLists.txt
@@ -213,6 +213,3 @@
 
 install(FILES data/com.github.paolostivanin.OTPClient.appdata.xml DESTINATION ${CMAKE_INSTALL_DATADIR}/metainfo)
 install(FILES data/com.github.paolostivanin.OTPClient.gschema.xml DESTINATION ${CMAKE_INSTALL_DATADIR}/glib-2.0/schemas)
-
-install(CODE "execute_process(COMMAND glib-compile-schemas \$ENV{DESTDIR}\${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_DATADIR}/glib-2.0/schemas)")
-install(CODE "execute_process(COMMAND gtk4-update-icon-cache -t -f \$ENV{DESTDIR}\${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_DATADIR}/icons/hicolor)")