]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-native-appimage: Use local copies of .depktop and icon.
authorUwe Hermann <redacted>
Tue, 28 Feb 2017 23:55:14 +0000 (00:55 +0100)
committerUwe Hermann <redacted>
Wed, 1 Mar 2017 00:08:31 +0000 (01:08 +0100)
cross-compile/appimage/contrib/pulseview.desktop [new file with mode: 0644]
cross-compile/appimage/contrib/sigrok-logo-notext.png [new file with mode: 0644]
cross-compile/appimage/sigrok-native-appimage

diff --git a/cross-compile/appimage/contrib/pulseview.desktop b/cross-compile/appimage/contrib/pulseview.desktop
new file mode 100644 (file)
index 0000000..cbab083
--- /dev/null
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=PulseView
+GenericName=Signal acquisition GUI for sigrok
+Categories=Electronics;
+Comment=Control your Logic Analyzer, Oscilloscope, or MSO
+Exec=pulseview
+Icon=sigrok-logo-notext
+Type=Application
+
diff --git a/cross-compile/appimage/contrib/sigrok-logo-notext.png b/cross-compile/appimage/contrib/sigrok-logo-notext.png
new file mode 100644 (file)
index 0000000..5b35dfe
Binary files /dev/null and b/cross-compile/appimage/contrib/sigrok-logo-notext.png differ
index 763323fb7d6e6d90f71275f4a2cda801e22b6f13..6476677683dca91b0b7e27a9c88f09dc8abd9adb 100755 (executable)
@@ -48,8 +48,7 @@ get_apprun
 # Copy desktop and icon file to AppDir for AppRun to pick them up
 ########################################################################
 
-wget http://sigrok.org/jenkins/job/pulseview/buildtype=shared,compiler=gcc,platform=native-amd64/ws/contrib/pulseview.desktop
-wget -q "http://sigrok.org/gitweb/?p=pulseview.git;a=blob_plain;f=icons/sigrok-logo-notext.png" -O sigrok-logo-notext.png
+cp ../../contrib/pulseview.desktop ../../contrib/sigrok-logo-notext.png .
 
 ########################################################################
 # Copy in the dependencies that cannot be assumed to be available