media-sound/pavucontrol: dropped obsolete 5.0-r2

Bug: https://bugs.gentoo.org/932180
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
Miroslav Šulc
2024-06-05 10:35:33 +02:00
parent 557261ab82
commit 7a26ac5ea8

View File

@@ -1,38 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Pulseaudio Volume Control, GTK based mixer for Pulseaudio"
HOMEPAGE="https://freedesktop.org/software/pulseaudio/pavucontrol/"
SRC_URI="https://freedesktop.org/software/pulseaudio/${PN}/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm ~arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~sparc x86"
IUSE="nls"
RDEPEND="
dev-libs/json-glib
>=dev-cpp/gtkmm-3.22:3.0[X]
>=dev-libs/libsigc++-2.2:2
>=media-libs/libcanberra-0.16[gtk3]
>=media-libs/libpulse-15.0[glib]
virtual/freedesktop-icon-theme
"
DEPEND="${RDEPEND}"
BDEPEND="
virtual/pkgconfig
nls? (
dev-util/intltool
sys-devel/gettext
)
"
src_configure() {
local myeconfargs=(
--disable-lynx
$(use_enable nls)
)
econf "${myeconfargs[@]}"
}