Search Criteria
Package Details: kwin-scripts-krohnkite-git r464.2a47753-1
Git Clone URL: | https://aur.archlinux.org/kwin-scripts-krohnkite-git.git (read-only, click to copy) |
---|---|
Package Base: | kwin-scripts-krohnkite-git |
Description: | A dynamic tiling extension for KWin |
Upstream URL: | https://github.com/esjeon/krohnkite.git |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | Teyras |
Maintainer: | Teyras |
Last Packager: | Teyras |
Votes: | 11 |
Popularity: | 0.64 |
First Submitted: | 2018-12-06 12:27 |
Last Updated: | 2021-01-13 10:09 |
Dependencies (6)
- kwin (kwin-hybris, i3-plasma, kwin-git, kwinft-git, kwinft, kwin-lowlatency)
- git (git-git) (make)
- make (make3, make-git, make-without-guile) (make)
- p7zip (p7zip-natspec, p7zip-jinfeihan57-git) (make)
- plasma-framework (plasma-framework-git) (make)
- typescript (make)
Latest Comments
1 2 Next › Last »
jaros commented on 2021-01-03 16:25
It is a workaround but it could work as a solution. Add the following:
jaros commented on 2021-01-03 15:44
Same issue as @xerus and @CaninoDev. I also have the XDG_DATA_HOME variable set
xerus commented on 2020-12-17 09:53
This really needs to be fixed, seems like a common issue now! Setting XDG_DATA_HOME shouldn't break the build, and after looking a bit into the script I am still thoroughly confused as to why that happens...
CaninoDev commented on 2020-04-18 00:17
So apparently the problem was that I had set XDG_DATA_HOME environment variable in my
.zshenv
(to$HOME/.local/share
in an effort to force application to use this directory instead of the root of$HOME
). I had to unset this in order for the installation to proceed without error.CaninoDev commented on 2020-03-31 16:00
CaninoDev commented on 2020-03-22 22:17
@Teyras I have pasted the entire output on pastebin
Teyras commented on 2020-03-20 21:13
@CaninoDev could you show me the full output of
makepkg
?CaninoDev commented on 2020-03-20 15:27
Getting the following errors when installing:
Seems to be related to @SolarAquarion 's comment? Not sure how to remedy.
SolarAquarion commented on 2019-04-04 02:58
@teyras the only place where "${srcdir}/pkg/.local/share/kwin/scripts/${_gitname}/." will exist in the $pkgdir of a chroot where a builddir is created and the kwinscript will exist there. Otherwise, it's not move to that folder. So the simpler option, maybe a bit more complex is to move the files from $srcdir/krohnkite/pkg to the relevant directories. Maybe a if loop?
Teyras commented on 2019-01-29 14:05
@SolarAquarion care to give me some pointers on how this should be done?