mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
DSView is an GUI programe for supporting various instruments.
The patches under ${FILESDIR} pushed to upstream:
https://github.com/DreamSourceLab/DSView/pull/335
Package-Manager: Portage-3.0.3, Repoman-3.0.0
Signed-off-by: Huang Rui <vowstar@gmail.com>
21 lines
509 B
Diff
21 lines
509 B
Diff
diff --git a/DSView/DSView.desktop b/DSView/DSView.desktop
|
|
index fba3202..e114324 100755
|
|
--- a/DSView/DSView.desktop
|
|
+++ b/DSView/DSView.desktop
|
|
@@ -1,9 +1,10 @@
|
|
[Desktop Entry]
|
|
-Version=0.96
|
|
-Exec=/usr/local/bin/DSView
|
|
+Type=Application
|
|
+Encoding=UTF-8
|
|
Name=DSView
|
|
Comment=GUI Program for DreamSourceLab USB-based Instruments
|
|
-Icon=/usr/local/share/DSView/logo.png
|
|
-Type=Application
|
|
+TryExec=DSView
|
|
+Exec=DSView
|
|
+Icon=dsview
|
|
Terminal=false
|
|
-Categories=Development
|
|
+Categories=Development;Electronics;Qt;
|