Search Criteria
Package Details: kwin-scripts-krohnkite 0.9.9.2-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/kwin-scripts-krohnkite.git (read-only, click to copy) |
|---|---|
| Package Base: | kwin-scripts-krohnkite |
| Description: | A dynamic tiling extension for KWin |
| Upstream URL: | https://codeberg.org/anametologin/krohnkite |
| Licenses: | MIT |
| Submitter: | matthewq337 |
| Maintainer: | matthewq337 |
| Last Packager: | matthewq337 |
| Votes: | 5 |
| Popularity: | 0.055425 |
| First Submitted: | 2025-06-17 20:05 (UTC) |
| Last Updated: | 2026-02-17 05:28 (UTC) |
Dependencies (2)
- kwin (kwin-gitAUR, kwin-3fingerAUR, kwin-dual-modeAUR, kwin-povdAUR, kwin-screencast-apiAUR, kwin-without-gesturesAUR, kwin-osd-bottomAUR)
- typescript (typescript-gitAUR) (make)
Latest Comments
jcruz commented on 2026-02-17 12:29 (UTC)
Thanks @matthewq337 for your work!
matthewq337 commented on 2026-02-17 05:28 (UTC)
@llamaspider @jcruz @donko3005 fixed, thanks
jcruz commented on 2026-02-15 16:48 (UTC)
Thanks llamaspider. shouldn't that be updated in the PKGBUILD by the maintainer?
llamaspider commented on 2026-01-22 10:01 (UTC) (edited on 2026-01-22 10:02 (UTC) by llamaspider)
@donko3005 to fix:
In the build() function, change line 20 from: cd "$_pkgname-$pkgver"
to:
cd "$srcdir/$_pkgname"
In the package() function, change line 43 (the last install line) from: install -Dm644 "$srcdir/$_pkgname-$pkgver/LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname/"
to:
install -Dm644 "$srcdir/$_pkgname/LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname/"
donko3005 commented on 2026-01-20 23:07 (UTC)
error during upgrade of new version of krohnkite:
PKGBUILD: línea 20: cd: krohnkite-0.9.9.2: No existe el fichero o el directoriomatthewq337 commented on 2026-01-20 20:27 (UTC)
@evelyn fixed, thanks
evelyn commented on 2026-01-15 23:31 (UTC) (edited on 2026-01-17 04:27 (UTC) by evelyn)
Hello! I flagged this as out of date, since the upstream URL has been changed to
https://codeberg.org/anametologin/Krohnkiteas of December and the Github repo is unlikely to be unarchived.matthewq337 commented on 2025-06-21 05:20 (UTC)
@curiositas_felis fixed, thanks
curiositas_felis commented on 2025-06-21 04:41 (UTC)
The package seems to be broken:
Seems like maybe the build directory is hardcoded?
==> Starting build()... /home/<user>/.cache/yay/kwin-scripts-krohnkite/PKGBUILD: line 21: cd: anametologin.krohnkite: No such file or directory ==> ERROR: A failure occurred in build(). Aborting... -> error making: kwin-scripts-krohnkite-exit status 4