Package Details: weylus-community-git 2026.5.21.r0.g1655735-2

Git Clone URL: https://aur.archlinux.org/weylus-community-git.git (read-only, click to copy)
Package Base: weylus-community-git
Description: Use your tablet as graphic tablet/touch screen on your computer.
Upstream URL: https://github.com/electronstudio/WeylusCommunityEdition
Licenses: AGPL-3.0-or-later
Conflicts: weylus, weylus-bin, weylus-git
Provides: weylus
Submitter: CsiPA0723
Maintainer: CsiPA0723
Last Packager: CsiPA0723
Votes: 2
Popularity: 0.000010
First Submitted: 2024-08-08 22:51 (UTC)
Last Updated: 2026-05-22 22:32 (UTC)

Latest Comments

1 2 Next › Last »

CsiPA0723 commented on 2026-05-22 22:51 (UTC)

I looked through the aur guidelines, but I did not see anything that could prohibit using a locally installed typescript, so it's now possible to build without downgrading the system typescript package.

If upstream updates to v6, I think I'm going to set it back to the system package.

CsiPA0723 commented on 2026-05-21 21:11 (UTC)

Made a bin version from the upstream release, if that is easier. https://aur.archlinux.org/packages/weylus-community-bin

CsiPA0723 commented on 2026-05-21 20:19 (UTC) (edited on 2026-05-21 20:29 (UTC) by CsiPA0723)

@Zorn It should be fixed now. I needed to update the Cargo.lock file with a patch because the Weylus package version was still at the old version.

@briellabugs Please downgrade the system typescript package to a version before v6.0, then manually build it. https://wiki.archlinux.org/title/Arch_User_Repository https://wiki.archlinux.org/title/Downgrading_packages

Note: I recommend this tool: https://github.com/archlinux-downgrade/downgrade

Zorn commented on 2026-05-21 14:23 (UTC) (edited on 2026-05-21 14:29 (UTC) by Zorn)

Issue #26 has been resolved (see https://github.com/electronstudio/WeylusCommunityEdition/issues/26).

But now there's another one: attempting to install weylus-community-git using an AUR helper (such as yay) results in the following error

error: cannot update the lock file /home/prof/.cache/yay/weylus-community-git/src/weylus/Cargo.lock because --locked was passed to prevent this help: to generate the lock file without accessing the network, remove the --locked flag and use --offline instead.

briellabugs commented on 2026-05-21 01:40 (UTC)

warning: weylus@2025.11.4: tsc failed with exitcode: 2
error: failed to run custom build command for `weylus v2025.11.4 (/home/puppy/.cache/yay/weylus-community-git/src/weylus)`

Caused by:
  process didn't exit successfully: `/home/puppy/.cache/yay/weylus-community-git/src/weylus/target/release/build/weylus-f1636171b281504b/build-script-build` (exit status: 2)
  --- stdout
  cargo:rerun-if-changed=ts/lib.ts
  tsconfig.json(6,5): error TS5011: The common source directory of 'tsconfig.json' is './ts'. The 'rootDir' setting must be explicitly set to this or another path to adjust your output's file layout.
    Visit https://aka.ms/ts6 for migration information.
  cargo:warning=tsc failed with exitcode: 2
warning: build failed, waiting for other jobs to finish...
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: weylus-community-git-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
weylus-community-git - exit status 4

briellabugs commented on 2026-05-21 01:38 (UTC)

https://github.com/electronstudio/WeylusCommunityEdition/issues/26

"Weylus requires typescript 5.5.4 to build - it's incompatible with 6.0. You should probably contact the maintainer of the AUR package."

CsiPA0723 commented on 2026-01-26 21:51 (UTC) (edited on 2026-01-26 22:18 (UTC) by CsiPA0723)

@Creeperman3000 Updated for missing makedepends and depends. It should now be in line with the main Weylus-git package. Also, the desktop file should install correctly now.

Creeperman3000 commented on 2026-01-26 19:41 (UTC)

I have noticed that this package is not properly maintained. I have the latest build (2025.11.4.fd1f1f1) locally. Please submit a patch or add me as a co-maintainer to push the update.

beroal commented on 2024-11-03 13:42 (UTC)

Sorry, I didn't notice this optional dependency.

CsiPA0723 commented on 2024-10-31 19:40 (UTC)

@beroal

The gst-plugin-pipewire is already referenced as an optional dependency. Although maybe I should modify the comment that if you use pipewire you also need it not just for wayland support.

Do you think I should just add it as a required dependency?