Hey, could you update your cargo version and try it again? I just tried it with the version 1.62.1 and it works fine.
Search Criteria
Package Details: espanso-wayland 2.2.1-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/espanso.git (read-only, click to copy) |
---|---|
Package Base: | espanso |
Description: | Cross-platform Text Expander written in Rust (built for Wayland) |
Upstream URL: | https://github.com/espanso/espanso |
Keywords: | expand expander rust shortcut text xorg |
Licenses: | GPL-3.0-only |
Conflicts: | espanso |
Provides: | espanso |
Submitter: | Scrumplex |
Maintainer: | carsme |
Last Packager: | carsme |
Votes: | 38 |
Popularity: | 0.015193 |
First Submitted: | 2019-10-03 16:10 (UTC) |
Last Updated: | 2024-01-28 22:33 (UTC) |
Dependencies (24)
- bzip2 (bzip2-gitAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- wl-clipboard (wl-clipboard-gitAUR, wl-clipboard-rs-gitAUR, wl-clipboard-rsAUR)
- wxwidgets-common (wxwidgets-common-gitAUR, wxwidgets-common-lightAUR)
- wxwidgets-gtk3 (wxwidgets-gtk3-gitAUR, wxwidgets-gtk3-lightAUR)
- bzip2 (bzip2-gitAUR) (make)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- dbus (dbus-gitAUR, dbus-selinuxAUR) (make)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR) (make)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR) (make)
- libx11 (libx11-gitAUR) (make)
- libxcb (libxcb-gitAUR) (make)
- libxkbcommon (libxkbcommon-gitAUR) (make)
- libxtst (make)
- openssl (openssl-gitAUR, openssl-staticAUR) (make)
- wl-clipboard (wl-clipboard-gitAUR, wl-clipboard-rs-gitAUR, wl-clipboard-rsAUR) (make)
- wxwidgets-common (wxwidgets-common-gitAUR, wxwidgets-common-lightAUR) (make)
- wxwidgets-gtk3 (wxwidgets-gtk3-gitAUR, wxwidgets-gtk3-lightAUR) (make)
- xclip (wl-clipboard-x11AUR, xclip-gitAUR) (make)
- xdotool (xdotool-gitAUR) (make)
Required by (1)
- espanso-gui (requires espanso)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3
hing commented on 2023-04-26 04:47 (UTC)
xeruf commented on 2023-04-25 21:18 (UTC)
Unable to build:
[cargo-make] INFO - Execute Command: "rust-script" "/tmp/fsio_T20UqnLv8y.rs"
error: failed to parse manifest at `/home/janek/.local/cache/rust-script/projects/0b48dc6b7b550d7aa12840fa/Cargo.toml`
Caused by:
feature `strip` is required
The package requires the Cargo feature called `strip`, but that feature is not stabilized in this version of Cargo (1.56.0-nightly (e515c3277 2021-09-08)).
Consider adding `cargo-features = ["strip"]` to the top of Cargo.toml (above the [package] table) to tell Cargo you are opting in to use this unstable feature.
See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#profile-strip-option for more information about the status of this feature.
error: Could not execute cargo
[cargo-make] ERROR - Unable to execute rust code.
[cargo-make] WARN - Build Failed.
Scrumplex commented on 2020-12-03 11:51 (UTC)
lkrms: After some investigation I don't really see any changes between the dev branch and the latest version, that affects this. In fact the espanso-git package does not even run tests at all, as they failed most of the time anyway. I will open an issue in upstream.
lkrms commented on 2020-12-03 11:12 (UTC)
Just a heads up that as of rust 1.48, this package no longer builds due to multiple tests that fail, all with similar output that includes this (or similar):
attempted to leave type `linked_hash_map::Node<serde_yaml::Value, serde_yaml::Value>` uninitialized, which is invalid
I’m not a rust developer but this appears to correlate with changes referenced in 1.48’s release notes. Given espanso-git builds against rust 1.48, perhaps there’s a dependency on a particular version of a package that could be updated via a patch so this will continue to build?
ludat commented on 2020-02-16 21:05 (UTC)
yeah, sorry, I meant espanso-bin aand yes, it works now :D, thank you
Scrumplex commented on 2020-02-16 20:55 (UTC)
ludat: I suppose you were talking about espanso-bin. I just fixed this issue. Looks like the hash changed? I don't know. Anyways. It should work now.
ludat commented on 2020-02-16 20:48 (UTC)
The sha512sum for espanso-linux-0.5.0.tar.gz fails to run
Pinned Comments
carsme commented on 2024-01-21 08:25 (UTC)
NOTICE: The standalone
espanso-wayland
package has been merged into this pkgbase, which now builds two distinct packages:espanso-x11
: Espanso built for X11, replaces the formerespanso
package.espanso-wayland
: Espanso built for Wayland, identical to the former standaloneespanso-wayland
package.This change simplifies maintenance and ensures the packages are kept in sync. It does however incur slightly longer build times, as Espanso is compiled twice during the build process.
Your AUR helper will hopefully handle the upgrade/migration automatically.
Let me know if you encounter any issues.