mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-apps/incidenceeditor: 22.12.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST incidenceeditor-22.08.3.tar.xz 560456 BLAKE2B 24102a45415be9f26691f0d9f004d6d022edd6d289aacfd503c1cba7683384438a36441f4010fa94c0792d986ee63e091d10efae919440913b567ba5d79556e2 SHA512 6c64f7cdb7a4ffeeedc2d7add007dba3224634440671e0328937910f422330ed2d0f209b8c1252321a4aeea091b5405f21fcf93fd365d10e794237062ec246bc
|
||||
DIST incidenceeditor-22.12.0.tar.xz 564876 BLAKE2B 23874d81f5fe5275c9e5bd8e39fa88d3dab175c3c543f6c35e3ae926312ae5752b0a2488f7e3b61eda7321219b56786685c41302b3b6db0c05d0006462e37ea8 SHA512 fecb30cc1533c07f73dd1d49459e9fe45186568d4e96eb505dab72fc3a5a2f45160dd276f778d6853d8d24ecee0686fa30232e9a0bb35270452f285d323d43a8
|
||||
|
||||
70
kde-apps/incidenceeditor/incidenceeditor-22.12.0.ebuild
Normal file
70
kde-apps/incidenceeditor/incidenceeditor-22.12.0.ebuild
Normal file
@@ -0,0 +1,70 @@
|
||||
# Copyright 1999-2022 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=5.99.0
|
||||
QTMIN=5.15.5
|
||||
VIRTUALX_REQUIRED="test"
|
||||
inherit ecm gear.kde.org
|
||||
|
||||
DESCRIPTION="Incidence editor for korganizer"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="5"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/kdiagram:5
|
||||
>=dev-qt/qtdbus-${QTMIN}:5
|
||||
>=dev-qt/qtgui-${QTMIN}:5
|
||||
>=dev-qt/qtwidgets-${QTMIN}:5
|
||||
>=kde-apps/akonadi-${PVCUT}:5
|
||||
>=kde-apps/akonadi-calendar-${PVCUT}:5
|
||||
>=kde-apps/akonadi-contacts-${PVCUT}:5
|
||||
>=kde-apps/akonadi-mime-${PVCUT}:5
|
||||
>=kde-apps/calendarsupport-${PVCUT}:5
|
||||
>=kde-apps/eventviews-${PVCUT}:5
|
||||
>=kde-apps/kcalutils-${PVCUT}:5
|
||||
>=kde-apps/kidentitymanagement-${PVCUT}:5
|
||||
>=kde-apps/kldap-${PVCUT}:5
|
||||
>=kde-apps/kmailtransport-${PVCUT}:5
|
||||
>=kde-apps/kmime-${PVCUT}:5
|
||||
>=kde-apps/libkdepim-${PVCUT}:5
|
||||
>=kde-apps/pimcommon-${PVCUT}:5
|
||||
>=kde-frameworks/kcalendarcore-${KFMIN}:5
|
||||
>=kde-frameworks/kcodecs-${KFMIN}:5
|
||||
>=kde-frameworks/kcompletion-${KFMIN}:5
|
||||
>=kde-frameworks/kconfig-${KFMIN}:5
|
||||
>=kde-frameworks/kconfigwidgets-${KFMIN}:5
|
||||
>=kde-frameworks/kcontacts-${KFMIN}:5
|
||||
>=kde-frameworks/kcoreaddons-${KFMIN}:5
|
||||
>=kde-frameworks/ki18n-${KFMIN}:5
|
||||
>=kde-frameworks/kiconthemes-${KFMIN}:5
|
||||
>=kde-frameworks/kio-${KFMIN}:5
|
||||
>=kde-frameworks/kitemmodels-${KFMIN}:5
|
||||
>=kde-frameworks/kjobwidgets-${KFMIN}:5
|
||||
>=kde-frameworks/kservice-${KFMIN}:5
|
||||
>=kde-frameworks/ktextwidgets-${KFMIN}:5
|
||||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
|
||||
>=kde-frameworks/kxmlgui-${KFMIN}:5
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
test? ( >=kde-apps/akonadi-${PVCUT}:5[mysql,postgres,sqlite] )
|
||||
"
|
||||
BDEPEND="
|
||||
test? ( >=kde-apps/akonadi-${PVCUT}:5[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