Package Details: kwidgetsaddons-git 5.240.0_r1071.g3d7cadcc-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
Conflicts: kwidgetsaddons
Provides: kwidgetsaddons
Submitter: ilpianista
Maintainer: IslandC0der (chaotic-aur)
Last Packager: IslandC0der
Votes: 22
Popularity: 0.000002
First Submitted: 2014-01-04 11:38 (UTC)
Last Updated: 2023-02-13 00:45 (UTC)

Required by (34)

Sources (1)

Latest Comments

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")