Hi, Description of problem: There is a nextcloud-client package under Mageia6 but it is set to version 2.2.4 while versions 2.3.1 and 2.3.2 are available on the nextcloud github site. To compile the last version of nextcloud-client from the github site, we need a KF5Config.cmake file which is available under the package lib64kf5umbrella-devel-4.98.0-1.mga5.x86_64.rpm from Mageia5 but not from Mageia6. Installing the package from Mageia5 does not solve the problem as version 5.16 is required. Is it possible to get a 5.16 version of the lib64kf5umbrella-devel package for Mageia6 ? Compiling the last version of nextcloud-client has still 2 errors : -- Could NOT find INOTIFY (missing: INOTIFY_LIBRARY_DIR) -- Could NOT find Sphinx (missing: SPHINX_EXECUTABLE) But they should not prevent from creating the nextcloud executable when the KF5config.cmake issue will be solved (I had the same warnings when compiling with Mageia5). Regards. Xuo. How reproducible: git submodule update --init --recursive mkdir build-linux cd build-linux cmake -D OEM_THEME_DIR=`pwd`/../nextcloudtheme ../client
CC: (none) => marja11Assignee: bugsquad => kde
Hi, I could successfully compile nextcloud-client version 2.3.2 under Mageia6. The KF5Config.cmake warning is still present, but it does not prevent nextcloud-client to be compiled. The lack of KF5Config.cmake is maybe related to this warning : Dolphin plugin disabled: KDE Frameworks 5.16 not found Conclusion : providing a KF5Config.cmake file seems not to be mandatory for nextcloud-client to be compiled under Mageia6 except for people who wants the Dolphin plugin to be enabled. Regards. Xuo.
CC: (none) => xuoy
nextcloud client 2.5.0 is available for months, fixed
CC: (none) => lists.jjorgeStatus: NEW => RESOLVEDResolution: (none) => FIXED