Package Details: waveterm 0.11.1-1

Git Clone URL: https://aur.archlinux.org/waveterm.git (read-only, click to copy)
Package Base: waveterm
Description: An open-source, cross-platform terminal for seamless workflows.(Use system-wide electron)
Upstream URL: https://www.waveterm.dev/
Keywords: terminal
Licenses: Apache-2.0
Conflicts: waveterm
Submitter: zxp19821005
Maintainer: zxp19821005 (simkowitz, Edu4rdSHL)
Last Packager: zxp19821005
Votes: 1
Popularity: 0.000131
First Submitted: 2023-11-29 07:40 (UTC)
Last Updated: 2025-03-03 07:07 (UTC)

Dependencies (15)

Required by (0)

Sources (2)

Latest Comments

zxp19821005 commented on 2025-03-03 07:06 (UTC)

@vladimiroff Maybe you have to read the PKGBUILD file carefully. I have added a condition for judgment: if [[ "$(curl -s cip.cc)" == *"中国"* ]]; then . Because I'm in China, I can't visit them directlly.

vladimiroff commented on 2025-03-01 21:10 (UTC) (edited on 2025-03-01 21:10 (UTC) by vladimiroff)

export npm_config_disturl=https://registry.npmmirror.com/-/binary/node/
export npm_config_electron_mirror=https://registry.npmmirror.com/-/binary/electron/
export npm_config_electron_builder_binaries_mirror=https://registry.npmmirror.com/-/binary/electron-builder-binaries/
go env -w GOPROXY=https://goproxy.cn,direct
gem sources --add https://mirrors.aliyun.com/rubygems/ --remove https://rubygems.org/
bundle config mirror.https://rubygems.org https://mirrors.aliyun.com/rubygems

Is there a specific reason to enforce Chinese mirrors?

zxp19821005 commented on 2024-09-09 09:55 (UTC)

@xiota Thanks for your feedback, fixed it.

zxp19821005 commented on 2024-05-10 03:23 (UTC)

@Technetium1 Thanks for your feedback,fixed it.

Technetium1 commented on 2024-05-10 03:11 (UTC)

Please fix the checksum for 0.7.5 it's bb448860b365304fe8dd9156b956c65bac6b3bbfc9c7c2d0c7e058a12ad6fd29

zxp19821005 commented on 2024-03-27 01:13 (UTC)

@gollum23 Thansk for your feedback , I've changed the sha256sum git repo to SKIP . I don't know why it has a sha256sum , it was just a directory.

gollum23 commented on 2024-03-26 12:30 (UTC)

I got the following error: waveterm.git ... NOT FOUND

This is the stacktrace

Building waveterm...
==> Making package: waveterm 0.7.1-2 (mar 26 mar 2024 07:27:15)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Cloning waveterm.git git repo...
Cloning into bare repository '/var/tmp/pamac-build-gollum23/waveterm/waveterm.git'...
  -> Found waveterm.sh
==> Validating source files with sha256sums...
    waveterm.git ... NOT FOUND
    waveterm.sh ... Passed
==> ERROR: One or more files did not pass the validity check!
Failed to build waveterm

CucumberSpace commented on 2024-03-25 12:31 (UTC)

missing nvm build dependency, please add it