mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
committed by
Patrice Clement
parent
277db4cb8f
commit
2b9c8fffe7
10
sci-electronics/pulseview/files/pulseview.desktop
Normal file
10
sci-electronics/pulseview/files/pulseview.desktop
Normal 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;
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user