Package Details: kdeconnect-git 24.01.90.r76.g7f9a984-1

Git Clone URL: https://aur.archlinux.org/kdeconnect-git.git (read-only, click to copy)
Package Base: kdeconnect-git
Description: Adds communication between KDE and your smartphone
Upstream URL: https://community.kde.org/KDEConnect
Licenses: GPL2
Conflicts: kdeconnect
Provides: kdeconnect
Submitter: zizzfizzix
Maintainer: l-koehler
Last Packager: l-koehler
Votes: 158
Popularity: 0.000000
First Submitted: 2013-08-06 08:57 (UTC)
Last Updated: 2024-03-30 14:14 (UTC)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 Next › Last »

arojas commented on 2015-01-14 08:17 (UTC)

@bowhuntr that is not the error, that is a generic message telling you that the compilation failed.

bowhuntr commented on 2015-01-14 00:25 (UTC)

This won't build for me. I've tried it with yaourt and pacaur. This is the error: ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build kdeconnect-frameworks-git.

sl1pkn07 commented on 2014-12-09 11:06 (UTC)

works with git thank you greetings

arojas commented on 2014-12-08 21:58 (UTC)

I think now it should work with both Qca 2.1.0 and Qca-git, please test

sl1pkn07 commented on 2014-12-08 21:19 (UTC)

workground for qca-qt5-git sed 's|Qca|Qca-qt5|g' -i kdeconnect-kde/CMakeLists.txt in prepare() and add -DQca-qt5_DIR=/usr/lib/cmake/Qca in cmake options in build() greetings

arojas commented on 2014-12-05 07:12 (UTC)

Ah yes. Qca-qt5 should use the release tarball instead of git. You can get it from http://arojas.hol.es/repos/kde-beta/qca-qt5-2.1.0-1-x86_64.pkg.tar.xz if you don't want to build it yourself.

jck commented on 2014-12-04 23:45 (UTC)

The qca-qt5 package is actually build from git. If you update it, QcaConfig.cmake will be replaced by Qca-qt5Config.cmake.

arojas commented on 2014-12-04 07:23 (UTC)

QcaConfig.cmake is provided by the qca-qt5 package. Make sure you have the latest version installed, it builds correctly here.

jck commented on 2014-12-04 07:16 (UTC)

qca-qt5's cmake files have a qt5 suffix now. I guess the kdeconnect guys need to update their CMakeLists.txt

baburav commented on 2014-12-03 11:34 (UTC)

I'm receiving this error: [code]CMake Error at CMakeLists.txt:10 (find_package): By not providing "FindQca.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qca", but CMake did not find one. Could not find a package configuration file provided by "Qca" with any of the following names: QcaConfig.cmake qca-config.cmake Add the installation prefix of "Qca" to CMAKE_PREFIX_PATH or set "Qca_DIR" to a directory containing one of the above files. If "Qca" provides a separate development package or SDK, be sure it has been installed. -- Configuring incomplete, errors occurred![/code] How do I correctly build it?