Install hicolor icons to the global icon dir rather than the data dir
authorManuel Nickschas <sputnick@quassel-irc.org>
Fri, 12 Feb 2010 00:13:22 +0000 (01:13 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Fri, 12 Feb 2010 00:13:22 +0000 (01:13 +0100)
In order for StatusNotifierWatcher to find quassel's tray status icons, they
must be in the global icon dir rather than the app data dir (i.e., we need
them in /usr/share/icons rather than /usr/share/apps/quassel).

icons/CMakeLists.txt

index 1ce26c9..0fda03e 100644 (file)
@@ -31,7 +31,7 @@ if(WANT_MONO OR WANT_QTCLIENT)
     endif(INSTALL_OXY)
     set(CLIENT_RCS ${CLIENT_RCS} ${ICON_RCS} PARENT_SCOPE)
   else(EMBED_DATA)
-    install(DIRECTORY hicolor DESTINATION ${DATA_INSTALL_DIR}/quassel/icons)
+    install(DIRECTORY hicolor DESTINATION ${ICON_INSTALL_DIR})
     install(DIRECTORY oxygen DESTINATION ${DATA_INSTALL_DIR}/quassel/icons)
     if(INSTALL_OXY)
       install(DIRECTORY oxygen_kde/ DESTINATION ${DATA_INSTALL_DIR}/quassel/icons/oxygen)