From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmix/
Date: Wed, 4 Sep 2024 06:58:54 +0000 (UTC) [thread overview]
Message-ID: <1725432945.e2fd1e5673132d382061d6faac627ab3e6324652.asturm@gentoo> (raw)
commit: e2fd1e5673132d382061d6faac627ab3e6324652
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 3 17:33:33 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 4 06:55:45 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2fd1e56
kde-apps/kmix: drop 24.05.2, 24.08.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kmix/kmix-24.05.2.ebuild | 76 ---------------------------------------
kde-apps/kmix/kmix-24.08.0.ebuild | 76 ---------------------------------------
2 files changed, 152 deletions(-)
diff --git a/kde-apps/kmix/kmix-24.05.2.ebuild b/kde-apps/kmix/kmix-24.05.2.ebuild
deleted file mode 100644
index c8d35f75ee6d..000000000000
--- a/kde-apps/kmix/kmix-24.05.2.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="false"
-KFMIN=5.115.0
-QTMIN=5.15.12
-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="5"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
-IUSE="alsa plasma pulseaudio"
-
-# kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtxml-${QTMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kcrash-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kglobalaccel-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kwindowsystem-${KFMIN}:5[X]
- >=kde-frameworks/kxmlgui-${KFMIN}:5
- >=kde-frameworks/solid-${KFMIN}:5
- alsa? ( >=media-libs/alsa-lib-1.0.14a )
- plasma? ( >=kde-plasma/libplasma-${KFMIN}:5 )
- pulseaudio? (
- media-libs/libcanberra
- media-libs/libpulse
- )
-"
-RDEPEND="${DEPEND}
- kde-plasma/kde-cli-tools:*
-"
-
-PATCHES=( "${FILESDIR}/${PN}-23.04.2-autostart_disable.patch" ) # TODO: upstream
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package alsa ALSA)
- -DBUILD_DATAENGINE=$(usex plasma)
- $(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
-}
diff --git a/kde-apps/kmix/kmix-24.08.0.ebuild b/kde-apps/kmix/kmix-24.08.0.ebuild
deleted file mode 100644
index c60c5416b0da..000000000000
--- a/kde-apps/kmix/kmix-24.08.0.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="false"
-KFMIN=5.115.0
-QTMIN=5.15.12
-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="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="alsa plasma pulseaudio"
-
-# kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtxml-${QTMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kcrash-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kglobalaccel-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kwindowsystem-${KFMIN}:5[X]
- >=kde-frameworks/kxmlgui-${KFMIN}:5
- >=kde-frameworks/solid-${KFMIN}:5
- alsa? ( >=media-libs/alsa-lib-1.0.14a )
- plasma? ( >=kde-plasma/libplasma-${KFMIN}:5 )
- pulseaudio? (
- media-libs/libcanberra
- media-libs/libpulse
- )
-"
-RDEPEND="${DEPEND}
- kde-plasma/kde-cli-tools:*
-"
-
-PATCHES=( "${FILESDIR}/${PN}-23.04.2-autostart_disable.patch" ) # TODO: upstream
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package alsa ALSA)
- -DBUILD_DATAENGINE=$(usex plasma)
- $(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
-}
next reply other threads:[~2024-09-04 6:58 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-04 6:58 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-07 16:59 [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmix/ Arthur Zamarin
2025-02-25 18:15 Andreas Sturmlechner
2025-01-30 17:19 Andreas Sturmlechner
2025-01-30 9:29 Arthur Zamarin
2025-01-30 9:29 Arthur Zamarin
2025-01-05 19:08 Sam James
2024-10-07 23:06 Andreas Sturmlechner
2024-10-07 23:06 Andreas Sturmlechner
2024-10-05 7:07 Michał Górny
2024-07-14 5:59 Arthur Zamarin
2024-07-13 22:44 Sam James
2024-06-17 18:49 Andreas Sturmlechner
2024-06-17 5:54 Arthur Zamarin
2024-06-17 5:19 Arthur Zamarin
2024-04-25 20:41 Andreas Sturmlechner
2024-04-23 6:33 Arthur Zamarin
2024-04-23 6:25 Arthur Zamarin
2024-04-23 5:26 Arthur Zamarin
2022-07-14 20:32 Andreas Sturmlechner
2021-10-10 4:45 Yixun Lan
2020-05-10 18:58 Andreas Sturmlechner
2020-05-10 17:42 Mart Raudsepp
2020-05-10 9:19 Mikle Kolyada
2020-05-10 9:15 Mikle Kolyada
2020-01-26 10:26 Georgy Yakovlev
2019-03-02 23:28 Andreas Sturmlechner
2016-08-04 14:16 Michael Palimaka
2016-07-07 22:38 Johannes Huber
2016-03-06 10:26 Mikle Kolyada
2016-03-05 12:14 Mikle Kolyada
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1725432945.e2fd1e5673132d382061d6faac627ab3e6324652.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox