| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.6.0 | 8 | ~amd64 ~x86 | 6 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PLOCALES="en it nl sv"
PLOCALE_BACKUP="en"
inherit ecm plocale
DESCRIPTION="Plasma widget for play ambient noise"
HOMEPAGE="https://github.com/m-pilia/plasma-applet-ambientnoise"
SRC_URI="https://github.com/m-pilia/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="6"
KEYWORDS="~amd64 ~x86"
RDEPEND="dev-qt/qtdeclarative:6
dev-qt/qtmultimedia:6
kde-frameworks/kirigami:6
kde-plasma/plasma-workspace:6"
src_prepare() {
my_rm_loc() {
rm translations/po/plasma_applet_org.kde.plasma.ambientnoise_"${1}".po \
|| die "rm failed for ${1}"
}
plocale_for_each_disabled_locale my_rm_loc
cmake_src_prepare
}
src_configure() {
local mycmakeargs=(
-DLOCALE_INSTALL_DIR="/usr/share/locale"
)
cmake_src_configure
}
dev-qt/qtdeclarative:6 dev-qt/qtmultimedia:6 kde-frameworks/kirigami:6 kde-plasma/plasma-workspace:6
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | plasma-applet-ambientnoise-0.6.0.tar.gz | 26141 bytes | https://github.com/m-pilia/plasma-applet-ambientnoise/archive/0.6.0.tar.gz |