mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
kde-apps/kmix: drop 24.12.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
parent
a95a5794ef
commit
bf7042411b
@ -1,2 +1 @@
|
||||
DIST kmix-24.12.1.tar.xz 1167696 BLAKE2B 632818aa612bcbebcefea0e772eaee42e807495befcddf6a2bc1013341e61dc53c699daa8ebd83def1bc834259fd021092f0cb63f28a59ef192f33a5366e465c SHA512 fc089dc3afeb5a80b2742dba2f3e46bdc2c63c0e9393adac10854107492d34ddbc86d3ba02fcda6e0cc06494631afa8c05ce1800c17d797c0936823374310e69
|
||||
DIST kmix-24.12.3.tar.xz 1167852 BLAKE2B 0e71e92d3b9bdbbf446c84d305788d6accf1d953326e99651088a68aa08f370b5274f29b2369cc88ba68384ddb7319f4e61cc90aa4b67c19b1ec00fd3f0d62c4 SHA512 c966de6ec9a9160538b0291be36bb84aab4888d20955aa2b141ad5c1b7295e90e9026af0033735ba271c2256bc6291f5c90cb5d0471eff5185715a3ba505e446
|
||||
|
||||
@ -1,70 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
ECM_HANDBOOK="forceoptional"
|
||||
ECM_TEST="false"
|
||||
KFMIN=6.7.0
|
||||
QTMIN=6.7.2
|
||||
inherit ecm gear.kde.org
|
||||
|
||||
DESCRIPTION="Volume control gui based on KDE Frameworks"
|
||||
HOMEPAGE="https://apps.kde.org/kmix/"
|
||||
|
||||
LICENSE="GPL-2" # TODO: CHECK
|
||||
SLOT="6"
|
||||
KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
|
||||
IUSE="alsa pulseaudio"
|
||||
|
||||
# kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras
|
||||
DEPEND="
|
||||
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
|
||||
>=kde-frameworks/kconfig-${KFMIN}:6
|
||||
>=kde-frameworks/kconfigwidgets-${KFMIN}:6
|
||||
>=kde-frameworks/kcoreaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kcrash-${KFMIN}:6
|
||||
>=kde-frameworks/kdbusaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kglobalaccel-${KFMIN}:6
|
||||
>=kde-frameworks/ki18n-${KFMIN}:6
|
||||
>=kde-frameworks/knotifications-${KFMIN}:6
|
||||
>=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
|
||||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kwindowsystem-${KFMIN}:6[X]
|
||||
>=kde-frameworks/kxmlgui-${KFMIN}:6
|
||||
>=kde-frameworks/solid-${KFMIN}:6
|
||||
alsa? ( >=media-libs/alsa-lib-1.0.14a )
|
||||
pulseaudio? (
|
||||
media-libs/libcanberra
|
||||
media-libs/libpulse
|
||||
)
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${PN}-23.04.2-autostart_disable.patch" ) # TODO: upstream
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
$(cmake_use_find_package alsa ALSA)
|
||||
$(cmake_use_find_package pulseaudio Canberra)
|
||||
$(cmake_use_find_package pulseaudio PulseAudio)
|
||||
)
|
||||
|
||||
ecm_src_configure
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if use pulseaudio && has_version kde-plasma/plasma-pa; then
|
||||
elog "In KDE Plasma, kde-plasma/plasma-pa is the default audio volume handler,"
|
||||
elog "therefore, autostart by default was disabled for KMix."
|
||||
elog
|
||||
elog "Should you prefer to still use kde-apps/kmix instead, do the following:"
|
||||
elog " - In system tray, right click on [Show hidden items]"
|
||||
elog " - Select [Configure System Tray]"
|
||||
elog " - In [Entries], search for [Audio Volume] and set it to [Disabled]"
|
||||
elog
|
||||
fi
|
||||
elog "KMix will be shown as [Volume Control] after manually starting it once"
|
||||
elog "and will be autostarted after configuring such in KMix startup settings."
|
||||
ecm_pkg_postinst
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user