Search Criteria
Package Details: material-kwin-decoration-git r215.38718de-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/material-kwin-decoration-git.git (read-only, click to copy) |
---|---|
Package Base: | material-kwin-decoration-git |
Description: | Material-ish window decoration theme for KWin, with LIM support |
Upstream URL: | https://github.com/guiodic/material-decoration |
Keywords: | plasma6 |
Licenses: | GPL-2.0-or-later |
Conflicts: | material-kwin-decoration |
Provides: | material-kwin-decoration |
Submitter: | Zren |
Maintainer: | xiota (guiodic) |
Last Packager: | xiota |
Votes: | 8 |
Popularity: | 0.044458 |
First Submitted: | 2020-07-14 15:46 (UTC) |
Last Updated: | 2024-06-15 19:45 (UTC) |
Dependencies (6)
- kcmutils (kcmutils-gitAUR)
- kdecoration (kdecoration-gitAUR)
- cmake (cmake-gitAUR) (make)
- extra-cmake-modules (extra-cmake-modules-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- appmenu-gtk-module (appmenu-gtk-module-gitAUR) (optional) – gtk app support
Latest Comments
« First ‹ Previous 1 2 3
bdog commented on 2022-01-11 11:41 (UTC) (edited on 2022-02-03 17:44 (UTC) by bdog)
This is failing to compile on the latest Arch/KDE. Let me know if you need the log and I will provide it. Update: This is working again after applying updates.
SolarAquarion commented on 2021-05-25 22:15 (UTC) (edited on 2021-05-25 22:23 (UTC) by SolarAquarion)
kauth, kcodec, kwidgetsaddons, ki18n, and kwayland are seemingly depends
Zren commented on 2021-01-12 20:47 (UTC)
Thanks for the PKGINFO fixes PedroHLC and malcolm. I completely forgot to fix this when I got home and the email got drowned in my inbox so thank you fabianski on webchat.kde.org for reminding me!
malcolm commented on 2020-10-06 04:20 (UTC)
you could also add the
appmenu-gtk-module
package as an optional dependency to support gtk programsPedroHLC commented on 2020-10-02 11:40 (UTC)
Missing some modules when building from a clean container:
So add to
depends
:kconfig kconfigwidgets kcoreaddons kcoreaddons kiconthemes kwindowsystem
Zren commented on 2020-07-22 17:05 (UTC)
Thanks toyarchery, I've added that the makedepends. I've also removed the prepare() function that used mkdir to create the build directory. Instead using the tips by zzag to pass the build dir as an argument to cmake. Though I've decided to keep using make + make install for now instead of cmake --build + cmake --install.
https://github.com/Zren/material-decoration/issues/14#issuecomment-658318312
toyarchery commented on 2020-07-22 16:24 (UTC)
extra-cmake-modules is a make dependency
« First ‹ Previous 1 2 3