Package Details: kwidgetsaddons-git 6.0.0_r1303.g557e18ec-1

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

Latest Comments

MarsSeed commented on 2023-08-05 22:34 (UTC)

Please remove the obsolete sip4 make dependency.

davispuh commented on 2023-02-05 20:31 (UTC)

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

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

Build is currently broken, https://invent.kde.org/frameworks/kwidgetsaddons/-/merge_requests/116 will fix the build.

sip: /usr/lib/python3.10/site-packages/PyQt5/bindings/QtCore/QtCoremod.sip:23: syntax error
make[2]: *** [src/CMakeFiles/sip_generated_KWidgetsAddons_files.dir/build.make:77: src/pybuild/PyKF5/KWidgetsAddons/unifiedKWidgetsAddons.cpp] Error 1
make[1]: *** [CMakeFiles/Makefile2:281: src/CMakeFiles/sip_generated_KWidgetsAddons_files.dir/all] Error 2

The branch can be used by modifying the PKGBUILD like this:

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