Search Criteria
Package Details: aw-watcher-window-wayland-git r33.6108ad3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/aw-watcher-window-wayland-git.git (read-only, click to copy) |
---|---|
Package Base: | aw-watcher-window-wayland-git |
Description: | Wayland window watcher for ActivityWatch |
Upstream URL: | https://github.com/ActivityWatch/aw-watcher-window-wayland |
Keywords: | activitywatch aw-watcher |
Licenses: | MPL2 |
Conflicts: | aw-watcher-window-wayland |
Provides: | aw-watcher-window-wayland |
Submitter: | Y7n05h |
Maintainer: | ScreamsInJank |
Last Packager: | ScreamsInJank |
Votes: | 3 |
Popularity: | 0.000276 |
First Submitted: | 2022-01-25 15:47 (UTC) |
Last Updated: | 2023-10-28 00:42 (UTC) |
Dependencies (6)
- activitywatch-binAUR
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- git (git-gitAUR, git-glAUR) (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup) (make)
- phosh (phosh-nextAUR, phosh-gitAUR) (optional)
- sway (sway-no-titlebars-gitAUR, sway-inhibit-fullscreen-gitAUR, sway-borders-gitAUR, sway-titlebar-positioning-gitAUR, sway-force-ssd-gitAUR, sway-persistent-workspaces-gitAUR, sway-git-wlroots-gitAUR, sway-im-gitAUR, swayfx-i3-style-fullscreen-gitAUR, sway-imAUR, sway-disable-titlebarAUR, sway-asan-gitAUR, sway-gitAUR, sway-i3-style-fullscreen-gitAUR, swayfx-i3-style-fullscreen-2-gitAUR, swayfx-gitAUR, swayfxAUR, sway-rcAUR) (optional)
Latest Comments
« First ‹ Previous 1 2
pastawater commented on 2023-01-29 23:00 (UTC)
Fails to build for me due to "Failed to find OpenSSL development headers".
I also have the same error if I just clone the repo code and try to build locally, but what helped was installing
openssl-1.1
and running the build command as:OPENSSL_LIB_DIR=/usr/lib/openssl-1.1/ OPENSSL_INCLUDE_DIR=/usr/include/openssl-1.1/ cargo build --release
« First ‹ Previous 1 2