mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 23:08:09 -07:00
kde-apps/incidenceeditor: 25.08.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST incidenceeditor-25.08.2.tar.xz 606928 BLAKE2B 53bf13fca9a6f72c1db7e524f2a5e5b2d93b030a56a89ed634b8207577496cfe70bc4a9c77f3d3a1b74ebb9eb84463fa0e3d6da7871411c1cdfe14bd39993442 SHA512 6306a0e5a1d7d2793b6c1bd9cca9e62619d21b9aad7d4c57cbe95ffbf051642265a318d322fa1fc48803f9b6991f8e8f388871b09b88655efdffe1d30b5c276e
|
||||
DIST incidenceeditor-25.08.3.tar.xz 606936 BLAKE2B 14402448c4ef7b2a88f2c92fa79f98b1959b63ebb2a71176a202fade196219f2ab5deb9654233bbfe2198a47ecfc8dd63dd9ae4c41708f7c340d3dab897f7655 SHA512 b7f219b86c90c39652df116e57576d8e8cee42dac4c5c0f59f17cc62a16664ff31432c7518cb0c13256d7b88de32fbe6b32d3bc3d815197b3827c93a2597a25c
|
||||
|
||||
68
kde-apps/incidenceeditor/incidenceeditor-25.08.3.ebuild
Normal file
68
kde-apps/incidenceeditor/incidenceeditor-25.08.3.ebuild
Normal file
@@ -0,0 +1,68 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
ECM_QTHELP="true"
|
||||
ECM_TEST="true"
|
||||
PVCUT=$(ver_cut 1-3)
|
||||
KFMIN=6.16.0
|
||||
QTMIN=6.9.1
|
||||
inherit ecm gear.kde.org
|
||||
|
||||
DESCRIPTION="Incidence editor for KOrganizer"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="6/$(ver_cut 1-2)"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/kdiagram:6
|
||||
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
|
||||
>=kde-apps/akonadi-${PVCUT}:6=
|
||||
>=kde-apps/akonadi-calendar-${PVCUT}:6=
|
||||
>=kde-apps/akonadi-contacts-${PVCUT}:6=
|
||||
>=kde-apps/akonadi-mime-${PVCUT}:6=
|
||||
>=kde-apps/calendarsupport-${PVCUT}:6=
|
||||
>=kde-apps/eventviews-${PVCUT}:6=
|
||||
>=kde-apps/kcalutils-${PVCUT}:6=
|
||||
>=kde-apps/kidentitymanagement-${PVCUT}:6=
|
||||
>=kde-apps/kldap-${PVCUT}:6=
|
||||
>=kde-apps/kmime-${PVCUT}:6=
|
||||
>=kde-apps/kpimtextedit-${PVCUT}:6=
|
||||
>=kde-apps/libkdepim-${PVCUT}:6=
|
||||
>=kde-apps/pimcommon-${PVCUT}:6=
|
||||
>=kde-frameworks/kcalendarcore-${KFMIN}:6
|
||||
>=kde-frameworks/kcodecs-${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/kguiaddons-${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/kservice-${KFMIN}:6
|
||||
>=kde-frameworks/ktextwidgets-${KFMIN}:6
|
||||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kxmlgui-${KFMIN}:6
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
test? ( kde-apps/akonadi-config[mysql,postgres,sqlite] )
|
||||
"
|
||||
BDEPEND="
|
||||
test? ( >=kde-apps/akonadi-${PVCUT}:6[tools] )
|
||||
"
|
||||
|
||||
src_test() {
|
||||
# Paths exceed unix domain socket limit, bugs 770775 and 837182
|
||||
local myctestargs=(
|
||||
-E "(akonadi-mysql-incidencedatetimetest|akonadi-pgsql-incidencedatetimetest|akonadi-sqlite-incidencedatetimetest)"
|
||||
)
|
||||
|
||||
ecm_src_test
|
||||
}
|
||||
Reference in New Issue
Block a user