diff --git a/packages/voip/blink/blink-2.0.0.exheres-0 b/packages/voip/blink/blink-2.0.0.exheres-0 index 15fffce7..c19d5b3f 100644 --- a/packages/voip/blink/blink-2.0.0.exheres-0 +++ b/packages/voip/blink/blink-2.0.0.exheres-0 @@ -1,7 +1,7 @@ # Copyright 2016 Julian Ospald # Distributed under the terms of the GNU General Public License v2 -require gtk-icon-cache +require desktop-utils gtk-icon-cache require setup-py [ import=distutils blacklist="3" multibuild=false ] SUMMARY="A state of the art, easy to use SIP client" @@ -44,16 +44,6 @@ src_install() { insinto /usr/share/icons/hicolor/512x512/apps doins resources/icons/blink.png - insinto /usr/share/applications - hereins ${PN}.desktop << EOF -[Desktop Entry] -Name=Blink -Type=Application -Comment=${SUMMARY} -Exec=${PN} -TryExec=${PN} -Icon=${PN} -Categories=Network;Telephony; -EOF + install_desktop_entry "Name=Blink" }