Package Details: kcoreaddons-git 6.0.0_r2010.g9460614c-1

Git Clone URL: https://aur.archlinux.org/kcoreaddons-git.git (read-only, click to copy)
Package Base: kcoreaddons-git
Description: Addons to QtCore
Upstream URL: https://community.kde.org/Frameworks
Licenses: LGPL-3.0-only, LGPL-2.0-only
Groups: kf6-git
Conflicts: kcoreaddons
Provides: kcoreaddons
Submitter: ilpianista
Maintainer: IslandC0der (chaotic-aur)
Last Packager: IslandC0der
Votes: 29
Popularity: 0.052913
First Submitted: 2014-01-04 11:37 (UTC)
Last Updated: 2024-03-01 06:39 (UTC)

Latest Comments

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

desaparecido commented on 2022-02-19 10:49 (UTC)

for me all builds fine, only thing, sip4 is not needed anymore, now all KF5 builds fine with sip from official repository, so is needed to change in some PKGBUILDS that dependency.

unidan commented on 2022-02-18 12:13 (UTC)

https://invent.kde.org/frameworks/kcoreaddons/-/merge_requests/198 will fix the error with the sip syntax error.

The branch can be used from the pkgbuild using:

-source=("git+https://github.com/KDE/${pkgname%-git}.git")
+source=("git+https://github.com/KDE/${pkgname%-git}.git#branch=work/kossebau/removebrokenbindinggeneration")

IslandC0der commented on 2021-12-18 00:38 (UTC) (edited on 2021-12-18 00:39 (UTC) by IslandC0der)

That's a very weird error, it really shouldn't happen. What is the output of pacman -Qi qt5-{base,tools} | grep Version?

Ashark commented on 2021-12-08 02:53 (UTC)

I cannot build still. Get the following:

CMake Error at CMakeLists.txt:33 (find_package):
  Could not find a package configuration file provided by "Qt" (requested
  version 5.15.2) with any of the following names:

    QtConfig.cmake
    qt-config.cmake

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


-- Configuring incomplete, errors occurred!

Ashark commented on 2021-11-06 01:04 (UTC)

I cannot build, got the following:

sip: /usr/lib/python3.9/site-packages/PyQt5/bindings/QtCore/QtCoremod.sip:23: syntax error
make[2]: *** [src/lib/CMakeFiles/sip_generated_KCoreAddons_files.dir/build.make:77: src/lib/pybuild/PyKF5/KCoreAddons/unifiedKCoreAddons.cpp] Error 1
make[1]: *** [CMakeFiles/Makefile2:492: src/lib/CMakeFiles/sip_generated_KCoreAddons_files.dir/all] Error 2

Is there a solution?

IslandC0der commented on 2021-09-29 23:30 (UTC)

@Kudlaty I apologize for the delay :(

It's now been fixed upstream, right?

IslandC0der commented on 2021-09-29 23:26 (UTC) (edited on 2021-09-29 23:27 (UTC) by IslandC0der)

@desaparecido Sorry! I didn't mean to push this yet, I was testing something; sip4 fixes an unrelated bug, but also breaks the build, so I will revert that.

To fix the __init__.py issue, you have to build extra-cmake-modules-git with this patch, and then rebuild the affected applications (hint: do pacman -Qo /usr/lib/python3.9/site-packages/PyKF5/__init__.py to know which).

Hope that helps :)

desaparecido commented on 2021-09-27 10:25 (UTC) (edited on 2021-09-27 10:43 (UTC) by desaparecido)

hi, all of thing about sip and sip4 :/ ... like my old comment in kconfig-git, I still have that problem to build all my system with sip4, the only way is not install python-pyqt5 (if sip4), and for that I need delete it in some pkg pkgbuilds from "makedepends". If I have python-pyqt5 i still have this message at install moment:

/usr/lib/python3.9/site-packages/PyKF5/__init__.py exists

so my question is.. all builds fine in your side ? I use sip to builds all KF5 (with python-pyqt5 installed and PKGBUILDS modified to sip) but today after you update this package, I try it again with sip4 ... and like described.. no success . Is my system ? I want understand :-) if i do something wrong .. thanks

Kudlaty commented on 2021-08-26 22:43 (UTC)

qt5-base: 5.15.2+kde+r215-1 extra-cmake-modules-git 5.86.0r3361.3a75f891-1

when i git clone kcoreaddons, checkout to 4c36440c commit, i can build this module, then when i not clear build files, and checkout to latest commit, it also build, but if i delete build cache, i get error on compiling it looks like error was introduced in e0ee53db commit just like comment on this issue: https://invent.kde.org/frameworks/kio/-/issues/7

IslandC0der commented on 2021-08-26 21:34 (UTC)

Huh... That's weird, I was able to compile it simply by changing sip4 to sip (and I'm using the same versions you posted).

Would you mind providing the versions of qt5-base and extra-cmake-modules-git?