mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-apps/kalarm: 25.04.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST kalarm-24.12.3.tar.xz 2648416 BLAKE2B 16cbc23c6752d6fdf7befb458580387c8d02f48c538d8c719370d88ffd2b0837ee189e731cb99cda3c9a71bbe4599a7543f0e02804883a54b8ac842cdb986f3b SHA512 47945cfa9e2f1af590f7fcde523da04043331545eced9f7ba934f54609195013f4461e292901042e3ec28d60b337adae1da6e947afe0d9e2222fa1337e32c3ce
|
||||
DIST kalarm-25.04.0.tar.xz 2679792 BLAKE2B 7d168e53a83fd46a3a02ee4d0ee5c1defe0414af3856d498523b0b5619a5f029e7557c223babea7061d25a487b94bf52b7efd00eca4c1be535b57f74853dcbcd SHA512 7ffb39cb65490a8d5ce5ad32813ee93c9991d5ace29fa4eaaacd0166d92ec32e75f8819fe8900c862b981b44adfc0304741dac0ca9f0a5574b6c660b1813ea09
|
||||
DIST kalarm-25.04.1.tar.xz 2684312 BLAKE2B 25529a561c2c283464f46a8c6c7b1afe764578f81fbab467ab8594bec729cde06dd1b8db74a495b7f9473c949b771a478747661e5ed622c6b208da322ea93ce0 SHA512 86d7b9eaac8e108ad493aba03a6a506bc890dc1472799c1f37c3fdfbe6eb56aadd0b00db2fcf6084691388a662ced7f574fa01a31018bf431df326a50d13c7ac
|
||||
|
||||
89
kde-apps/kalarm/kalarm-25.04.1.ebuild
Normal file
89
kde-apps/kalarm/kalarm-25.04.1.ebuild
Normal file
@@ -0,0 +1,89 @@
|
||||
# Copyright 1999-2025 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.13.0
|
||||
QTMIN=6.7.2
|
||||
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="mpv +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
|
||||
mpv? ( >=media-video/mpv-0.37.0:=[libmpv] )
|
||||
!mpv? ( media-video/vlc:= )
|
||||
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.5.4:6[speech] )
|
||||
X? ( x11-libs/libX11 )
|
||||
"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
pim? ( >=kde-apps/kdepim-runtime-${PVCUT}:6 )
|
||||
"
|
||||
# kde-apps/kidentitymanagement through its cmake module forces
|
||||
# kpimtextedit[speech=] in order not to break w/ kalarm[-speech]
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
>=kde-apps/kpimtextedit-${PVCUT}:6[speech=]
|
||||
X? ( x11-base/xorg-proto )
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DENABLE_LIBMPV=$(usex mpv)
|
||||
-DENABLE_LIBVLC=$(usex !mpv)
|
||||
-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