Search Criteria
Package Details: kddockwidgets-qt6 2.4.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/kddockwidgets-qt6.git (read-only, click to copy) |
|---|---|
| Package Base: | kddockwidgets-qt6 |
| Description: | KDAB's Dock Widget Framework for Qt 6 |
| Upstream URL: | https://github.com/KDAB/KDDockWidgets |
| Keywords: | c++ dock framework kdab qt qt6 widget |
| Licenses: | GPL-2.0-only OR GPL-3.0-only |
| Submitter: | Rubo |
| Maintainer: | Rubo |
| Last Packager: | Rubo |
| Votes: | 9 |
| Popularity: | 1.09 |
| First Submitted: | 2024-03-22 14:30 (UTC) |
| Last Updated: | 2025-11-02 18:27 (UTC) |
Dependencies (11)
- fmt (fmt-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- libfmt.so (fmt-gitAUR, fmt9AUR, fmt10AUR, fmt)
- libspdlog.so (spdlog-gitAUR, spdlog)
- nlohmann-json (nlohmann-json-gitAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR, qt6-base-hifpsAUR, qt6-base-scrollfixAUR, qt6-base-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR)
- qt6-declarative (qt6-declarative-gitAUR)
- spdlog (spdlog-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- qt6-tools (make)
Latest Comments
1 2 Next › Last »
Martchus commented on 2025-10-23 09:54 (UTC)
Thanks, it looks good and clean now :-)
Rubo commented on 2025-10-23 09:42 (UTC)
@patlefort @Martchus done, tell me if you need anything else.
Martchus commented on 2025-10-23 08:02 (UTC)
While it is a good idea to add sodepends, please don't add versions to them. The version is automatically generated by makepkg - that's the whole point. These dependencies should also go preferably under
package(). Checkout https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=syncthingtray-qt6 for an example.I would also leave out the version in the other dependencies. Adding a specific version is only done exceptionally in Arch Linux packaging as it is normally a given that one updates all their dependencies consistently. Hence these specific versions often become out of date without anybody noticing and are then rather useless.
patlefort commented on 2025-10-23 08:00 (UTC)
It's generally preferable to add them as runtime only, like:
You should omit the version, they will be pinned to the installed version automatically when installed. For example, the .so file depends on
libspdlog.so.1.16, so any update to spdlog version would requirekddockwidgets-qt6be rebuilt always.Rubo commented on 2025-10-23 07:09 (UTC)
@patlefort done, is it ok for you just like this?
patlefort commented on 2025-10-23 07:01 (UTC)
Can you please add
libspdlog.soandlibfmt.soin depends? It helps detecting needed rebuild.Martchus commented on 2025-10-15 17:36 (UTC) (edited on 2025-10-15 17:40 (UTC) by Martchus)
My "ownstuff" repository contains a binary package of this (among many other AUR packages).
Looks like https://aur.chaotic.cx contains it, too. (They seem to have forgotten to rebuild hotspot, though.)
maxlefou commented on 2025-10-13 22:43 (UTC)
Can someone make a binary version of this package please?
Rubo commented on 2025-07-11 20:37 (UTC)
@trosh are you building it in a clean chroot? because I do not get any error.
trosh commented on 2025-07-05 19:53 (UTC) (edited on 2025-07-05 19:55 (UTC) by trosh)
I'm getting the following build errors:
… and a few thousand more lines of errors.
When I tried building straight from the current Git branch using the instructions from the manual I seem to get the same errors; but I'm not seeing anything about that on the Issues page on GitHub. Is it something about C++ standard version? Am I doing something wrong?
Thanks :-)
1 2 Next › Last »