Package Details: liblxqt-git 2.0.0-1

Git Clone URL: https://aur.archlinux.org/liblxqt-git.git (read-only, click to copy)
Package Base: liblxqt-git
Description: Common base library for LXQt components.
Upstream URL: https://lxqt-project.org
Licenses: LGPL-2.1-only
Conflicts: liblxqt
Provides: liblxqt
Submitter: jleclanche
Maintainer: yan12125 (pmattern)
Last Packager: pmattern
Votes: 52
Popularity: 0.000000
First Submitted: 2013-10-24 00:54 (UTC)
Last Updated: 2024-04-24 09:24 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

dshizzle commented on 2015-01-09 11:47 (UTC)

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"'

argymeg commented on 2015-01-08 17:27 (UTC)

I am trying to rebuild a previously working lxqt installation after a Qt upgrade (to Qt 5.4.0) but I am getting this error during installation: error: failed to commit transaction (conflicting files) liblxqt-git: /usr/lib64 exists in filesystem Errors occurred, no packages were upgraded.

Afwas commented on 2014-12-20 18:09 (UTC)

Moving from the [lxqt-git] repository to AUR git packages (simply remove the [lxqt-git] repo in /etc/pacman.conf) I was able to built with only one change: In package liblxqt-git change the dependency from libqtxdg-git to libqtxdg-qt5-git. See: https://bbs.archlinux.org/viewtopic.php?id=191059

pmattern commented on 2014-11-25 13:25 (UTC)

Recent git versions need KF5WindowSystemConfig.cmake as provided by kwindowsystem, so I think it would make sense to add it as dependency. (Same thing may apply to different components, too, and I'm aware that some such as lxqt-notificationd-git do state it already by now. But I didn't look into this further as liblxqt is among the first components to get installed anyway.)

fenuks commented on 2014-10-16 07:54 (UTC)

@jleclanche Thank you. That did the trick.

fenuks commented on 2014-10-15 15:36 (UTC)

Can't build it. CMake Error at CMakeLists.txt:136 (find_package): By not providing "FindQt5Xdg.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt5Xdg", but CMake did not find one. Could not find a package configuration file provided by "Qt5Xdg" with any of the following names: Qt5XdgConfig.cmake qt5xdg-config.cmake Add the installation prefix of "Qt5Xdg" to CMAKE_PREFIX_PATH or set "Qt5Xdg_DIR" to a directory containing one of the above files. If "Qt5Xdg" provides a separate development package or SDK, be sure it has been installed. -- Configuring incomplete, errors occurred!

artoo commented on 2014-05-19 15:14 (UTC)

https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines pkgver() { cd "$srcdir/repo" git describe --long | sed -r 's/([^-]*-g)/r\1/;s/-/./g' }