Package Details: live2d-kanban-desktop 2.9.0-2

Git Clone URL: https://aur.archlinux.org/live2d-kanban-desktop.git (read-only, click to copy)
Package Base: live2d-kanban-desktop
Description: An AI Based live2d Kanban for Desktop Users Using Electron.基于Electron制作的桌面看板娘,支持日程提醒、小窗模式、ChatGPT集成、网页搜索、本地moc模型加载与独立设置界面等
Upstream URL: http://studio.zerolite.cn/post/338/waifuproject2-live2d-kanban-desktop/
Keywords: chatgpt-api desktop electron javascript live2d
Licenses: GPL-3.0-only
Conflicts: live2d-kanban-desktop
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 0
Popularity: 0.000000
First Submitted: 2023-10-12 08:34 (UTC)
Last Updated: 2024-10-25 07:55 (UTC)

Latest Comments

zxp19821005 commented on 2024-06-05 11:40 (UTC) (edited on 2024-06-05 11:45 (UTC) by zxp19821005)

@SamLukeYes Thanks for your feedback . I've checked the package.json file, there was no electron-builder, and I've added it by adding pnpm add -D electron-builder@24.13.3. I've sent it to the upstream (https://github.com/JimHans/live2d-kanban-desktop/issues/14). Can you try again?

SamLukeYes commented on 2024-06-04 05:46 (UTC)

@zxp19821005 It still doesn't work in a clean chroot:

> kanban-desktop@2.8.1 pack-linux /build/live2d-kanban-desktop/src/live2d-kanban-desktop-2.8.1
> electron-builder --linux

sh: line 1: electron-builder: command not found
 ELIFECYCLE  Command failed.
==> ERROR: A failure occurred in build().
    Aborting...

zxp19821005 commented on 2024-06-03 16:08 (UTC) (edited on 2024-06-03 16:08 (UTC) by zxp19821005)

@SamLukeYes I've changed npm to pnpm , built OK and run well. Can you try again?

SamLukeYes commented on 2024-06-01 11:56 (UTC)

Failed to build on the latest Arch Linux chroot:

npm error Traceback (most recent call last):
npm error   File "/build/live2d-kanban-desktop/src/live2d-kanban-desktop-2.8.1/node_modules/node-gyp/gyp/gyp_main.py", line 42, in <module>
npm error     import gyp  # noqa: E402
npm error     ^^^^^^^^^^
npm error   File "/build/live2d-kanban-desktop/src/live2d-kanban-desktop-2.8.1/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 9, in <module>
npm error     import gyp.input
npm error   File "/build/live2d-kanban-desktop/src/live2d-kanban-desktop-2.8.1/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 19, in <module>
npm error     from distutils.version import StrictVersion
npm error ModuleNotFoundError: No module named 'distutils'
npm error gyp ERR! configure error 
npm error gyp ERR! stack Error: `gyp` failed with exit code: 1
npm error gyp ERR! stack     at ChildProcess.onCpExit (/build/live2d-kanban-desktop/src/live2d-kanban-desktop-2.8.1/node_modules/node-gyp/lib/configure.js:325:16)
npm error gyp ERR! stack     at ChildProcess.emit (node:events:519:28)
npm error gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:294:12)
npm error gyp ERR! System Linux 6.6.32
npm error gyp ERR! command "/build/live2d-kanban-desktop/src/.nvm/versions/node/v20.14.0/bin/node" "/build/live2d-kanban-desktop/src/live2d-kanban-desktop-2.8.1/node_modules/.bin/node-gyp" "rebuild"
npm error gyp ERR! cwd /build/live2d-kanban-desktop/src/live2d-kanban-desktop-2.8.1/node_modules/get-cursor-position
npm error gyp ERR! node -v v20.14.0
npm error gyp ERR! node-gyp -v v9.4.1
npm error gyp ERR! not ok

npm error A complete log of this run can be found in: /build/live2d-kanban-desktop/src/.npm_cache/_logs/2024-06-01T11_53_09_719Z-debug-0.log
==> ERROR: A failure occurred in build().
    Aborting...