Stop installing app icon in pixmaps location (#4534)

The /usr/share/pixmaps location is considered a legacy location for
application icons; since the application icons are already installed in
the global XDG hicolor theme, then simply stop installing the 512px one
in the legacy pixmaps location.
This commit is contained in:
Pino Toscano
2021-05-20 10:52:27 +02:00
committed by GitHub
parent dad40e59de
commit cf80fbfca7

View File

@@ -830,7 +830,6 @@ install(FILES data/supertuxkart_128.png DESTINATION share/icons/hicolor/128x128/
install(FILES data/supertuxkart_256.png DESTINATION share/icons/hicolor/256x256/apps RENAME supertuxkart.png)
install(FILES data/supertuxkart_512.png DESTINATION share/icons/hicolor/512x512/apps RENAME supertuxkart.png)
install(FILES data/supertuxkart_1024.png DESTINATION share/icons/hicolor/1024x1024/apps RENAME supertuxkart.png)
install(FILES data/supertuxkart_512.png DESTINATION share/pixmaps RENAME supertuxkart.png)
install(FILES data/supertuxkart.appdata.xml DESTINATION share/metainfo)
if(MINGW)