mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 04:39:07 -07:00
kde-apps/kalarm: drop 26.04.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST kalarm-26.04.1.tar.xz 2745256 BLAKE2B d66a21205ad7963d99b7e2cd89735ff7078906537006325b07ac897ce6d69b5d30c3842cb7d031daf7e208fd5e3088a909df7c7f5b37d36660d17cf8b4fbe8e3 SHA512 4e2060074ab8dd0eb5466eeaea763d58717bfabd4a1fcaba93c1dde83cee661689f8cef0fab35010928878d579c4e4019f9281bddb6fa0867a1965f0124529f9
|
||||
DIST kalarm-26.04.3.tar.xz 2746276 BLAKE2B c09ff856126f0e51d969fd64490d1a727013a51dc2ede701289b89e4f30d1bb0b3bfe161dd4d55bae1660cf3da78cd732d3c875501811ce1879c087e86b85cd9 SHA512 a7b1e7566d88ce3b47add7933724bf16428e36034b7c826d1f859d963ea7691717c9f13f5c16ba56c868703f5255ad6438ad2958b4f9b48d0fd9f969f7c5b502
|
||||
|
||||
@@ -1,85 +0,0 @@
|
||||
# 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-${KFMIN}: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-2.0.1: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
|
||||
}
|
||||
Reference in New Issue
Block a user