From 80d95143bf14fb5609396c900e7dd17e1609fc15 Mon Sep 17 00:00:00 2001 From: Karsten Pufahl Date: Sun, 26 Feb 2023 17:10:57 +0100 Subject: [PATCH] add filename specifier to desktop entry --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- stm32cubemx.desktop | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index f609ce1..833516d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -14,7 +14,7 @@ pkgbase = stm32cubemx source = stm32cubemx.desktop source = stm32cubemx.sh sha512sums = f7ff661fdd9faa052508b44d4c48cf874998532df3a77d673e7d046de5cd1942bf15571f79b7c2b1ac8543856186dbe050594e3d4ad7242a57872c5b972a96ee - sha512sums = 56bff32e35f8eb09ae4df94e4e885aaf9349c687ce9f4901ddd11c83b69a32b19d99ab8dbd90c6679e86e7213c4d41640e52ab0d80b8fc4640a1bc5df9a3af32 - sha512sums = 6a79222fecdd4e0321d4a460a746d704c25fa32a97fd6653adfb64447053b8985c9533caf2f92f8907ef4424aa19ce0bdff3911bbdc6bf744bb354baaa3d834c + sha512sums = 83c67bef3e8f8434903fe0c067442cc7473459386fdcb0225af1b3a75fd75e2be393f91f877c8410f1055ca4ec531b2df707fcab10663cae382a7f4066c8548b + sha512sums = c9dbd6353da1f467c7bc480180abe83b1ac971be62b29061641476836c6c2c714d9fe44bbd24bc2d6c78002d7e652c7b0f1cd34cf0d331f2d0a781761f38e25e pkgname = stm32cubemx diff --git a/PKGBUILD b/PKGBUILD index c35dd5e..4b79eb9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: laserK pkgname=stm32cubemx pkgver=6.7.0 -pkgrel=3 +pkgrel=4 epoch= pkgdesc="graphical software configuration tool for STM32 microcontrollers that allows generating C initialization code" arch=(any) @@ -26,7 +26,7 @@ source=("https://sw-center.st.com/packs/resource/library/stm32cube_mx_v${pkgver/ "stm32cubemx.sh") noextract=() sha512sums=('f7ff661fdd9faa052508b44d4c48cf874998532df3a77d673e7d046de5cd1942bf15571f79b7c2b1ac8543856186dbe050594e3d4ad7242a57872c5b972a96ee' - '56bff32e35f8eb09ae4df94e4e885aaf9349c687ce9f4901ddd11c83b69a32b19d99ab8dbd90c6679e86e7213c4d41640e52ab0d80b8fc4640a1bc5df9a3af32' + '83c67bef3e8f8434903fe0c067442cc7473459386fdcb0225af1b3a75fd75e2be393f91f877c8410f1055ca4ec531b2df707fcab10663cae382a7f4066c8548b' '6a79222fecdd4e0321d4a460a746d704c25fa32a97fd6653adfb64447053b8985c9533caf2f92f8907ef4424aa19ce0bdff3911bbdc6bf744bb354baaa3d834c') validpgpkeys=() diff --git a/stm32cubemx.desktop b/stm32cubemx.desktop index a2c3498..93eddda 100644 --- a/stm32cubemx.desktop +++ b/stm32cubemx.desktop @@ -4,7 +4,7 @@ Name=STM32CubeMX GenericName=configuration tool for STM32 microcontrollers Comment=graphical software configuration tool for STM32 microcontrollers that allows generating C initialization code Icon=stm32cubemx.png -Exec=stm32cubemx +Exec=stm32cubemx %F Terminal=false Categories=Development;IDE; StartupNotify=false