Package Details: sway-audio-idle-inhibit-git 0.2.0.r53.e903b34-1

Git Clone URL: https://aur.archlinux.org/sway-audio-idle-inhibit-git.git (read-only, click to copy)
Package Base: sway-audio-idle-inhibit-git
Description: Prevents swayidle from sleeping while any application is outputting or receiving audio
Upstream URL: https://github.com/ErikReider/SwayAudioIdleInhibit
Licenses: GPL
Submitter: ErikR
Maintainer: ErikR
Last Packager: ErikR
Votes: 14
Popularity: 0.018807
First Submitted: 2021-08-29 22:29 (UTC)
Last Updated: 2025-07-14 20:43 (UTC)

Latest Comments

TrialnError commented on 2025-07-18 17:13 (UTC)

One additional remark, as I overlooked this before: git checkout in prepare() is not needed. Some VCS like git have fragment support, which can be appended to the source url.
https://man.archlinux.org/man/PKGBUILD.5#USING_VCS_SOURCES
So if main isn't the default branch and should be used #branch=main should be added to the source url

TrialnError commented on 2025-07-09 19:28 (UTC)

wayland-protocols can be moved into makedepends. It is something that is only required for building wayland projects. And namcap confirms that it isn't linked to anything from wayland-protocols.

derfehler commented on 2024-06-04 09:01 (UTC)

If you have a problem with your application crashing, a temporary solution is to change the prepare() section in PKGBUILD to the following:

prepare() {
cd $_pkgfoldername
git fetch origin pull/21/head:pull_21
git checkout pull_21
}

This pull request hasn't been accepted yet, but it fixes the bug. I'm not a big git expert, maybe there is a better solution.

mipi commented on 2022-12-30 15:53 (UTC)

Thx, ErikR

ErikR commented on 2022-12-18 10:41 (UTC)

@mipi should be fixed now :)

mipi commented on 2022-12-18 09:05 (UTC)

Hi ErikR, could you add aarch64 to the list of supported architectures? sway-audio-idle-inhibit-git is building on aarch64. I tested this on a RPi4 and on a Mac Mini M1. Thanks!