mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 12:08:43 -04:00
gui-apps/sway-audio-idle-inhibit: new package, add 9999
Signed-off-by: brettalcox <brettalcox@gmail.com>
This commit is contained in:
parent
b2b624369c
commit
ef642b6036
10
gui-apps/sway-audio-idle-inhibit/metadata.xml
Normal file
10
gui-apps/sway-audio-idle-inhibit/metadata.xml
Normal 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>
|
@ -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}"
|
Loading…
x
Reference in New Issue
Block a user