diff options
author | Aleix Pol <aleixpol@kde.org> | 2016-06-14 20:28:39 +0200 |
---|---|---|
committer | Aleix Pol <aleixpol@kde.org> | 2016-06-14 20:28:39 +0200 |
commit | 6b9f7de6967f79a105e32c7959f342bbf1bd65c1 (patch) | |
tree | 9dbc13191c7c970ce68da1e13bfcbf2f4107a898 | |
parent | fabe4477ea6077b414eb9f191f0f848599710551 (diff) | |
download | kube-6b9f7de6967f79a105e32c7959f342bbf1bd65c1.tar.gz kube-6b9f7de6967f79a105e32c7959f342bbf1bd65c1.zip |
Provide a png version of the icon
As suggested by xdg and required by flatpak
Reviewed by Christian Mollekopf
-rw-r--r-- | icons/256-apps-kube_icon.png | bin | 0 -> 5133 bytes | |||
-rw-r--r-- | icons/CMakeLists.txt | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/icons/256-apps-kube_icon.png b/icons/256-apps-kube_icon.png new file mode 100644 index 00000000..e58aee17 --- /dev/null +++ b/icons/256-apps-kube_icon.png | |||
Binary files differ | |||
diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt index d9f94bf9..72c1e219 100644 --- a/icons/CMakeLists.txt +++ b/icons/CMakeLists.txt | |||
@@ -3,6 +3,6 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH}) | |||
3 | 3 | ||
4 | include(ECMInstallIcons) | 4 | include(ECMInstallIcons) |
5 | 5 | ||
6 | ecm_install_icons(ICONS sc-apps-kube_icon.svg DESTINATION share/icons) | 6 | ecm_install_icons(ICONS sc-apps-kube_icon.svg 256-apps-kube_icon.png DESTINATION share/icons) |
7 | ecm_install_icons(ICONS sc-apps-kube_symbol.svg DESTINATION share/icons) | 7 | ecm_install_icons(ICONS sc-apps-kube_symbol.svg DESTINATION share/icons) |
8 | ecm_install_icons(ICONS sc-apps-kube_logo.svg DESTINATION share/icons) | 8 | ecm_install_icons(ICONS sc-apps-kube_logo.svg DESTINATION share/icons) |