mirror of
https://github.com/archlinux/aur.git
synced 2026-02-16 14:15:44 +01:00
Add JFlashSPIExe.desktop
This commit is contained in:
parent
0b57a79461
commit
80c4b3271c
3 changed files with 16 additions and 2 deletions
4
.SRCINFO
4
.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
|
||||
|
|
|
|||
10
JFlashSPIExe.desktop
Normal file
10
JFlashSPIExe.desktop
Normal file
|
|
@ -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
|
||||
4
PKGBUILD
4
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue