Restore PNG icons, they are needed by ecm_add_app_icon

wilder
Daniel Vrátil 8 years ago
parent b3b292658d
commit 935d6a9947
  1. BIN
      src/icons/128-apps-kmail.png
  2. BIN
      src/icons/16-apps-kmail.png
  3. BIN
      src/icons/22-apps-kmail.png
  4. BIN
      src/icons/32-apps-kmail.png
  5. BIN
      src/icons/48-apps-kmail.png
  6. BIN
      src/icons/64-apps-kmail.png
  7. 9
      src/icons/CMakeLists.txt
  8. 0
      src/icons/hisc-apps-kmail.svg

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 684 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 952 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

@ -1,16 +1,11 @@
########### install files ###############
set(icons
48-apps-kmail.svg
)
file(GLOB kmail_icons "*-apps-kmail.*")
file(GLOB icons_svg "*-emblems-gpg-key-trust-level-*.svg")
file(GLOB dark_svg "dark/*.svg")
set(all_icons ${icons} ${icons_svg})
ecm_install_icons(ICONS ${all_icons}
ecm_install_icons(ICONS ${kmail_icons} ${icons_svg}
DESTINATION ${KDE_INSTALL_ICONDIR}
THEME hicolor
)

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

Loading…
Cancel
Save