summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-01-07 13:58:10 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-01-07 18:28:50 +0100
commitafffcafda3efde8b52634da287fc57ed4470cf92 (patch)
treebe211f06e1d446467b2721a821b7f32bd57e91c8 /kde-apps/pimcommon
parentkde-apps/pim-sieve-editor: 20.12.1 version bump (diff)
downloadgentoo-afffcafda3efde8b52634da287fc57ed4470cf92.tar.gz
gentoo-afffcafda3efde8b52634da287fc57ed4470cf92.tar.bz2
gentoo-afffcafda3efde8b52634da287fc57ed4470cf92.zip
kde-apps/pimcommon: 20.12.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/pimcommon')
-rw-r--r--kde-apps/pimcommon/Manifest1
-rw-r--r--kde-apps/pimcommon/pimcommon-20.12.1.ebuild69
2 files changed, 70 insertions, 0 deletions
diff --git a/kde-apps/pimcommon/Manifest b/kde-apps/pimcommon/Manifest
index a9d7fb65eab9..8a0275655681 100644
--- a/kde-apps/pimcommon/Manifest
+++ b/kde-apps/pimcommon/Manifest
@@ -1,2 +1,3 @@
DIST pimcommon-20.08.3.tar.xz 357152 BLAKE2B 9a0dd228d9997bd891b2247fdf2fc6feeefa3606234ba69d1e335234f40a7b9031285882d95cc62b3b4a380a29dbed58647aafd5e93dddbeb79d8ffd8cc4e945 SHA512 873fa273dd06eff2d488926c3d359f7fd0b56276eb6fcbb3bffb83207631902479b3751dbeae1525c07d24a2f284a05e9054f71a9497867a461040363cd75a2d
DIST pimcommon-20.12.0.tar.xz 361936 BLAKE2B a116270edeed29fb062d5c160a29f379bcd06b772817beea59e761912f41d24010aeab52e67dc380da8d3b5c18e7360cbd4e731385645ee070098c8258fc38c3 SHA512 26a450fe0e9d811f368b488f5179e0d0452b8cfc18af4a24135b78306a2f09f10f2ace0a13e7c2c4c2694712f60b0788c45da437885c29d0d456581259b23504
+DIST pimcommon-20.12.1.tar.xz 364268 BLAKE2B 06b674b75eaac4b5fa486f4586826526383e79ef72f1adb211f32a5ed00b7d651c5aa409f9cdeca0d8175cd6623064678b9332c680ad06fb980d8c431e81b546 SHA512 71edb76bcebf7a18656891847fcdc6970b2117089d36b2bb5adaf7dfec29fdd377c1a91626ca7297f73d6dd33ba4700d5c97d40c78dbc0d6b004c182bb1ee002
diff --git a/kde-apps/pimcommon/pimcommon-20.12.1.ebuild b/kde-apps/pimcommon/pimcommon-20.12.1.ebuild
new file mode 100644
index 000000000000..955ef54f315c
--- /dev/null
+++ b/kde-apps/pimcommon/pimcommon-20.12.1.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_DESIGNERPLUGIN="true"
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-3)
+KFMIN=5.75.0
+QTMIN=5.15.1
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Common PIM libraries"
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+BDEPEND="
+ dev-libs/libxslt
+"
+COMMON_DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtnetwork-${QTMIN}:5
+ >=dev-qt/qtprintsupport-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=dev-qt/qtxml-${QTMIN}:5
+ >=kde-apps/akonadi-${PVCUT}:5
+ >=kde-apps/akonadi-contacts-${PVCUT}:5
+ >=kde-apps/akonadi-search-${PVCUT}:5
+ >=kde-apps/kimap-${PVCUT}:5
+ >=kde-apps/kldap-${PVCUT}:5
+ >=kde-apps/kpimtextedit-${PVCUT}:5
+ >=kde-apps/libkdepim-${PVCUT}:5
+ >=kde-frameworks/karchive-${KFMIN}:5
+ >=kde-frameworks/kcmutils-${KFMIN}:5
+ >=kde-frameworks/kcodecs-${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/kio-${KFMIN}:5
+ >=kde-frameworks/kitemmodels-${KFMIN}:5
+ >=kde-frameworks/kjobwidgets-${KFMIN}:5
+ >=kde-frameworks/knewstuff-${KFMIN}:5
+ >=kde-frameworks/kservice-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+ >=kde-frameworks/kxmlgui-${KFMIN}:5
+ >=kde-frameworks/purpose-${KFMIN}:5
+"
+DEPEND="${COMMON_DEPEND}
+ test? ( >=kde-apps/kmime-${PVCUT}:5 )
+"
+RDEPEND="${COMMON_DEPEND}
+ !<kde-apps/libkdepim-20.07.80:5
+"
+
+src_test() {
+ # bugs 641730, 661330
+ local myctestargs=(
+ -E "(autocorrectiontest|pimcommon-translator-translatortest)"
+ )
+
+ ecm_src_test
+}