Package Details: lxqt-panel-git 2.0.0-1

Git Clone URL: https://aur.archlinux.org/lxqt-panel-git.git (read-only, click to copy)
Package Base: lxqt-panel-git
Description: The LXQt desktop panel
Upstream URL: https://github.com/lxqt/lxqt-panel
Licenses: LGPL-2.1-only
Conflicts: lxqt-panel
Provides: lxqt-panel
Submitter: jleclanche
Maintainer: pmattern (yan12125)
Last Packager: pmattern
Votes: 43
Popularity: 0.26
First Submitted: 2013-10-24 01:13 (UTC)
Last Updated: 2024-04-23 00:38 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »

excalibur1234 commented on 2015-04-03 22:48 (UTC)

thx. that worked. i updated everything except liblxqt before.

g360 commented on 2015-03-31 16:02 (UTC)

@excalibur1234, I just compiled 0.9.0.85.g2720bb4. You may need to update other packages first, like liblxqt-git.

excalibur1234 commented on 2015-03-30 19:21 (UTC)

no matter what tips from the past comments i try to apply (CMAKE_INSTALL_LIBDIR, installing libdbusmenu-qt5, solid, libsysstat), the build fails at 15% while building plugin-desktopswitch/CMakeFiles/desktopswitch.dir/desktopswitch.cpp.o

AlfredoRamos commented on 2015-03-13 20:29 (UTC)

Also needs libdbusmenu-qt5 [1]. ___ [1]: https://www.archlinux.org/packages/extra/x86_64/libdbusmenu-qt5/

AlfredoRamos commented on 2015-03-04 20:11 (UTC)

Can't compile without solid [1] ------- [1]: https://www.archlinux.org/packages/extra/x86_64/solid/

jwhickman commented on 2015-03-02 06:47 (UTC)

Summarizing some of the below issues, to get this to build (for x86_64 at least, and after building the needed dependencies...), I had to install solid, libsysstat, and then modify the PKGBUILD to set "-DCMAKE_INSTALL_LIBDIR=lib" for cmake. The latter was to fix the same issue as AlfredoRamos.