Search Criteria
Package Details: lxqt-globalkeys-git 0.13.0.67.g51534dd-2
Git Clone URL: | https://aur.archlinux.org/lxqt-globalkeys-git.git (read-only, click to copy) |
---|---|
Package Base: | lxqt-globalkeys-git |
Description: | LXQt daemon and library for global keyboard shortcuts registration. |
Upstream URL: | https://lxqt.org |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | jleclanche |
Maintainer: | jleclanche (yan12125) |
Last Packager: | yan12125 |
Votes: | 40 |
Popularity: | 0.000000 |
First Submitted: | 2013-10-24 00:55 |
Last Updated: | 2018-09-14 03:14 |
Dependencies (5)
- liblxqt-git
- cmake (cmake-git) (make)
- git (git-git) (make)
- lxqt-build-tools-git (make)
- qt5-tools (qt5-tools-git) (make)
Required by (6)
- lxqt-appswitcher-git
- lxqt-desktop-git
- lxqt-kwin-desktop-git (requires lxqt-globalkeys)
- lxqt-panel-git
- lxqt-powermanagement-git
- lxqt-runner-git
Latest Comments
yan12125 commented on 2016-08-03 17:28
+1 need qt5-tools
graysky commented on 2015-08-26 21:52
Build fails without qt5-tools as a makedep. Please modify.
vri commented on 2015-01-13 09:41
Same as here: https://aur.archlinux.org/packages/liblxqt-git/
error: failed to commit transaction (conflicting files)
liblxqt-git: /usr/lib64 exists in filesystem
and fix:
In order to fix this error the cmake line in the PKGBUILD has to be changed to:
'cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib "$srcdir/$_pkgname"'
vri commented on 2015-01-13 09:40
Same as [url=https://aur.archlinux.org/packages/liblxqt-git/]here[\url]:
[code]
error: failed to commit transaction (conflicting files)
liblxqt-git: /usr/lib64 exists in filesystem
[\code]
and fix:
[quote]
In order to fix this error the cmake line in the PKGBUILD has to be changed to:
'cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib "$srcdir/$_pkgname"'
[\quote]