Search Criteria
Package Details: kdecoration-git 6.0.80_r416.g8acedda-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/kdecoration-git.git (read-only, click to copy) |
---|---|
Package Base: | kdecoration-git |
Description: | Plugin based library to create window decorations |
Upstream URL: | https://kde.org/plasma-desktop/ |
Licenses: | LGPL-2.0-or-later |
Groups: | plasma-git |
Conflicts: | kdecoration |
Provides: | kdecoration |
Submitter: | arojas |
Maintainer: | IslandC0der (chaotic-aur) |
Last Packager: | IslandC0der |
Votes: | 12 |
Popularity: | 0.000000 |
First Submitted: | 2014-12-02 07:47 (UTC) |
Last Updated: | 2024-03-01 06:40 (UTC) |
Dependencies (6)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- ki18n-gitAUR
- qt6-base (qt6-base-headlessAUR, qt6-base-gitAUR)
- extra-cmake-modules-gitAUR (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (19)
- breeze-git
- cutefish-kwin-plugins-git (requires kdecoration)
- fluent-decoration-git (requires kdecoration)
- kde-gtk-config-git
- klassy (requires kdecoration)
- klassy-bin (requires kdecoration)
- klassy-git (requires kdecoration)
- kwin-frog-fifo-v1 (requires kdecoration)
- kwin-git
- kwin-unredir (requires kdecoration)
- kwin6-bismuth-decoration-git (requires kdecoration)
- lightly-kf6-git (requires kdecoration)
- lightly-qt (requires kdecoration) (make)
- lightly-qt6 (requires kdecoration)
- lingmo-kwin-plugins (requires kdecoration)
- material-kwin-decoration-git (requires kdecoration)
- oxygen-git
- smaragd-git (requires kdecoration)
- theseus-ship (requires kdecoration)
Latest Comments
abelian424 commented on 2021-10-17 09:17 (UTC) (edited on 2021-10-17 09:18 (UTC) by abelian424)
Please change the 'provides=' line to 'provides=("${pkgname%-git}=$pkgver")' so that packages that rely on a specific kdecoration version can use kdecoration-git interchangeably. Thanks to @IncredibleLaser for the idea.
IslandC0der commented on 2020-10-20 16:25 (UTC) (edited on 2020-10-20 16:26 (UTC) by IslandC0der)
Thanks for your patch, @unusual_thoughts!
Regarding the source change: I've actually considered it before, along with another AUR user, when we had to move away from anongit. Initially, we were considering switching to invent.kde.org, but we opted for github instead, for two reasons:
git+https://github.com/KDE/$pkgname.git
(with very few exceptions, where the arch pkgname is different). This great, because it allows for easy automation using scripts.Additionally, both sources are up-to-date, so it makes no difference in that regard. However, if you still think we ought to change it, please feel free to reach out :)
unusual_thoughts commented on 2020-10-18 15:17 (UTC) (edited on 2020-10-18 15:30 (UTC) by unusual_thoughts)
AlD commented on 2020-06-03 15:36 (UTC)
I agree it would be nice to have more consistency here, but I don't think we should switch pkgbuilds using the new style back to the old one.
AlD commented on 2020-06-03 15:00 (UTC)
Not sure why you switched it back to SVN style versions, but it breaks the versioning. I changed it to the recommended git style pkgver() again.