Package Details: fluid-git v1.2.0.r50.g27417d4-1

Git Clone URL: https://aur.archlinux.org/fluid-git.git (read-only, click to copy)
Package Base: fluid-git
Description: Components for Qt Quick applications with Material Design
Upstream URL: https://liri.io
Keywords: material qml qt qtquick
Licenses: MPL2
Groups: liri-git
Conflicts: fluid
Provides: fluid
Replaces: fluid
Submitter: plfiorini
Maintainer: plfiorini (Terence, Aldrog)
Last Packager: plfiorini
Votes: 9
Popularity: 0.000000
First Submitted: 2016-03-28 08:00 (UTC)
Last Updated: 2023-01-03 12:01 (UTC)

Latest Comments

1 2 Next › Last »

lucaspape commented on 2019-08-24 15:10 (UTC)

I compiled qt 5.13.1 from source, installs fine now.

plfiorini commented on 2019-08-23 15:27 (UTC)

This is an upstream bug that I have recently fixed, and will be available in next 5.13 point release. Meanwhile you can build qt5-wayland with this patch: https://code.qt.io/cgit/qt/qtwayland.git/commit/?h=5.13.1&id=f4636b934f90b2a07b09f1925a86440cf1944d08

lucaspape commented on 2019-08-23 15:02 (UTC)

Build fails for me:

CMake Error at /usr/lib64/cmake/Qt5WaylandClient/Qt5WaylandClientConfig.cmake:106 (find_package): Could not find a package configuration file provided by "Qt5LinuxAccessibilitySupport" (requested version 5.13.0) with any of the following names:

Qt5LinuxAccessibilitySupportConfig.cmake
qt5linuxaccessibilitysupport-config.cmake

Add the installation prefix of "Qt5LinuxAccessibilitySupport" to CMAKE_PREFIX_PATH or set "Qt5LinuxAccessibilitySupport_DIR" to a directory containing one of the above files. If "Qt5LinuxAccessibilitySupport" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): src/imports/controls-private/CMakeLists.txt:8 (find_package)

-- Configuring incomplete, errors occurred!

plfiorini commented on 2017-10-30 17:30 (UTC)

qt5-doc cannot be optional, it's either in or out since it is required to build the documentation. however i agree that the documentation can be removed from the package since it's available online anyway.

thx1138 commented on 2017-10-30 17:14 (UTC)

Why the hard dependency on qt5-doc? Thats half a gigabyte of html files that, I suspect, are not needed to run liri, and which are not likely to be read by the average user. Perhaps you want: optdepends=('qt5-doc')

visoft commented on 2016-07-19 04:30 (UTC)

The Source folder is not have the file named "CMakelist.txt",so the package should add the "CMakelist.txt" or use qmake.

yangxuan8282 commented on 2016-05-05 07:21 (UTC)

they use QMake now

Emeric commented on 2016-03-06 10:33 (UTC)

Hey guys. Could you explain why qt5-base-dev-git is needed as a dependency? Cause it's a quite heavy one...

farseerfc commented on 2015-12-17 07:36 (UTC)

This package should not install /usr/tests as it is not needed for end user.

farseerfc commented on 2015-09-22 13:54 (UTC)

prepare function should be changed to build function? orelse the `makepkg -od` will call the qmake, which may be run in an environment without qt5-base and qtchooser.