Package Details: pcmanfm-qt-git 2.1.0-2

Git Clone URL: https://aur.archlinux.org/pcmanfm-qt-git.git (read-only, click to copy)
Package Base: pcmanfm-qt-git
Description: The LXQt file manager, Qt port of PCManFM
Upstream URL: https://lxqt-project.org
Licenses: GPL-2.0-only
Conflicts: pcmanfm-qt
Provides: pcmanfm-qt
Submitter: adaptee
Maintainer: yan12125 (pmattern, txtsd)
Last Packager: txtsd
Votes: 51
Popularity: 0.27
First Submitted: 2013-03-05 06:33 (UTC)
Last Updated: 2024-11-08 16:35 (UTC)

Latest Comments

1 2 3 4 Next › Last »

txtsd commented on 2024-11-08 16:28 (UTC) (edited on 2024-11-08 16:32 (UTC) by txtsd)

Rebuild whichever lxqt packages you have installed that are not 2.1.0.

EDIT: I misunderstood. I'll add the dependency.

maderios commented on 2024-11-08 16:27 (UTC)

lxqt-menu-data-git is required

CMake Error at CMakeLists.txt:41 (find_package):
  Could not find a configuration file for package "lxqt-menu-data" that is
  compatible with requested version "2.1.0"

txtsd commented on 2024-03-13 05:48 (UTC)

Can I have co-maintainer on this? I'd like to bring it up to speed with the qt6 changes, and I'd also like to keep it updated as and when dependencies change.

snakeroot commented on 2018-08-14 19:38 (UTC)

I had to rebuild libfm-qt-git to get 0.12.0.33.g87fb0e2-1 to build.

ArthurBorsboom commented on 2016-03-21 12:28 (UTC)

If I am correct, libfm-qt-git should be set as a dependency, since the package does not compile on my system without it.

stefonarch commented on 2015-12-09 11:46 (UTC)

Thanks, it seems fixed now, once reinstalled pcmanfm-qt-git: $ yaourt -Qi pcmanfm-qt-git Name : pcmanfm-qt-git Version : 0.10.1-1

pmattern commented on 2015-12-09 11:37 (UTC)

@contadino This was due to setting textual tag "split-libfm-qt", see https://github.com/lxde/pcmanfm-qt/releases. AUR helpers (at least those I know) always compare the version that's installed on the system with the one stated by AUR's API, and textual versions are per se considered older than numerical ones. I just added another tag "0.10.1" which should fix the problem.

stefonarch commented on 2015-12-09 10:20 (UTC) (edited on 2015-12-09 10:22 (UTC) by stefonarch)

There'is still something wrong with the package versions for me, yaourt *always" wants to update pcmanfm-qt-git: $ yaourt -Syua :: Synchronizing package databases... ... Foreign packages: - 102 / 102 ==> Software upgrade (new version) : aur/pcmanfm-qt-git split.libfm.qt.14.ga753304-1 -> 0.9.0.14.g643dcf6-1 .... $ yaourt -Qi pcmanfm-qt-git Name : pcmanfm-qt-git Version : split.libfm.qt.14.ga753304-1

ljrk commented on 2015-12-07 11:50 (UTC)

This doesn't build without libfm-qt anymore as pointed out before, so it should be changed to build split by default, ie. add: makedepends('libfm-qt-git') CMAKE_PREFIX_PATH=/usr/share/cmake/fm-qt

pmattern commented on 2015-12-04 11:35 (UTC)

@hotvic > [...] "libfm-qt-git" is a make depend and maybe a depend too ? But that's exactly what I said in my previous comment!? In fact libfm-qt-git is a runtime dependency of PCManFM-Qt, see e. g. output of 'ldd /usr/bin/pcmanfm-qt | grep libfm', and if it gets stated in variable depends it will be treated as build dependency automatically, too.