upstream release 2.10.0-RC3
This commit is contained in:
parent
9261d038ff
commit
d42a8c8f19
2 changed files with 13 additions and 16 deletions
11
.SRCINFO
11
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = edgetx-companion
|
pkgbase = edgetx-companion
|
||||||
pkgdesc = EEPROM Editor and Simulator for EdgeTX RC radio transmitter firmwares
|
pkgdesc = EEPROM Editor and Simulator for EdgeTX RC radio transmitter firmwares
|
||||||
pkgver = 2.9.4
|
pkgver = 2.10.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://edgetx.org/
|
url = https://edgetx.org/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -18,6 +18,7 @@ pkgbase = edgetx-companion
|
||||||
makedepends = git
|
makedepends = git
|
||||||
makedepends = icu
|
makedepends = icu
|
||||||
makedepends = python
|
makedepends = python
|
||||||
|
makedepends = python-jinja
|
||||||
makedepends = python-lz4
|
makedepends = python-lz4
|
||||||
makedepends = python-pillow
|
makedepends = python-pillow
|
||||||
makedepends = python-pyqt5
|
makedepends = python-pyqt5
|
||||||
|
@ -36,18 +37,16 @@ pkgbase = edgetx-companion
|
||||||
provides = companion
|
provides = companion
|
||||||
conflicts = companion
|
conflicts = companion
|
||||||
options = !debug
|
options = !debug
|
||||||
source = git+https://github.com/EdgeTX/edgetx.git#tag=v2.9.4
|
source = git+https://github.com/EdgeTX/edgetx.git#tag=v2.10.0-rc3
|
||||||
source = git+https://github.com/jbeder/yaml-cpp.git
|
|
||||||
source = git+https://github.com/raphaelcoeffic/AccessDenied.git
|
source = git+https://github.com/raphaelcoeffic/AccessDenied.git
|
||||||
source = git+https://github.com/FreeRTOS/FreeRTOS-Kernel.git
|
source = git+https://github.com/FreeRTOS/FreeRTOS-Kernel.git
|
||||||
source = git+https://github.com/edgetx/libopenui.git
|
source = git+https://github.com/adfernandes/segger-rtt.git
|
||||||
source = git+https://github.com/FreeRTOS/FreeRTOS-Kernel-Community-Supported-Ports.git
|
source = git+https://github.com/FreeRTOS/FreeRTOS-Kernel-Community-Supported-Ports.git
|
||||||
source = git+https://github.com/FreeRTOS/FreeRTOS-Kernel-Partner-Supported-Ports.git
|
source = git+https://github.com/FreeRTOS/FreeRTOS-Kernel-Partner-Supported-Ports.git
|
||||||
source = git+https://github.com/EdgeTX/lvgl.git
|
source = git+https://github.com/EdgeTX/lvgl.git
|
||||||
source = git+https://github.com/nothings/stb.git
|
source = git+https://github.com/nothings/stb.git
|
||||||
source = install.patch
|
source = install.patch
|
||||||
b2sums = SKIP
|
b2sums = 3330392c092e883ccca0cc45132c95b10a89b9b3d8bf62c761ffcf75eaa1a837fe23c51a787cb0f4a936f1447b134e9dab75818ab11e1c86a530d9e27bf6e051
|
||||||
b2sums = SKIP
|
|
||||||
b2sums = SKIP
|
b2sums = SKIP
|
||||||
b2sums = SKIP
|
b2sums = SKIP
|
||||||
b2sums = SKIP
|
b2sums = SKIP
|
||||||
|
|
18
PKGBUILD
18
PKGBUILD
|
@ -4,7 +4,8 @@
|
||||||
# Contributer: Arnaud
|
# Contributer: Arnaud
|
||||||
|
|
||||||
pkgname=edgetx-companion
|
pkgname=edgetx-companion
|
||||||
pkgver=2.9.4
|
pkgver=2.10.0
|
||||||
|
_rc=-rc3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="EEPROM Editor and Simulator for EdgeTX RC radio transmitter firmwares"
|
pkgdesc="EEPROM Editor and Simulator for EdgeTX RC radio transmitter firmwares"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -14,23 +15,21 @@ depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base' 'qt5-multimedia' 'sd
|
||||||
optdepends=('dfu-util: tool for flashing stm32 based radios')
|
optdepends=('dfu-util: tool for flashing stm32 based radios')
|
||||||
makedepends=('arm-none-eabi-binutils' 'arm-none-eabi-gcc' 'arm-none-eabi-newlib'
|
makedepends=('arm-none-eabi-binutils' 'arm-none-eabi-gcc' 'arm-none-eabi-newlib'
|
||||||
'avr-gcc' 'avr-libc' 'bc' 'clang' 'cmake' 'fox' 'gcc' 'git' 'icu' 'python'
|
'avr-gcc' 'avr-libc' 'bc' 'clang' 'cmake' 'fox' 'gcc' 'git' 'icu' 'python'
|
||||||
'python-lz4' 'python-pillow' 'python-pyqt5' 'qt5-svg' 'qt5-tools'
|
'python-jinja' 'python-lz4' 'python-pillow' 'python-pyqt5' 'qt5-svg'
|
||||||
'qt5-translations' 'sed' 'xsd')
|
'qt5-tools' 'qt5-translations' 'sed' 'xsd')
|
||||||
options=('!debug')
|
options=('!debug')
|
||||||
provides=('companion')
|
provides=('companion')
|
||||||
conflicts=('companion')
|
conflicts=('companion')
|
||||||
source=("git+https://github.com/EdgeTX/edgetx.git#tag=v$pkgver"
|
source=("git+https://github.com/EdgeTX/edgetx.git#tag=v$pkgver$_rc"
|
||||||
"git+https://github.com/jbeder/yaml-cpp.git"
|
|
||||||
"git+https://github.com/raphaelcoeffic/AccessDenied.git"
|
"git+https://github.com/raphaelcoeffic/AccessDenied.git"
|
||||||
"git+https://github.com/FreeRTOS/FreeRTOS-Kernel.git"
|
"git+https://github.com/FreeRTOS/FreeRTOS-Kernel.git"
|
||||||
"git+https://github.com/edgetx/libopenui.git"
|
"git+https://github.com/adfernandes/segger-rtt.git"
|
||||||
"git+https://github.com/FreeRTOS/FreeRTOS-Kernel-Community-Supported-Ports.git"
|
"git+https://github.com/FreeRTOS/FreeRTOS-Kernel-Community-Supported-Ports.git"
|
||||||
"git+https://github.com/FreeRTOS/FreeRTOS-Kernel-Partner-Supported-Ports.git"
|
"git+https://github.com/FreeRTOS/FreeRTOS-Kernel-Partner-Supported-Ports.git"
|
||||||
"git+https://github.com/EdgeTX/lvgl.git"
|
"git+https://github.com/EdgeTX/lvgl.git"
|
||||||
"git+https://github.com/nothings/stb.git"
|
"git+https://github.com/nothings/stb.git"
|
||||||
install.patch)
|
install.patch)
|
||||||
b2sums=('SKIP'
|
b2sums=('3330392c092e883ccca0cc45132c95b10a89b9b3d8bf62c761ffcf75eaa1a837fe23c51a787cb0f4a936f1447b134e9dab75818ab11e1c86a530d9e27bf6e051'
|
||||||
'SKIP'
|
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
|
@ -53,8 +52,7 @@ prepare() {
|
||||||
done
|
done
|
||||||
|
|
||||||
declare -A submodules=(
|
declare -A submodules=(
|
||||||
["$_pkgbase/companion/src/thirdparty/"]="yaml-cpp"
|
["$_pkgbase/radio/src/thirdparty/"]="AccessDenied FreeRTOS-Kernel Segger_RTT"
|
||||||
["$_pkgbase/radio/src/thirdparty/"]="AccessDenied FreeRTOS-Kernel libopenui"
|
|
||||||
["$_pkgbase/radio/src/thirdparty/FreeRTOS/portable/ThirdParty/"]="FreeRTOS-Kernel-Community-Supported-Ports FreeRTOS-Kernel-Partner-Supported-Ports"
|
["$_pkgbase/radio/src/thirdparty/FreeRTOS/portable/ThirdParty/"]="FreeRTOS-Kernel-Community-Supported-Ports FreeRTOS-Kernel-Partner-Supported-Ports"
|
||||||
["$_pkgbase/radio/src/thirdparty/libopenui/thirdparty/"]="lvgl stb"
|
["$_pkgbase/radio/src/thirdparty/libopenui/thirdparty/"]="lvgl stb"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue