Add temporary icon

This commit is contained in:
Tobias Fella
2020-11-03 16:57:28 +01:00
parent 27676d7dfa
commit c44e4544ca
3 changed files with 25 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ find_package(cmark REQUIRED)
install(PROGRAMS org.kde.neochat.desktop DESTINATION ${KDE_INSTALL_APPDIR})
install(FILES org.kde.neochat.appdata.xml DESTINATION ${KDE_INSTALL_METAINFODIR})
#install(FILES neochat.svg DESTINATION ${KDE_INSTALL_FULL_ICONDIR}/hicolor/scalable/apps)
install(FILES neochat.svg DESTINATION ${KDE_INSTALL_FULL_ICONDIR}/hicolor/scalable/apps)
install(FILES neochat.notifyrc DESTINATION ${KNOTIFYRC_INSTALL_DIR})
# add_definitions(-DQT_NO_KEYWORDS) Need to fix libQuotient first

23
neochat.svg Normal file
View File

@@ -0,0 +1,23 @@
<svg width="48" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" height="48" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient id="a" y1="34" y2="4" x2="0" gradientUnits="userSpaceOnUse">
<stop stop-color="#7cbaf8"/>
<stop offset="1" stop-color="#f4fcff"/>
</linearGradient>
<linearGradient id="b" y1="509.8" x1="405.57" y2="533.8" x2="427.57" gradientUnits="userSpaceOnUse">
<stop stop-opacity=".286"/>
<stop offset="1" stop-opacity="0"/>
</linearGradient>
<linearGradient xlink:href="#b" id="c" y1="514.8" x1="412.57" y2="527.8" x2="425.57" gradientUnits="userSpaceOnUse"/>
<linearGradient id="d" y1="44" y2="4" x2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(-1 0 0 1 432.57 499.8)">
<stop stop-color="#2f74c8"/>
<stop offset="1" stop-color="#4699d7"/>
</linearGradient>
</defs>
<g fill-rule="evenodd" transform="translate(-384.57-499.8)">
<path fill="url(#d)" d="m428.57 503.8v30h-20l-11 10v-10h-9v-30z"/>
<path opacity=".2" fill="url(#b)" d="m402.57 534.8l-6-6v-3l-3-3v-9h4l1 1v-1l20-6 10 7.461v18.539h-26z"/>
<path opacity=".2" fill="url(#c)" d="m419.57 521.8l9 9v-11l-5-5h-4z"/>
<path fill="url(#a)" d="m34 8l-20 6v9l20 6v-15zm-25 6v9h4v-9zm26 1v7h4v-7zm-23 9v5h3v-5z" transform="translate(384.57 499.8)"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -15,6 +15,6 @@ GenericName[x-test]=xxMatrix Clientxx
Comment=Client for the Matrix protocol
Exec=neochat
Terminal=false
Icon=org.kde.neochat
Icon=neochat
Type=Application
Categories=Network;InstantMessaging;