mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Stop installing app icon in pixmaps location
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 128px one in the legacy pixmaps location. Copy the 128px icon from the hicolor directory instead, as it is the same.
This commit is contained in:
parent
64f85f5e89
commit
9bebc144ac
|
@ -293,7 +293,7 @@ for LNKS in {libssl.so,libssl.so.10,libssl.so.1.0.0} ; do
|
||||||
done
|
done
|
||||||
|
|
||||||
cp ../linux/applications/org.kde.falkon.desktop bundle_build_dir
|
cp ../linux/applications/org.kde.falkon.desktop bundle_build_dir
|
||||||
cp ../linux/pixmaps/falkon.png bundle_build_dir
|
cp ../linux/hicolor/128-apps-falkon.png bundle_build_dir/falkon.png
|
||||||
ln -s falkon.png bundle_build_dir/.DirIcon
|
ln -s falkon.png bundle_build_dir/.DirIcon
|
||||||
|
|
||||||
pushd bundle_build_dir
|
pushd bundle_build_dir
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 20 KiB |
|
@ -39,8 +39,6 @@ if (UNIX AND NOT APPLE)
|
||||||
|
|
||||||
install(PROGRAMS ../../linux/applications/org.kde.falkon.desktop DESTINATION ${KDE_INSTALL_APPDIR})
|
install(PROGRAMS ../../linux/applications/org.kde.falkon.desktop DESTINATION ${KDE_INSTALL_APPDIR})
|
||||||
|
|
||||||
install(FILES ../../linux/pixmaps/falkon.png DESTINATION ${KDE_INSTALL_DATADIR}/pixmaps)
|
|
||||||
|
|
||||||
ecm_install_icons(ICONS
|
ecm_install_icons(ICONS
|
||||||
../../linux/hicolor/16-apps-falkon.png
|
../../linux/hicolor/16-apps-falkon.png
|
||||||
../../linux/hicolor/32-apps-falkon.png
|
../../linux/hicolor/32-apps-falkon.png
|
||||||
|
|
Loading…
Reference in New Issue
Block a user