Package Base Details: qt5-base-git

Git Clone URL: https://aur.archlinux.org/qt5-base-git.git (read-only, click to copy)
Submitter: plfiorini
Maintainer: IslandC0der
Last Packager: IslandC0der
Votes: 16
Popularity: 0.000000
First Submitted: 2013-05-23 15:22 (UTC)
Last Updated: 2021-11-01 21:15 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

IslandC0der commented on 2021-11-01 21:14 (UTC)

@dreieck Good suggestions! I've just added them.

However, the latest version of the kde/5.15 branch is still 5.15.2 (keep in mind the source is being pulled from here).

dreieck commented on 2021-10-23 20:06 (UTC)

In pkgver(), 5.15.2 should be changed to 5.15.3.

(Is there a way to automatically determine the version, so that not on each upstream version change pkgver() has to be adapted manually?)

Thanks for maintaining!

dreieck commented on 2021-10-23 19:22 (UTC)

Can you add =${pkgver} to the provides-entries?

Thanks for maintaining!

IslandC0der commented on 2021-08-31 00:42 (UTC)

Thank you!

It was indeed a bug with gcc11, and I managed to make it build with some fedora patches; however, I decided to simply go for the KDE Qt repo (which is what they do with qt5-base on the official repos, it has the patches needed to build with gcc11 and many more).

EndlessEden commented on 2021-08-29 12:03 (UTC) (edited on 2021-08-29 12:31 (UTC) by EndlessEden)

not building; (https://bugreports.qt.io/browse/QTBUG-90395)

src/corelib/global/qfloat16.h:300:7: error: ‘numeric_limits’ is not a class template 300 | class numeric_limits<QT_PREPEND_NAMESPACE(qfloat16)> : public numeric_limits<float>

-- From what i read, it appears as if its a bug with gcc-11. They pushed the fix to qt6, however this is building qt5, so the bug remains. | two options afaik are availible.

1: Switch base/provides to QT6.
2: Switch to use forcibly gcc-10 or clang and depends.

Also, i would recommend the patches from archlinux packaging sources+=(https://raw.githubusercontent.com/archlinux/svntogit-packages/packages/qt5-base/trunk/qt5-base-cflags.patch https://raw.githubusercontent.com/archlinux/svntogit-packages/packages/qt5-base/trunk/qt5-base-nostrip.patch) sha256sums+=('cf707cd970650f8b60f8897692b36708ded9ba116723ec8fcd885576783fe85c' '4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094')

sikmir commented on 2020-02-14 07:15 (UTC)

Maintainer wanted. I'm going to disown this pacakge.

arojas commented on 2020-02-01 13:25 (UTC)

Please switch to the 5.15 branch, which is the latest qt5 code. The dev branch is changed to qt6 already so should no longer be called qt5-base-git or provide qt5-base.

sikmir commented on 2019-09-22 09:34 (UTC)

Thanks, added.

edrex commented on 2019-09-18 02:04 (UTC)

Need to add 'vulkan-headers' to makedepends, see https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/qt5-base#n16

u8sand commented on 2016-12-29 22:51 (UTC)

qtbug-55530.patch was applied upstream and should be removed. A new error has occurred (https://bugreports.qt.io/browse/QTBUG-53367) which I fixed with `echo QMAKE_CFLAGS_ISYSTEM='' >> src/qt5-base/src/plugins/sqldrivers/mysql/mysql.pro`