From 0ecdd06dd52128b2101ea0954f005ee2cc2510cb Mon Sep 17 00:00:00 2001 From: arthurhawron Date: Fri, 6 Oct 2023 17:45:14 +1100 Subject: [PATCH 1/2] Added qt6-svg dependency to enable svg rendering --- srcpkgs/qflipper/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/qflipper/template b/srcpkgs/qflipper/template index bd73f3f1e7d73..68c9a2b30e637 100644 --- a/srcpkgs/qflipper/template +++ b/srcpkgs/qflipper/template @@ -8,7 +8,7 @@ configure_args="CONFIG+=qtquickcompiler DEFINES+=DISABLE_APPLICATION_UPDATES" hostmakedepends="pkg-config qt6-tools-devel" makedepends="qt6-serialport-devel qt6-declarative-devel qt6-wayland-devel qt6-qt5compat-devel qt6-svg-devel libusb-devel" -depends="qt6-plugin-tls-openssl" +depends="qt6-plugin-tls-openssl qt6-svg" short_desc="Desktop application for updating Flipper Zero firmware via PC" maintainer="Toyam Cox " license="GPL-3.0-only" From e4f57a57f018b3c93693b3b064a1b3dbbc44c648 Mon Sep 17 00:00:00 2001 From: arthurhawron Date: Fri, 6 Oct 2023 17:59:41 +1100 Subject: [PATCH 2/2] set revision to 2 --- srcpkgs/qflipper/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/qflipper/template b/srcpkgs/qflipper/template index 68c9a2b30e637..c19869fccaea1 100644 --- a/srcpkgs/qflipper/template +++ b/srcpkgs/qflipper/template @@ -1,7 +1,7 @@ # Template file for 'qflipper' pkgname=qflipper version=1.3.2 -revision=1 +revision=2 _nanopb_version=0.4.6 build_style=qmake configure_args="CONFIG+=qtquickcompiler DEFINES+=DISABLE_APPLICATION_UPDATES"