Package Details: kcmutils-git 6.0.0_r1096.g453e4f4b-1

Git Clone URL: https://aur.archlinux.org/kcmutils-git.git (read-only, click to copy)
Package Base: kcmutils-git
Description: Utilities for interacting with KCModules
Upstream URL: https://community.kde.org/Frameworks
Licenses: LGPL-3.0-only, LGPL-2.0-only
Groups: kf6-git
Conflicts: kcmutils
Provides: kcmutils
Submitter: ilpianista
Maintainer: IslandC0der (chaotic-aur)
Last Packager: IslandC0der
Votes: 19
Popularity: 0.000000
First Submitted: 2014-01-04 11:36 (UTC)
Last Updated: 2024-03-01 06:39 (UTC)

Latest Comments

SolarAquarion commented on 2024-02-19 00:35 (UTC)

it needs qt6-wayland

YAOMTC commented on 2023-09-20 04:38 (UTC)

CMake Error at CMakeLists.txt:50 (find_package):
  By not providing "FindKF6Activities.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "KF6Activities", but CMake did not find one.

  Could not find a package configuration file provided by "KF6Activities"
  (requested version 5.240.0) with any of the following names:

    KF6ActivitiesConfig.cmake
    kf6activities-config.cmake

  Add the installation prefix of "KF6Activities" to CMAKE_PREFIX_PATH or set
  "KF6Activities_DIR" to a directory containing one of the above files.  If
  "KF6Activities" provides a separate development package or SDK, be sure it
  has been installed.

davispuh commented on 2023-02-06 03:55 (UTC)

Doesn't build anymore. Need to add -DQT_MAJOR_VERSION=6 CMake option now.

desaparecido commented on 2015-03-27 00:51 (UTC)

sorry !!! all was my fault. I use my script to update my git installation but I had my list of package with kdeclarative after kcmutils, and I saw it only some time ago. The next time I test before build in clean chroot :( . sorry for the garbage

desaparecido commented on 2015-03-25 23:47 (UTC)

hi, since commit 85ab5f96 I have this error when building: [ 14%] [ 21%] [ 28%] [ 35%] [ 42%] [ 50%] Building CXX object src/CMakeFiles/KF5KCMUtils.dir/kcmoduleinfo.cpp.o Building CXX object src/CMakeFiles/KF5KCMUtils.dir/kcmoduleloader.cpp.o Building CXX object src/CMakeFiles/KF5KCMUtils.dir/kcmoduleqml.cpp.o Building CXX object src/CMakeFiles/KF5KCMUtils.dir/kcmultidialog.cpp.o Building CXX object src/CMakeFiles/KF5KCMUtils.dir/kcmoduleproxy.cpp.o Building CXX object src/CMakeFiles/KF5KCMUtils.dir/kpluginselector.cpp.o /tmp/makepkg/kcmutils-git/src/kcmutils/src/kcmoduleloader.cpp:38:37: fatal error: KQuickAddons/ConfigModule: No such file or directory #include <KQuickAddons/ConfigModule> ^ compilation terminated. src/CMakeFiles/KF5KCMUtils.dir/build.make:77: recipe for target 'src/CMakeFiles/KF5KCMUtils.dir/kcmoduleloader.cpp.o' failed make[2]: *** [src/CMakeFiles/KF5KCMUtils.dir/kcmoduleloader.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... /tmp/makepkg/kcmutils-git/src/kcmutils/src/kcmoduleqml.cpp:31:39: fatal error: kquickaddons/configmodule.h: No such file or directory #include <kquickaddons/configmodule.h> ^ compilation terminated. src/CMakeFiles/KF5KCMUtils.dir/build.make:100: recipe for target 'src/CMakeFiles/KF5KCMUtils.dir/kcmoduleqml.cpp.o' failed make[2]: *** [src/CMakeFiles/KF5KCMUtils.dir/kcmoduleqml.cpp.o] Error 1 /tmp/makepkg/kcmutils-git/src/kcmutils/src/kpluginselector.cpp: In member function ‘void KPluginSelector::Private::PluginDelegate::slotAboutClicked()’: /tmp/makepkg/kcmutils-git/src/kcmutils/src/kpluginselector.cpp:782:91: warning: ‘KAboutData& KAboutData::setProgramIconName(const QString&)’ is deprecated (declared at /usr/include/KF5/KCoreAddons/kaboutdata.h:570) [-Wdeprecated-declarations] aboutData.setProgramIconName(index.model()->data(index, Qt::DecorationRole).toString()); ^ CMakeFiles/Makefile2:107: recipe for target 'src/CMakeFiles/KF5KCMUtils.dir/all' failed make[1]: *** [src/CMakeFiles/KF5KCMUtils.dir/all] Error 2 Makefile:116: recipe for target 'all' failed make: *** [all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... reading about it (i'm not developper or programmer) there some changes about qml modules, and the error is about it I though, is marked ok about the dependencies when build start, I re-builded all git packages before, and after some commits the error is still there :/ .. somebody the same issue ? something to change in PKGBUILD or is upstream bug ? if is in upstream i'll report it. thanks ;-)