Search Criteria
Package Details: kwin-scripts-krohnkite 0.9.9.2-4
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.016031 |
| First Submitted: | 2025-06-17 20:05 (UTC) |
| Last Updated: | 2026-06-04 03:02 (UTC) |
Dependencies (1)
- kwin (kwin-gitAUR, kwin-3fingerAUR, kwin-screencast-apiAUR, kwin-osd-bottomAUR, kwin-without-gesturesAUR, kwin-dual-modeAUR, kineticweAUR)
Latest Comments
1 2 Next › Last »
matthewq337 commented on 2026-06-04 03:14 (UTC)
@lyk fixed, thanks
lyk commented on 2026-05-28 12:53 (UTC) (edited on 2026-05-28 14:28 (UTC) by lyk)
The current PKGBUILD builds from the source tarball and calls the system
tsc. This now fails on Arch because the repo packagetypescriptis 6.x, while upstream still usesoutFileintsconfig.json.Related Issue: https://codeberg.org/anametologin/Krohnkite/issues/32
Upstream already publishes a prebuilt
.kwinscriptartifact for this release:https://codeberg.org/anametologin/Krohnkite/releases/download/0.9.9.2/krohnkite.kwinscript
I think the more AUR-friendly fix is to package that release artifact directly instead of pulling TypeScript 5 through npm/npx or patching
tsconfig.jsontemporarily. This avoids a build-time TypeScript dependency entirely.I tested this locally and
makepkg -fsucceeds.Suggested PKGBUILD change:
This keeps the package aligned with the upstream release artifact and avoids depending on whichever TypeScript major version happens to be in the Arch repos.
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
1 2 Next › Last »