mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
qflipper: update to 1.3.2.
This commit is contained in:
parent
00c0fbe83d
commit
892b77b344
1 changed files with 6 additions and 6 deletions
|
@ -1,21 +1,21 @@
|
||||||
# Template file for 'qflipper'
|
# Template file for 'qflipper'
|
||||||
pkgname=qflipper
|
pkgname=qflipper
|
||||||
version=1.2.2
|
version=1.3.2
|
||||||
revision=1
|
revision=1
|
||||||
_nanopb_version=0.4.6
|
_nanopb_version=0.4.6
|
||||||
create_wrksrc=yes
|
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
configure_args="CONFIG+=qtquickcompiler DEFINES+=DISABLE_APPLICATION_UPDATES"
|
configure_args="CONFIG+=qtquickcompiler DEFINES+=DISABLE_APPLICATION_UPDATES"
|
||||||
hostmakedepends="qt5-qmake pkg-config qt5-host-tools"
|
hostmakedepends="pkg-config qt6-tools-devel"
|
||||||
makedepends="qt5-devel qt5-serialport-devel libusb-devel qt5-quickcontrols2-devel qt5-svg-devel qt5-declarative-devel"
|
makedepends="qt6-serialport-devel qt6-declarative-devel qt6-wayland-devel
|
||||||
depends="qt5-graphicaleffects qt5-quickcontrols"
|
qt6-qt5compat-devel qt6-svg-devel libusb-devel"
|
||||||
|
depends="qt6-plugin-tls-openssl"
|
||||||
short_desc="Desktop application for updating Flipper Zero firmware via PC"
|
short_desc="Desktop application for updating Flipper Zero firmware via PC"
|
||||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="https://flipperzero.one"
|
homepage="https://flipperzero.one"
|
||||||
distfiles="https://github.com/flipperdevices/qFlipper/archive/refs/tags/${version}.tar.gz
|
distfiles="https://github.com/flipperdevices/qFlipper/archive/refs/tags/${version}.tar.gz
|
||||||
https://github.com/nanopb/nanopb/archive/refs/tags/${_nanopb_version}.tar.gz"
|
https://github.com/nanopb/nanopb/archive/refs/tags/${_nanopb_version}.tar.gz"
|
||||||
checksum="486543a66fcf899073972d4f081f89a709a66628d71e9412c74be0a7a1fb79a7
|
checksum="96c5d6e0c479128520800d97b080c5aa7efe72e4e44da07ae96aceb8155fa07e
|
||||||
caa97d55fb9c98b4cfa0b069acd9657f706e9629af0baeaefcae0a0e8c4a64d2"
|
caa97d55fb9c98b4cfa0b069acd9657f706e9629af0baeaefcae0a0e8c4a64d2"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue