Search Criteria
Package Details: fluid-git v0.11.0.r271.g1ff823d-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: | |
Groups: | |
Conflicts: | |
Provides: | |
Replaces: | |
Submitter: | plfiorini |
Maintainer: | plfiorini (Terence, Aldrog) |
Last Packager: | plfiorini |
Votes: | 10 |
Popularity: | 0.000000 |
First Submitted: | 2016-03-28 08:00 |
Last Updated: | 2019-01-14 23:27 |
Dependencies (10)
- qt5-graphicaleffects (qt5-graphicaleffects-git)
- qt5-quickcontrols2 (qt5-quickcontrols2-git)
- qt5-svg (qt5-svg-git)
- qt5-wayland (qt5-wayland-git, qt5-wayland-hybris, qt5-wayland-dev-backport-git, qt5-wayland-bugfixport-git)
- ttf-roboto (ttf-roboto-fontconfig, ttf-roboto-ibx, ttf-google-fonts-typewolf)
- clang (clang-pypy-stm, clang39, clang38, llvm-tce, clang8, llvm-minimal-git, llvm-toolchain-nightly-bin, llvm-git, clang-rc) (make)
- git (git-git) (make)
- liri-cmake-shared-git (make)
- qt5-doc (make)
- qt5-tools (qt5-tools-git) (make)
Required by (15)
- liri-appcenter-git
- liri-browser-git
- liri-calculator-git
- liri-files-git
- liri-networkmanager-git
- liri-power-manager-git
- liri-pulseaudio-git
- liri-screenshot-git
- liri-settings-git
- liri-shell-git
- liri-terminal-git
- liri-text-git
- qrab (requires fluid)
- quickcurver-git (requires fluid)
- xdg-desktop-portal-liri-git
Latest Comments
1 2 Next › Last »
lucaspape commented on 2019-08-24 15:10
I compiled qt 5.13.1 from source, installs fine now.
plfiorini commented on 2019-08-23 15:27
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
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:
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
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
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
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
they use QMake now
Emeric commented on 2016-03-06 10:33
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
This package should not install /usr/tests as it is not needed for end user.
farseerfc commented on 2015-09-22 13:54
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.