Search Criteria
Package Details: qtfm-git 2019.10.14-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/qtfm-git.git (read-only, click to copy) |
---|---|
Package Base: | qtfm-git |
Description: | A lightweight file manager (git version) |
Upstream URL: | https://github.com/rodlie/qtfm/releases |
Keywords: | filemanager qt |
Licenses: | GPL |
Conflicts: | qtfm |
Provides: | qtfm |
Submitter: | BrainwreckedTech |
Maintainer: | BrainwreckedTech |
Last Packager: | BrainwreckedTech |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-10-10 15:46 (UTC) |
Last Updated: | 2020-09-20 14:00 (UTC) |
Dependencies (5)
- desktop-file-utils (desktop-file-utils-git)
- ffmpeg (ffmpeg-v4l2-request-git, ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-vp9-timestamp, ffmpeg-cuda, ffmpeg-ndi, ffmpeg-intel-full-git, ffmpeg-vulkan, ffmpeg-yt-dlp-bin, ffmpeg-headless, ffmpeg-amd-full-git, ffmpeg-amd-full, ffmpeg-full, ffmpeg-decklink, ffmpeg-libfdk_aac, ffmpeg-mmal, ffmpeg-nocuda, ffmpeg-shinobi, ffmpeg-obs, ffmpeg-full-git, ffmpeg-git)
- hicolor-icon-theme (hicolor-icon-theme-git)
- imagemagick (graphicsmagick-imagemagick-compat, imagemagick-git, imagemagick-full-git, imagemagick-fftw, imagemagick-no-hdri, imagemagick-full)
- qt5-base (qt5-base-git, qt5-base-headless)
Latest Comments
mser commented on 2020-08-02 18:35 (UTC) (edited on 2020-08-03 18:24 (UTC) by mser)
~~The PR has now been merged so it should build again.~~ Yeah, sorry, I missed your comment @haawda. Just saw myself that it got merged into a different branch.
https://aur.archlinux.org/packages/qtfm added the patch as well though.
haawda commented on 2020-08-02 16:00 (UTC)
The commit for https://github.com/rodlie/qtfm/pull/166 has been merged into branch 6.2, but not into master.
mser commented on 2020-08-02 10:17 (UTC) (edited on 2020-08-02 10:18 (UTC) by mser)
Seems to be an upstream error when building using Qt 5.15+. This PR apparently fixes it, maybe you could include it as a patch until it gets merged? https://github.com/rodlie/qtfm/pull/166
csts commented on 2020-07-02 22:32 (UTC) (edited on 2020-07-02 22:39 (UTC) by csts)
Failed to build:
g++ -c -pipe -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -fPIC -fopenmp -Wall -Wextra -D_REENTRANT -DQT_NO_DEBUG_OUTPUT -DWITH_MAGICK -DWITH_FFMPEG -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I/home/k/.cache/pacaur/qtfm-git/src/qtfm/libfm -I. -I/home/k/.cache/pacaur/qtfm-git/src/qtfm/libfm/qtcopydialog -isystem /usr/include/ImageMagick-7 -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtConcurrent -isystem /usr/include/qt/QtDBus -isystem /usr/include/qt/QtCore -I../lib/.moc_libfm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o ../lib/.obj_libfm/iconview.o /home/k/.cache/pacaur/qtfm-git/src/qtfm/libfm/iconview.cpp g++ -c -pipe -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -fPIC -fopenmp -Wall -Wextra -D_REENTRANT -DQT_NO_DEBUG_OUTPUT -DWITH_MAGICK -DWITH_FFMPEG -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I/home/k/.cache/pacaur/qtfm-git/src/qtfm/libfm -I. -I/home/k/.cache/pacaur/qtfm-git/src/qtfm/libfm/qtcopydialog -isystem /usr/include/ImageMagick-7 -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtConcurrent -isystem /usr/include/qt/QtDBus -isystem /usr/include/qt/QtCore -I../lib/.moc_libfm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o ../lib/.obj_libfm/iconlist.o /home/k/.cache/pacaur/qtfm-git/src/qtfm/libfm/iconlist.cpp /home/k/.cache/pacaur/qtfm-git/src/qtfm/libfm/iconview.cpp: In member function ‘virtual void IconViewDelegate::paint(QPainter*, const QStyleOptionViewItem&, const QModelIndex&) const’: /home/k/.cache/pacaur/qtfm-git/src/qtfm/libfm/iconview.cpp:77:22: error: aggregate ‘QPainterPath path’ has incomplete type and cannot be defined 77 | QPainterPath path; | ^~~~ make[1]: *** [Makefile:937: ../lib/.obj_libfm/iconview.o] Error 1 make[1]: *** Waiting for unfinished jobs.... /home/k/.cache/pacaur/qtfm-git/src/qtfm/libfm/iconlist.cpp: In member function ‘virtual void IconListDelegate::paint(QPainter*, const QStyleOptionViewItem&, const QModelIndex&) const’: /home/k/.cache/pacaur/qtfm-git/src/qtfm/libfm/iconlist.cpp:30:22: error: aggregate ‘QPainterPath path’ has incomplete type and cannot be defined 30 | QPainterPath path; | ^~~~ make[1]: *** [Makefile:940: ../lib/.obj_libfm/iconlist.o] Error 1 make[1]: Leaving directory '/home/k/.cache/pacaur/qtfm-git/src/qtfm/build/libfm' make: *** [Makefile:49: sub-libfm-make_first] Error 2 ==> ERROR: A failure occurred in build(). Aborting... :: failed to build qtfm-git package(s)