Package Details: webcord 4.10.2-1

Git Clone URL: https://aur.archlinux.org/webcord.git (read-only, click to copy)
Package Base: webcord
Description: A Discord and SpaceBar Electron-based client implemented without Discord API
Upstream URL: https://github.com/SpacingBat3/WebCord
Keywords: discord electron spacebar webcord
Licenses: MIT
Submitter: Hanabishi
Maintainer: Hanabishi
Last Packager: Hanabishi
Votes: 41
Popularity: 0.58
First Submitted: 2021-11-06 15:32 (UTC)
Last Updated: 2024-10-07 16:36 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »

Hanabishi commented on 2022-09-04 01:18 (UTC)

@Technetium1, as soon as this update will be released, I guess.

Technetium1 commented on 2022-09-04 00:07 (UTC)

This needs electron bumped to 21 as of this commit

<deleted-account> commented on 2022-08-08 16:52 (UTC)

@Hanabishi I ran it now in /home/smokus/Games/, but the output of the command was: /home/smokus

Hanabishi commented on 2022-08-08 16:44 (UTC) (edited on 2022-08-08 16:45 (UTC) by Hanabishi)

@Smokus, something changed npm prefix option in your system. Run npm prefix in any directory, and if it differs from the current directory, thats it.
But such possibility should've been addressed anyway, so thanks for the report.

<deleted-account> commented on 2022-08-08 16:38 (UTC)

@Hanabishi it built now without issues :) Thanks a bunch!

Hanabishi commented on 2022-08-08 16:33 (UTC) (edited on 2022-08-08 16:34 (UTC) by Hanabishi)

Where is the src directory supposed to be?

By default its right in the directory where PKGBUILD is located and you are running makepkg from.
I applied another possible fix, try to build now.

<deleted-account> commented on 2022-08-08 16:17 (UTC)

@Hanabishi no idea, I haven't done anything regarding npm Where is the src directory supposed to be?

EDIT: if by src you mean this path: /home/smokus/.cache/yay/webcord/src/WebCord-3.7.1/node_modules/ then it has node_modules directory in it.

Hanabishi commented on 2022-08-08 16:14 (UTC)

@Smokus, do you have some tricky npm setup? Does src dir contains node_modules directory?

<deleted-account> commented on 2022-08-08 16:09 (UTC)

@Hanabishi unfortunately, new error occurs now:

==> Sources are ready.
==> Making package: webcord 3.7.1-1 (Mo 08 Aug 2022 18:08:55 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
sources/code/common/modules/agent.ts:8:26 - error TS2694: Namespace 'NodeJS' has no exported member 'Architecture'.

8   switch (arch as NodeJS.Architecture) {
                           ~~~~~~~~~~~~


Found 1 error in sources/code/common/modules/agent.ts:8

==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: webcord

Hanabishi commented on 2022-08-08 13:46 (UTC)

@Smokus, can't reproduce, but fixed anyway. Try to update now.