From 80c4b3271c703deb28615edd7ef5062455f71417 Mon Sep 17 00:00:00 2001 From: Alexis Polti Date: Sun, 26 Jun 2022 22:16:43 +0200 Subject: [PATCH] Add JFlashSPIExe.desktop --- .SRCINFO | 4 +++- JFlashSPIExe.desktop | 10 ++++++++++ PKGBUILD | 4 +++- 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 JFlashSPIExe.desktop diff --git a/.SRCINFO b/.SRCINFO index 2f3fbfb25756..1551bc751028 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = jlink-software-and-documentation pkgdesc = Segger JLink software & documentation pack for Linux pkgver = 7.66d - pkgrel = 0 + pkgrel = 1 epoch = 46 url = https://www.segger.com/jlink-software.html install = jlink-software-and-documentation.install @@ -39,6 +39,7 @@ pkgbase = jlink-software-and-documentation source = JMemExe.desktop source = JRunExe.desktop source = JTAGLoadExe.desktop + source = JFlashSPIExe.desktop md5sums = a57d93b791581c1f36e4c672303bb85d md5sums = 1d90c97860d0da65525f77e80b821613 md5sums = 83a136d31b296dd8f0e23bc21f9d8e19 @@ -60,6 +61,7 @@ pkgbase = jlink-software-and-documentation md5sums = 74cb2486441a6e571dcc3327204cd8da md5sums = 8fa15c29a78bf1c98af5941607ff5a2a md5sums = dd0923b84488e5f1cca5192324904201 + md5sums = f27a5853d30d127953aa6ecb9b482b42 source_i686 = JLink_Linux_766d_i686.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V766d_i386.tgz md5sums_i686 = 44dc45460d73b6fd8178e61bd853567e source_x86_64 = JLink_Linux_766d_x86_64.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V766d_x86_64.tgz diff --git a/JFlashSPIExe.desktop b/JFlashSPIExe.desktop new file mode 100644 index 000000000000..49138b093514 --- /dev/null +++ b/JFlashSPIExe.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=Segger JFlashSPIExe +Comment=Segger flashing utility for Linux +Exec=/usr/bin/JFlashSPIExe +Icon=JLink.svg +Terminal=false +StartupNotify=false +Categories=Development diff --git a/PKGBUILD b/PKGBUILD index da1bc85e3a34..bcc3a032b1fa 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=jlink-software-and-documentation pkgver=7.66d -pkgrel=0 +pkgrel=1 epoch=46 pkgdesc="Segger JLink software & documentation pack for Linux" arch=('i686' 'x86_64' 'armv7h' 'aarch64' ) @@ -34,6 +34,7 @@ desktops=( "JMemExe.desktop" "JRunExe.desktop" "JTAGLoadExe.desktop" + "JFlashSPIExe.desktop" ) source+=(${desktops[@]}) md5sums_x86_64=('6b4261e5d459fce8d6bb2426111e4837') @@ -63,6 +64,7 @@ md5sums=("a57d93b791581c1f36e4c672303bb85d" "74cb2486441a6e571dcc3327204cd8da" "8fa15c29a78bf1c98af5941607ff5a2a" "dd0923b84488e5f1cca5192324904201" + "f27a5853d30d127953aa6ecb9b482b42" ) install=$pkgname.install