Package Details: qt5-base-git 5.15.2+kde_r43999.gc9fde86b0a-1

Git Clone URL: https://aur.archlinux.org/qt5-base-git.git (read-only, click to copy)
Package Base: qt5-base-git
Description: A cross-platform application and UI framework
Upstream URL: https://www.qt.io
Licenses: custom, GPL3, LGPL3, FDL
Groups: qt-git, qt5-git
Conflicts: qt5-base
Provides: qt5-base
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)

Required by (2825)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

jleclanche commented on 2014-11-09 08:23 (UTC)

@cuvora you need to install base-devel, please read the wiki on AUR.

cuvora commented on 2014-11-09 08:23 (UTC)

- makedepends=("git" "postgresql-libs") + makedepends=("make" "gcc" "git" "postgresql-libs")

RunningDroid commented on 2014-08-03 19:37 (UTC)

Here it is: https://gist.github.com/RunningDroid/28997c6d646ea2305bb6

jleclanche commented on 2014-08-02 17:07 (UTC)

I can't test right now. Can you gist a modified pkgbuild?

RunningDroid commented on 2014-08-02 02:35 (UTC)

Please add "staticlibs" to the options array and add something like: for bin in $(ls "$pkgdir/usr/lib/qt/bin" | egrep -oe '[^/]+$'); do ln -s "/usr/lib/qt/bin/$bin" "$pkgdir/usr/bin/${bin}-qt5" done to package() so that qmake-qt5 exists in $PATH

ChALkeR commented on 2014-05-20 09:13 (UTC)

I disowned qt5-websockets-git package.

stozi commented on 2014-02-05 21:28 (UTC)

The following bug appears to have re-emerged: https://bugs.archlinux.org/task/37709?project=1&cat%5B0%5D=2&string=wayland

herrflockig commented on 2013-09-25 02:34 (UTC)

@stozi Adding -no-warnings-are-errors to the configure line solves that problem for me.

stozi commented on 2013-09-18 15:08 (UTC)

Getting this error: cc1plus: all warnings being treated as errors make[4]: *** [.obj/debug-shared/qsql_ibase.o] Error 1 make[4]: Leaving directory `home/user/builds/qtbase-git/src/qtbase/src/plugins/sqldrivers/ibase' make[3]: *** [sub-ibase-make_first] Error 2 make[3]: Leaving directory `home/user/builds/qtbase-git/src/qtbase/src/plugins/sqldrivers' make[2]: *** [sub-sqldrivers-make_first] Error 2 make[2]: Leaving directory `home/user/builds/qtbase-git/src/qtbase/src/plugins' make[1]: *** [sub-plugins-make_first] Error 2 make[1]: Leaving directory `home/user/builds/qtbase-git/src/qtbase/src' make: *** [sub-src-make_first] Error 2 ==> Error: A failure occurred in build(). Aborting...