gui-apps/sway-audio-idle-inhibit: new package, add 9999

Signed-off-by: brettalcox <brettalcox@gmail.com>
This commit is contained in:
brettalcox 2023-10-28 15:39:10 -05:00
parent b2b624369c
commit ef642b6036
No known key found for this signature in database
GPG Key ID: D4DA1F02A3379C75
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
<pkgmetadata>
<maintainer type="person">
<email>brettalcox@gmail.com</email>
</maintainer>
<upstream>
<remote-id type="github">ErikReider/SwayAudioIdleInhibit</remote-id>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,20 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3 meson
DESCRIPTION="Prevents swayidle from idle when an application is outputting or receiving audio"
HOMEPAGE="https://github.com/ErikReider/SwayAudioIdleInhibit"
EGIT_REPO_URI="https://github.com/ErikReider/SwayAudioIdleInhibit.git"
LICENSE="GPL-3"
SLOT="0/9999"
DEPEND="
dev-libs/wayland
dev-libs/wayland-protocols
media-libs/libpulse
"
RDEPEND="${DEPEND}"