Search Criteria
Package Details: aw-watcher-window-wayland-git r27.1cd0555-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: | window and afk watcher for wayland |
Upstream URL: | https://github.com/ActivityWatch/aw-watcher-window-wayland |
Licenses: | MPL2 |
Conflicts: | activitywatch-bin, aw-watcher-afk, aw-watcher-window, aw-watcher-window-wayland |
Provides: | aw-watcher-window-wayland |
Submitter: | Y7n05h |
Maintainer: | Y7n05h (lilac) |
Last Packager: | Y7n05h |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-01-25 15:47 (UTC) |
Last Updated: | 2022-01-25 15:47 (UTC) |
Dependencies (4)
- aw-client
- gcc-libs (fastgcc, gccrs-libs-git, gcc-libs-git)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- rust (rust-i586-git, rust-nightly, rust-nightly-bin, rust-git, rustup-git, rustup) (make)
Latest Comments
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