metadata.desktop got deleted in the latest commit, which is why it doesn't build anymore.
Search Criteria
Package Details: kwin-scripts-krohnkite-git 0.9.8.5.r5.gd7a5e3f-1
Package Actions
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/anametologin/krohnkite |
Licenses: | MIT |
Conflicts: | kwin-scripts-krohnkite |
Provides: | kwin-scripts-krohnkite |
Submitter: | Teyras |
Maintainer: | xiota |
Last Packager: | xiota |
Votes: | 23 |
Popularity: | 2.75 |
First Submitted: | 2018-12-06 12:27 (UTC) |
Last Updated: | 2025-02-06 22:48 (UTC) |
Dependencies (3)
- kwin (kwin-gitAUR, kwin-unredirAUR, kwin-frog-fifo-v1AUR, theseus-shipAUR)
- git (git-gitAUR, git-glAUR) (make)
- typescript (typescript-gitAUR) (make)
Required by (0)
Sources (1)
HamletDuFromage commented on 2025-02-06 22:07 (UTC)
FAYZER77 commented on 2025-02-05 15:02 (UTC)
Build currently fails:
==> Making package: kwin-scripts-krohnkite-git 0.9.5.r2.gdd35653-1 (Wed 05 Feb 2025 10:00:01 AM EST) ==> Retrieving sources... -> Updating anametologin.krohnkite git repo... ==> Validating source files with sha256sums... anametologin.krohnkite ... Skipped ==> Making package: kwin-scripts-krohnkite-git 0.9.5.r2.gdd35653-1 (Wed 05 Feb 2025 10:00:02 AM EST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Updating anametologin.krohnkite git repo... ==> Validating source files with sha256sums... anametologin.krohnkite ... Skipped ==> Removing existing $srcdir/ directory... ==> Extracting sources... -> Creating working copy of anametologin.krohnkite git repo... Cloning into 'anametologin.krohnkite'... done. ==> Starting pkgver()... ==> Updated version: kwin-scripts-krohnkite-git 0.9.8.5.r5.gd7a5e3f-1 ==> Sources are ready. kwin-scripts-krohnkite-git-0.9.5.r2.gdd35653-1: parsing pkg list... ==> Making package: kwin-scripts-krohnkite-git 0.9.8.5.r5.gd7a5e3f-1 (Wed 05 Feb 2025 10:00:03 AM EST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> WARNING: Using existing $srcdir/ tree ==> Starting pkgver()... ==> Removing existing $pkgdir/ directory... ==> Starting build()... ==> Entering fakeroot environment... ==> Starting package()... install: cannot stat 'anametologin.krohnkite/res/metadata.desktop': No such file or directory ==> ERROR: A failure occurred in package(). Aborting... error: failed to build 'kwin-scripts-krohnkite-git-0.9.5.r2.gdd35653-1': error: packages failed to build: kwin-scripts-krohnkite-git-0.9.5.r2.gdd35653-1
xiota commented on 2024-06-04 09:15 (UTC) (edited on 2024-06-04 09:19 (UTC) by xiota)
Switched to fork supporting KF6. Upstream makefile doesn't work, so files are processed directly.
Flag – if upstream changes break this package. Describe what changed or broke. Include relevant error messages.
monarc99 commented on 2024-05-30 11:29 (UTC)
there is a new kde6 fork https://github.com/anametologin/krohnkite/
Teyras commented on 2022-01-13 16:00 (UTC)
@omeringen yep, I switched to bismuth, it's good.
omeringen commented on 2021-10-06 16:40 (UTC)
looks like project is not maintained anymore. You might like to check a fork: https://github.com/gikari/bismuth
Teyras commented on 2021-02-10 10:59 (UTC)
@torma that's probably an upstream issue with typescript 4.1. Isn't it this one https://github.com/esjeon/krohnkite/issues/144?
torma commented on 2021-02-10 10:37 (UTC)
Getting the following error when I try installing:
==> Starting pkgver()...
==> Sources are ready.
==> Making package: kwin-scripts-krohnkite-git r464.2a47753-2 (Wed 10 Feb 2021 05:36:15 AM EST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting pkgver()...
==> Starting build()...
mkdir: created directory 'pkg'
mkdir: created directory 'pkg/contents'
mkdir: created directory 'pkg/contents/config'
'res/config.xml' -> 'pkg/contents/config/main.xml'
mkdir: created directory 'pkg/contents/ui'
sed "s/\$VER/0.8/" res/metadata.desktop \
| sed "s/\$REV/2a47753/" \
> pkg/metadata.desktop
tsc
'res/main.qml' -> 'pkg/contents/ui/main.qml'
'res/config.ui' -> 'pkg/contents/ui/config.ui'
'res/popup.qml' -> 'pkg/contents/ui/popup.qml'
src/extern/global.d.ts:36:13 - error TS2451: Cannot redeclare block-scoped variable 'console'.
36 declare let console: any;
~~~~~~~
../../../../../node_modules/@types/node/globals.d.ts:169:13
169 declare var console: Console;
~~~~~~~
'console' was also declared here.
src/extern/global.d.ts:37:13 - error TS2451: Cannot redeclare block-scoped variable 'setTimeout'.
37 declare let setTimeout: any;
~~~~~~~~~~
../../../../../node_modules/@types/node/globals.d.ts:174:18
174 declare function setTimeout(callback: (...args: any[]) => void, ms: number, ...args: any[]): NodeJS.Timeout;
~~~~~~~~~~
'setTimeout' was also declared here.
../../../../../node_modules/@types/node/globals.d.ts:175:19
175 declare namespace setTimeout {
~~~~~~~~~~
and here.
../../../../../node_modules/@types/node/globals.d.ts:169:13 - error TS2451: Cannot redeclare block-scoped variable 'console'.
169 declare var console: Console;
~~~~~~~
src/extern/global.d.ts:36:13
36 declare let console: any;
~~~~~~~
'console' was also declared here.
../../../../../node_modules/@types/node/globals.d.ts:174:18 - error TS2451: Cannot redeclare block-scoped variable 'setTimeout'.
174 declare function setTimeout(callback: (...args: any[]) => void, ms: number, ...args: any[]): NodeJS.Timeout;
~~~~~~~~~~
src/extern/global.d.ts:37:13
37 declare let setTimeout: any;
~~~~~~~~~~
'setTimeout' was also declared here.
../../../../../node_modules/@types/node/globals.d.ts:175:19 - error TS2451: Cannot redeclare block-scoped variable 'setTimeout'.
175 declare namespace setTimeout {
~~~~~~~~~~
src/extern/global.d.ts:37:13
37 declare let setTimeout: any;
~~~~~~~~~~
'setTimeout' was also declared here.
Found 5 errors.
make: *** [Makefile:71: krohnkite.js] Error 2
==> ERROR: A failure occurred in build().
Aborting...
error making: kwin-scripts-krohnkite-git
Teyras commented on 2021-01-28 16:15 (UTC)
I added the workaround suggested by @jaros. Please, let me know if it helps.
xeruf commented on 2021-01-25 12:00 (UTC)
Again an update has been made without addressing this issue, which has persisted over many months :/ and my yay is again failing to update...
Pinned Comments
xiota commented on 2024-06-04 09:15 (UTC) (edited on 2024-06-04 09:19 (UTC) by xiota)
Switched to fork supporting KF6. Upstream makefile doesn't work, so files are processed directly.
Flag – if upstream changes break this package. Describe what changed or broke. Include relevant error messages.