Search Criteria
Package Details: kirigami-addons-git 1.13.1.r0.gde44930-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/kirigami-addons-git.git (read-only, click to copy) |
|---|---|
| Package Base: | kirigami-addons-git |
| Description: | Add-ons for the Kirigami framework (Git version) |
| Upstream URL: | https://invent.kde.org/libraries/kirigami-addons |
| Licenses: | GPL-2.0-or-later, LGPL-2.1-or-later |
| Provides: | kirigami-addons |
| Submitter: | gustawho |
| Maintainer: | User8395 |
| Last Packager: | User8395 |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-07-02 18:36 (UTC) |
| Last Updated: | 2026-07-22 04:00 (UTC) |
Dependencies (19)
- gcc-libs (gcc-libs-gitAUR, gcc-libs-fast-optimizedAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- kcolorscheme-gitAUR
- kconfig-gitAUR
- kcoreaddons-gitAUR
- kcrash-gitAUR
- kglobalaccel-gitAUR
- kguiaddons-gitAUR
- ki18n-gitAUR
- kiconthemes-gitAUR
- kirigami-gitAUR
- kitemmodels-gitAUR
- ksvg-gitAUR
- qt6-base (qt6-base-gitAUR, qt6-base-hifpsAUR, qt6-base-headlessAUR)
- qt6-declarative (qt6-declarative-gitAUR)
- qt6-multimedia
- sonnet-gitAUR
- extra-cmake-modules-gitAUR (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
Required by (85)
- aerothemeplasma-desktop-git (requires kirigami-addons)
- alligator-git (requires kirigami-addons)
- appimage-manager-plasma (requires kirigami-addons)
- arianna-git (requires kirigami-addons)
- astra-launcher (requires kirigami-addons)
- astra-launcher-git (requires kirigami-addons)
- audiotube-git (requires kirigami-addons)
- bluejay (requires kirigami-addons)
- bluejay-git (requires kirigami-addons)
- chessament-git (requires kirigami-addons)
- discover-git (requires kirigami-addons)
- discover-snap (requires kirigami-addons)
- easyeffects-git (requires kirigami-addons)
- elisa-git (requires kirigami-addons)
- eyeofsauron-git (requires kirigami-addons)
- fastgame-git (requires kirigami-addons)
- fielding-git (requires kirigami-addons)
- filelight-git (requires kirigami-addons)
- godl (requires kirigami-addons)
- hash-o-matic-git (requires kirigami-addons)
- Show 65 more...
Latest Comments
lito commented on 2026-05-21 21:47 (UTC) (edited on 2026-05-21 21:56 (UTC) by lito)
It's probably stupid, but it is what it is unfortunately. AUR packages still need to leave room so the distro user can decide what combination of packages is more adequate for them.
plasma-desktop-gitis perfectly usable with repoqt6-baseand any other package that provides it, that doesn't have to specifically and unequivocally be the-gitvariant, which is also a maintainer's mistake.If that held true for all
-gitpackages, there would be no way to replace, say,plasma-workspaceorqt6-basewith your own implementation (seeqt6-base-hifps, which wouldn't be possible without automatic conflict/provide).And I've just found out that what I've said before is in the AUR guidelines.
Please add the companion
conflicts=(kirigami-addons)prior to theprovidesline you added. Good there!User8395 commented on 2026-05-21 21:06 (UTC)
It's imperative that these -git packages (like Plasma Desktop, Workspace, and apps) depend on the -git version of the dependencies. Most of the time they won't even build otherwise. Versioning differences can also cause issues that aren't as apparent.
provides= should be used for maybe the libraries only, not the applications which use said libraries. I've added it here, but its removal revealed that some -git packages depend on the repo versions of the KDE libraries, which is completely stupid.
lito commented on 2026-05-21 20:56 (UTC)
Actually, that's exactly what causes the dependency hell. If such dependencies also don't declare their
conflictsandprovidesagainst their non-git counterpart, those dependencies will break the dependencies that other packages have on them. Imagine installingplasma-desktop-gitwhich depends onplasma-workspace-gitand that the latter didn't include both lines. You'd get a precious hell of messages of "installing X breaks dependency Y" because Pacman wouldn't know that they need to remove the repo's versions automatically.provides= does not solve the root problem, and that's the reason why it's encouraged and a standard practice to do here. For KDE examples that do exactly this, see kscreenlocker-git, kirigami-git itself, plasma-workspace-git, plasma-desktop-git, plasma-nm-git... I think it's very clear where my point is going to. Even most crucial packages for Plasma include them.
In fact, the rule is that every package on the AUR that replaces an official one must specify that they replace the repo package by declaring that it both conflicts with them and provides what the official repo used to (because by installing your
-gitpackages the repo's must be deleted, otherwise they'd be fighting for each other's file places on the disk).And that file fighting is exactly the "dependency fuckery" you're talking about, which is solved on all sane AUR packages by cleanly declaring the above.
The only actual reason that including both wouldn't solve anything is 1. if your package didn't exist in the official repos and 2. if it's a non-git package.
User8395 commented on 2026-05-21 15:15 (UTC)
Other KDE -git packages have the non-git versions of their dependencies set. Because of this, trying to install something like Plasma Bigscreen or Mobile from Git results in a dependency hell fuckery. This can be fixed simply by setting the dependencies of those other packages to the -git versions. provides= does not solve the root problem.
lito commented on 2026-05-21 02:09 (UTC) (edited on 2026-05-21 02:13 (UTC) by lito)
Please add the proper
conflictsanddependsto the PKGBUILD, so it can cleanly replace the repo'skirigami-addons:The above syntax makes it so it can replace
kirigami-addonsproperly without trying to hard push them together.Otherwise, this is what happens:
Aroun commented on 2023-01-11 09:45 (UTC)
I get this error: CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage -- Configuring incomplete, errors occurred! See also "CMakeOutput.log".