high res icon
This commit is contained in:
parent
595c52e6ea
commit
598d724f69
2 changed files with 5 additions and 5 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,9 +1,9 @@
|
||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Fri Jan 4 11:45:28 UTC 2019
|
# Mon Feb 25 16:31:56 UTC 2019
|
||||||
pkgbase = stm32cubemx
|
pkgbase = stm32cubemx
|
||||||
pkgdesc = graphical software configuration tool for STM32 microcontrollers that allows generating C initialization code
|
pkgdesc = graphical software configuration tool for STM32 microcontrollers that allows generating C initialization code
|
||||||
pkgver = 5.0.1
|
pkgver = 5.0.1
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://www.st.com/content/st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-configurators-and-code-generators/stm32cubemx.html
|
url = https://www.st.com/content/st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-configurators-and-code-generators/stm32cubemx.html
|
||||||
arch = any
|
arch = any
|
||||||
license = custom
|
license = custom
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -6,7 +6,7 @@
|
||||||
# Maintainer: Karsten Pufahl <contact <AT> karstenpufahl.de>
|
# Maintainer: Karsten Pufahl <contact <AT> karstenpufahl.de>
|
||||||
pkgname=stm32cubemx
|
pkgname=stm32cubemx
|
||||||
pkgver=5.0.1
|
pkgver=5.0.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
epoch=
|
epoch=
|
||||||
pkgdesc="graphical software configuration tool for STM32 microcontrollers that allows generating C initialization code"
|
pkgdesc="graphical software configuration tool for STM32 microcontrollers that allows generating C initialization code"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
|
@ -42,8 +42,8 @@ package() {
|
||||||
cp -r "${srcdir}/." "${pkgdir}/opt/stm32cubemx"
|
cp -r "${srcdir}/." "${pkgdir}/opt/stm32cubemx"
|
||||||
install -Dm 755 "${srcdir}/stm32cubemx.sh" "${pkgdir}/usr/bin/${pkgname}"
|
install -Dm 755 "${srcdir}/stm32cubemx.sh" "${pkgdir}/usr/bin/${pkgname}"
|
||||||
#icon and desktop file
|
#icon and desktop file
|
||||||
convert "${srcdir}/help/STM32CubeMX.ico" "${srcdir}/${pkgname}.png"
|
convert "${srcdir}/help/STM32CubeMX.ico[17]" "${srcdir}/${pkgname}.png"
|
||||||
install -Dm 644 "${srcdir}/${pkgname}-6.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
|
install -Dm 644 "${srcdir}/${pkgname}.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
|
||||||
install -Dm 644 "${srcdir}/$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
|
install -Dm 644 "${srcdir}/$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
|
||||||
|
|
||||||
#license
|
#license
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue