@fady0, Should be fixed in the new pkgver (2.2.1-2
). Let me know if the issue persists.
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: | 39 |
Popularity: | 0.64 |
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)
- 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, rustup-stubAUR, 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) (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)
- Show 4 more dependencies...
Required by (1)
- espanso-gui (requires espanso)
Sources (1)
carsme commented on 2024-01-04 07:59 (UTC)
fadyio commented on 2024-01-04 05:15 (UTC) (edited on 2024-01-04 05:15 (UTC) by fadyio)
First thank you, but I tried to update, but it gives me this error
running 1 test
test tests::test_migration::simple_case ... FAILED
failures:
---- tests::test_migration::simple_case stdout ----
thread 'tests::test_migration::simple_case' panicked at espanso-migrate/src/lib.rs:231:7:
assertion failed: `(left == right)`
Diff < left / right > :
[
< "/match/base.yml",
"/config/default.yml",
> "/match/base.yml",
]
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
failures:
tests::test_migration::simple_case
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 4 filtered out; finished in 0.01s
error: test failed, to rerun pass `-p espanso-migrate --lib`
==> ERROR: A failure occurred in check().
Aborting...
carsme commented on 2024-01-03 17:55 (UTC)
Adopted the package, refactored the PKGBUILD and updated to latest version. Let me know if there are any issues.
carsme commented on 2024-01-03 17:35 (UTC)
Adopted the package, refactored the PKGBUILD and updated to latest version. Let me know if there are any issues.
MorganDGK commented on 2023-12-11 16:58 (UTC)
Currently broken due to dependency on smithay-client-toolkit v0.15.4. Fix has been merged into dev branch, but not yet applied to master.
Patched PKGBUILD here https://github.com/morgan-dgk/aur-espanso-wayland-patch.
hing commented on 2023-09-25 04:37 (UTC) (edited on 2023-09-25 04:53 (UTC) by hing)
Hey, sorry for the late answer. I will take a look at @yochananmarqos PKGBUILD, Tnks
yochananmarqos commented on 2023-09-23 15:32 (UTC)
Improved PKGBUILD with corrected dependencies and included desktop file / icon.
yochananmarqos commented on 2023-09-23 15:31 (UTC)
@Scrumplex: cmake
is not required to build. Other than what @MarsSeed already mentioned, this is also missing the desktop file & icon. See my improved PKGBUILD.
MarsSeed commented on 2023-08-23 13:05 (UTC) (edited on 2024-03-11 20:38 (UTC) by MarsSeed)
Please kindly make this depend directly on wxwidgets-gtk3
and not on its legacy name, wxgtk3
. To allow users to have this package coexist with other providers of wxwidgets-gtk3, e.g. wxwidgets-gtk3-git
. Thank you in advance.
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.