Search Criteria
Package Details: dfilemanager-git r384.806a28a-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/dfilemanager-git.git (read-only, click to copy) |
---|---|
Package Base: | dfilemanager-git |
Description: | Dfilemanager, a QT based crossplatform File browser. |
Upstream URL: | http://dfilemanager.sourceforge.net/ |
Licenses: | GPL |
Conflicts: | dfilemanager |
Provides: | dfilemanager |
Submitter: | sxe |
Maintainer: | sxe |
Last Packager: | sxe |
Votes: | 11 |
Popularity: | 0.000000 |
First Submitted: | 2015-06-05 14:37 (UTC) |
Last Updated: | 2015-06-23 08:52 (UTC) |
Dependencies (6)
- qt5-base (qt5-base-git, qt5-base-headless)
- qt5-script (qt5-script-git)
- qt5-tools (qt5-tools-git)
- cmake (cmake-git) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- solid (solid-git) (optional)
Latest Comments
simona commented on 2020-12-09 20:17 (UTC)
here is ok
https://www.linuxlinks.com/now-and-then-dfilemanager/
Here’s the steps to compile from the GitHub fork.
$ git clone https://github.com/probonopd/dfilemanager.git
$ cd dfilemanager
$ mkdir build
$ cd build
$ cmake ../ -DCMAKE_INSTALL_PREFIX=/usr -DQT5BUILD=ON
$ make -j4
$ sudo make install
ncmprhnsbl commented on 2020-10-13 08:25 (UTC)
builds if source changed to: 'git+https://github.com/probonopd/dfilemanager.git'
simona commented on 2020-08-03 17:58 (UTC)
/home/simona/.cache/yay/dfilemanager-git/src/dfilemanager/dfm/titlewidget.h:55:18: error: aggregate ‘QPainterPath path’ has incomplete type and cannot be defined
55 | QPainterPath path;
| ^~~~
make[2]: [dfm/CMakeFiles/dfm.dir/build.make:212: dfm/CMakeFiles/dfm.dir/dockwidget.cpp.o] Errore 1
make[1]: [CMakeFiles/Makefile2:485: dfm/CMakeFiles/dfm.dir/all] Errore 2
acampoverde_arch commented on 2017-08-14 21:15 (UTC)
bluebyt commented on 2015-09-26 23:39 (UTC)
bluebyt commented on 2015-09-26 23:28 (UTC)
sxe commented on 2015-06-06 09:14 (UTC)
Nierro commented on 2015-06-06 07:59 (UTC)