Search Criteria
Package Details: qadwaitadecorations-qt6-git 0.1.3.r0.g795bd8d-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/qadwaitadecorations-git.git (read-only, click to copy) |
---|---|
Package Base: | qadwaitadecorations-git |
Description: | Qt6 decoration plugin implementing Adwaita-like client-side decorations |
Upstream URL: | https://github.com/FedoraQt/QAdwaitaDecorations |
Licenses: | LGPL-2.1-or-later |
Conflicts: | qadwaitadecorations-qt6, qgnomeplatform-qt6 |
Provides: | qadwaitadecorations-qt6 |
Submitter: | taoky |
Maintainer: | taoky |
Last Packager: | taoky |
Votes: | 2 |
Popularity: | 0.000297 |
First Submitted: | 2023-08-27 06:23 (UTC) |
Last Updated: | 2024-08-12 17:39 (UTC) |
Dependencies (8)
- qt6-svg
- qt6-wayland
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- qt5-svg (qt5-svg-gitAUR) (make)
- qt5-wayland (qt5-wayland-decorationsAUR) (make)
- qt6-svg (make)
- qt6-wayland (make)
Required by (1)
- persepolis-git (requires qadwaitadecorations-qt6) (optional)
Latest Comments
1 2 Next › Last »
taoky commented on 2024-08-12 17:40 (UTC)
@micwoj92: Updated.
micwoj92 commented on 2024-08-12 17:32 (UTC)
Please use spdx license identifier.
xiota commented on 2023-10-27 16:07 (UTC) (edited on 2023-10-27 16:09 (UTC) by xiota)
That's normal. There are workarounds, but they make the PKGBUILD complicated, they don't work well with AUR helpers, and users have difficulty using them.
Also, you should test that your packages build in a clean chroot.
taoky commented on 2023-10-27 16:00 (UTC)
@yochananmarqos: Thank you for your explanation. I've fixed the PKGBUILD (though it's still required for AUR users to install both qt5 and qt6 deps when building).
yochananmarqos commented on 2023-10-27 14:16 (UTC) (edited on 2023-10-27 14:16 (UTC) by yochananmarqos)
@taoky: That's not what @xiota meant. Each package has they're own runtime dependencies. All you had to do was move the packages from the primary depends() array to makedepends() and leave the package depends() arrays alone.
taoky commented on 2023-10-27 08:35 (UTC)
@xiota: "Dependencies defined inside the package() function are only required to run the software." (https://wiki.archlinux.org/title/PKGBUILD#depends)
And that's bad, as I have to put qt5 deps in qt6 package, and vice versa. Though anyway I'll fix in this way until there's a better approach.
xiota commented on 2023-10-26 20:50 (UTC)
Clean chroot. All
depends
from insidepackage()
need to also be inmakedepends
.taoky commented on 2023-10-25 08:14 (UTC)
@yochananmarqos: OK, I'll just put qgnomeplatform-qt[56] in conflicts. And would you like to be included as contributor in this PKGBUILD file?
yochananmarqos commented on 2023-10-24 22:12 (UTC)
@taoky: Oh, you're right. It avoids a conflict with QGtkStyle from Qt upstream, not QAdwaitaDecorations. See PR 150
taoky commented on 2023-10-24 22:08 (UTC)
@yochananmarqos: As far as I could tell the release notes of 0.9.2 only suggests users to use QAdwaitaDecorations instead of QGnomePlatform, and it does not mention the compatibilities between them.
The changes saying "Do not use "gtk3" keyword to load QGnomePlatform plugin to avoid conflicts with QGtkStyle" seems not related to QAdwaitaDecorations.
1 2 Next › Last »