Package Details: f3-qt-git 2.1.0.r24.g65d58d0-1

Git Clone URL: https://aur.archlinux.org/f3-qt-git.git (read-only, click to copy)
Package Base: f3-qt-git
Description: A simple GUI for F3 - Fight Flash Fraud.
Upstream URL: https://github.com/zwpwjwtz/f3-qt
Licenses: GPL-3.0-or-later
Conflicts: f3-qt
Provides: f3-qt
Submitter: kalsan
Maintainer: m8D2
Last Packager: m8D2
Votes: 11
Popularity: 0.000000
First Submitted: 2017-01-24 09:05 (UTC)
Last Updated: 2026-07-13 19:58 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

welwood08 commented on 2026-06-15 11:27 (UTC)

It's worth noting that upstream merged proper Qt6 support last summer (no longer requires QDesktopWidget).

-depends=(f3 qt5-base)
+depends=(f3 qt6-base)
[...]
-  qmake -config release
+  qmake6 -config release

Patching the PKGBUILD as above has worked for me in reducing my Qt5 surface.

m8D2 commented on 2023-12-20 18:41 (UTC)

thanks for the feedback. it's now reverted back to qt5-base.

m8D2 commented on 2023-11-09 21:59 (UTC)

Thanks for pointing that out. It's now fixed.

Also updated dependency from qt5-base to qt6-base, it appears to work perfectly on my machine, but please let me know if that brings issues.

kalsan commented on 2019-07-03 07:40 (UTC)

Oh Arch Linux I have fallen in love with Debian instead. Please forgive me, you know that I've always been volatile when it comes to distributions. As a consequence, I need to let go of our children, leaving them as orphans and hoping that someone might adopt them. So long, and thanks for all the fizsh.

kalsan commented on 2018-04-19 19:54 (UTC)

Done so, have a lot of fun :-)

wedeluxe commented on 2018-04-19 18:25 (UTC)

Thanks for providing this package.

Here's a slight improvement. Replace the line

 depends=('f3-git' 'qt5-base')

with

 depends=('f3' 'qt5-base')

in the file PKGBUILD.

This makes your package work with f3 as well as with f3-git.

kalsan commented on 2017-01-24 09:09 (UTC) (edited on 2017-01-24 09:09 (UTC) by kalsan)

I just committed this, let me know if something doesn't work as expected (especially, I'm unsure wether or not all icons work correctly).