commit:     865eb9df8ccc4effb11a0751301ed18b3f7821d5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 25 22:25:57 2026 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 25 22:30:54 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=865eb9df

kde-apps/kalarm: Drop IUSE mpv (unconditional by dropping libvlc option)

Aside from libmpv being the chosen default upstream anyway, VLC continues
to be Qt5 based.

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kalarm/kalarm-25.12.1-r2.ebuild | 85 ++++++++++++++++++++++++++++++++
 1 file changed, 85 insertions(+)

diff --git a/kde-apps/kalarm/kalarm-25.12.1-r2.ebuild 
b/kde-apps/kalarm/kalarm-25.12.1-r2.ebuild
new file mode 100644
index 000000000000..9393f6e83bbd
--- /dev/null
+++ b/kde-apps/kalarm/kalarm-25.12.1-r2.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="optional"
+PVCUT=$(ver_cut 1-3)
+KFMIN=6.22.0
+QTMIN=6.10.1
+inherit ecm gear.kde.org xdg
+
+DESCRIPTION="Application to manage alarms and other timer based alerts for the 
desktop"
+HOMEPAGE="https://apps.kde.org/kalarm/ https://userbase.kde.org/KAlarm";
+
+LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
+SLOT="6"
+KEYWORDS="~amd64 ~arm64"
+IUSE="+pim speech X"
+
+COMMON_DEPEND="
+       >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
+       >=kde-apps/kcalutils-${PVCUT}:6=
+       >=kde-apps/kidentitymanagement-${PVCUT}:6=
+       >=kde-apps/kmime-${PVCUT}:6=
+       >=kde-frameworks/kauth-${KFMIN}:6
+       >=kde-frameworks/kcalendarcore-${KFMIN}:6
+       >=kde-frameworks/kcodecs-${KFMIN}:6
+       >=kde-frameworks/kcolorscheme-${KFMIN}:6
+       >=kde-frameworks/kcompletion-${KFMIN}:6
+       >=kde-frameworks/kconfig-${KFMIN}:6
+       >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+       >=kde-frameworks/kcontacts-${KFMIN}:6
+       >=kde-frameworks/kcoreaddons-${KFMIN}:6
+       >=kde-frameworks/kcrash-${KFMIN}:6
+       >=kde-frameworks/kdbusaddons-${KFMIN}:6
+       >=kde-frameworks/kglobalaccel-${KFMIN}:6
+       >=kde-frameworks/kguiaddons-${KFMIN}:6
+       >=kde-frameworks/kholidays-${KFMIN}:6
+       >=kde-frameworks/ki18n-${KFMIN}:6
+       >=kde-frameworks/kiconthemes-${KFMIN}:6
+       >=kde-frameworks/kio-6.22.1:6
+       >=kde-frameworks/kitemmodels-${KFMIN}:6
+       >=kde-frameworks/kjobwidgets-${KFMIN}:6
+       >=kde-frameworks/knotifications-${KFMIN}:6
+       >=kde-frameworks/knotifyconfig-${KFMIN}:6
+       >=kde-frameworks/kservice-${KFMIN}:6
+       >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
+       >=kde-frameworks/ktextwidgets-${KFMIN}:6
+       >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+       >=kde-frameworks/kwindowsystem-${KFMIN}:6[X?]
+       >=kde-frameworks/kxmlgui-${KFMIN}:6
+       >=media-video/mpv-0.37.0:=[libmpv]
+       pim? (
+               >=kde-apps/akonadi-${PVCUT}:6=
+               >=kde-apps/akonadi-contacts-${PVCUT}:6=
+               >=kde-apps/akonadi-mime-${PVCUT}:6=
+               >=kde-apps/kmailtransport-${PVCUT}:6=
+       )
+       speech? ( >=dev-libs/ktextaddons-1.8.0:6[speech] )
+       X? ( x11-libs/libX11 )
+"
+RDEPEND="${COMMON_DEPEND}
+       pim? ( =kde-apps/kdepim-runtime-${PVCUT}*:6 )
+"
+DEPEND="${COMMON_DEPEND}
+       X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+       local mycmakeargs=(
+               -DENABLE_LIBMPV=ON # default upstream
+               -DENABLE_LIBVLC=OFF # OFF as long as it is Qt5-based
+               -DENABLE_AKONADI_PLUGIN=$(usex pim)
+               $(cmake_use_find_package speech KF6TextEditTextToSpeech)
+               -DWITHOUT_X11=$(usex !X)
+       )
+
+       ecm_src_configure
+}
+
+src_test() {
+       # LC_TIME bug 665626, 857012
+       # TZ bug https://bugs.kde.org/show_bug.cgi?id=445734
+       LC_TIME="C" TZ=UTC ecm_src_test
+}

Reply via email to