sci-electronics/pulseview: add a .desktop file and use the sigrok icon.

Closes: https://github.com/gentoo/gentoo/pull/4044
This commit is contained in:
vitalogy
2017-02-20 11:07:45 +01:00
committed by Patrice Clement
parent 277db4cb8f
commit 2b9c8fffe7
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[Desktop Entry]
Version=1.0
Name=Pulseview
GenericName=Pulseview
Comment=Qt based logic analyzer GUI for sigrok
Exec=pulseview
Icon=pulseview
Terminal=false
Type=Application
Categories=Development;Electronics;

View File

@@ -57,3 +57,9 @@ src_configure() {
)
cmake-utils_src_configure
}
src_install() {
cmake-utils_src_install
newicon "${S}"/icons/sigrok-logo-notext.png ${PN}.png
domenu "${FILESDIR}"/${PN}.desktop
}