Search Criteria
Package Details: swayr 0.27.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/swayr.git (read-only, click to copy) |
---|---|
Package Base: | swayr |
Description: | Swayr is a window switcher (and more) for sway |
Upstream URL: | https://git.sr.ht/~tsdh/swayr |
Licenses: | GPL3 |
Submitter: | lockeanarchist |
Maintainer: | lockeanarchist |
Last Packager: | lockeanarchist |
Votes: | 13 |
Popularity: | 0.010790 |
First Submitted: | 2021-06-17 09:22 (UTC) |
Last Updated: | 2024-07-06 23:05 (UTC) |
Dependencies (1)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust, rustup) (make)
Latest Comments
1 2 Next › Last »
aulonsal commented on 2022-06-22 01:15 (UTC)
Hey, systemd complains about the service file being executable:
systemd[752]: Configuration file /usr/lib/systemd/user/swayrd.service is marked executable. Please remove executable permission bits. Proceeding anyway.
Please change the permissions for
swayrd.service
to 644, in the last line of the package function.willemw commented on 2022-06-10 09:34 (UTC)
"$HOME" has to be somewhere inside "$srcdir/$pkgname-$pkgver/" (or a global temp folder). You cannot assume "$(pwd)" is a suitable build path or that "$srcdir" itself is unique to this package.
willemw commented on 2022-06-07 20:27 (UTC)
"$srcdir/...." instead of "$(pwd)/...." would be better inside a PKGBUILD file.
tsdh commented on 2022-06-07 19:02 (UTC) (edited on 2022-06-07 19:03 (UTC) by tsdh)
I've received a swayr bug report that the AUR package doesn't build anymore. It's because the PKGBUILD sets
HOME=.
which results in relative paths and now cargo complains that it wants absolute paths. Maybe settingHOME
topwd
would be equivalent and result in absolute paths.See https://todo.sr.ht/~tsdh/swayr/23.
willemw commented on 2022-04-29 08:58 (UTC)
check() creates file ~/.config/swayr/config.toml (and launches a nagbar). Setting HOME is a possible solution:
RUSTUP_TOOLCHAIN=stable HOME=. cargo test ...
'gcc-libs' is already in 'base'.
lockeanarchist commented on 2022-02-18 21:14 (UTC)
Thanks for letting me know, @markstos.
markstos commented on 2022-02-10 20:50 (UTC)
The next version of
swayr
after 0.13.0 will ship with aswayrd.service
file located in the/etc/
dir in the project. It would be great if this package could install the file to /usr/lib/systemd/user/swayrd.service. Thanks!https://todo.sr.ht/~tsdh/swayr/15
kRYOoX commented on 2022-01-30 23:04 (UTC) (edited on 2022-01-30 23:05 (UTC) by kRYOoX)
Hello,
The package has been bumped to version 0.12.1-1, but for some reason, the PKGFILE is still at 0.12.0. That causes
yay
(and presumably other AUR helpers as well) to try to update it every time.Bumping the
pkgver
andsha256sums
seems to work fine:justinesmithies commented on 2021-11-23 19:40 (UTC)
Please update to release v0.10.0
oncomouse commented on 2021-10-31 15:58 (UTC)
This didn't build for me. It looks like
aho-corasick v0.7.18
requiresRUSTUP_TOOLCHAIN
to benightly
instead ofstable
.1 2 Next › Last »