Package Details: qflipper-bin 1.3.3-3

Git Clone URL: https://aur.archlinux.org/qflipper-bin.git (read-only, click to copy)
Package Base: qflipper-bin
Description: Desktop application for updating Flipper Zero firmware via PC - Packaged from official AppImage binaries
Upstream URL: https://update.flipperzero.one/
Licenses: GPL-3.0-only
Conflicts: qflipper
Provides: qflipper
Submitter: Zoddo
Maintainer: Zoddo
Last Packager: Zoddo
Votes: 8
Popularity: 0.084887
First Submitted: 2023-11-10 21:37 (UTC)
Last Updated: 2024-09-28 17:31 (UTC)

Latest Comments

Zoddo commented on 2024-09-28 17:32 (UTC)

@spk44: Thanks for the patch, the PKGBUILD has been updated :)

spk44 commented on 2024-09-28 17:12 (UTC) (edited on 2024-09-28 17:12 (UTC) by spk44)

Here is a patch to resolve the dependency issue with qt6-quickcontrols2 and update the license like the qflipper package did,

diff --git a/PKGBUILD b/PKGBUILD
index 1d9bf4d..3b2609e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
 _pkgname="qflipper"
 pkgname=${_pkgname}-bin
 pkgver=1.3.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Desktop application for updating Flipper Zero firmware via PC - Packaged from official AppImage binaries"
 arch=('x86_64')
 url="https://update.flipperzero.one/"
-license=('GPL3')
+license=('GPL-3.0-only')
 depends=(
   'openssl-1.1'
   'libusb'
   'qt6-5compat'
-  'qt6-quickcontrols2'
+  'qt6-declarative'
   'qt6-serialport'
   'qt6-svg'
 )

Zoddo commented on 2024-08-17 10:39 (UTC)

@grimsteel: Thanks for pointing out the issue, I just added the dependency :)

grimsteel commented on 2024-08-03 21:14 (UTC)

If startup fails with "Incompatible version of OpenSSL", just install openssl-1.1 (should probably be included as a dependency)

nomoreusernames commented on 2024-05-29 15:28 (UTC)

Seems broken:

10 [qt.network.ssl] No functional TLS backend was found 10 [qt.network.ssl] No functional TLS backend was found 10 [qt.network.ssl] No functional TLS backend was found 10 [qt.network.ssl] No functional TLS backend was found 10 [qt.network.ssl] No TLS backend is available 10 [qt.network.ssl] No TLS backend is available 10 [qt.network.ssl] No functional TLS backend was found 10 [qt.network.ssl] No functional TLS backend was found 10 [qt.network.ssl] No functional TLS backend was found 10 [qt.network.ssl] No functional TLS backend was found 10 [qt.network.ssl] No functional TLS backend was found 10 [qt.network.ssl] No TLS backend is available 10 [qt.network.ssl] No functional TLS backend was found 10 [qt.network.ssl] No functional TLS backend was found 10 [qt.network.ssl] No functional TLS backend was found 10 [qt.network.ssl] No TLS backend is available 10 [qt.network.ssl] No functional TLS backend was found 10 [qt.network.ssl] QSslSocket::connectToHostEncrypted: TLS initialization failed 10 [qt.network.ssl] No functional TLS backend was found 10 [qt.network.ssl] QSslSocket::connectToHostEncrypted: TLS initialization failed 196 [APP] qFlipper version 1.3.3 commit bfce851d 2023-11-10T10:40:31 196 [APP] OS info: Arch Linux unknown 6.6.32-1-lts Qt 6.4.3 199 [UPD] Failed to fetch update information: Network error: TLS initialization failed 199 [UPD] Failed to fetch update information: Network error: TLS initialization failed

Darc-Charlie commented on 2023-11-15 00:59 (UTC)

Thank you for the answer!

Zoddo commented on 2023-11-14 18:47 (UTC)

This package doesn't build from sources, but instead uses the official binaries (they are extracted from the official AppImage package).

qflipper is very long to build. For those who have shitty computers and who are ok to use prebuilt binaries, it's easier to use this package.

Darc-Charlie commented on 2023-11-14 00:36 (UTC)

I decided to ask this here since this package is newer, but what is the difference between this and the qflipper package?