summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-08-13 13:16:08 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-08-13 17:45:10 +0200
commite69f3a96f2c06d4a017dcc3a99c96da0a916e7bc (patch)
tree3c031de2de055aeab730d32ef76665ec0e6e620d
parentkde-apps/libktnef: 20.08.0 version bump (diff)
downloadgentoo-e69f3a96f2c06d4a017dcc3a99c96da0a916e7bc.tar.gz
gentoo-e69f3a96f2c06d4a017dcc3a99c96da0a916e7bc.tar.bz2
gentoo-e69f3a96f2c06d4a017dcc3a99c96da0a916e7bc.zip
kde-apps/mailcommon: 20.08.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/mailcommon/Manifest1
-rw-r--r--kde-apps/mailcommon/mailcommon-20.08.0.ebuild63
2 files changed, 64 insertions, 0 deletions
diff --git a/kde-apps/mailcommon/Manifest b/kde-apps/mailcommon/Manifest
index 2f8e1d107d81..49667b483ed8 100644
--- a/kde-apps/mailcommon/Manifest
+++ b/kde-apps/mailcommon/Manifest
@@ -1 +1,2 @@
DIST mailcommon-20.04.3.tar.xz 707292 BLAKE2B 318c1f0384f6308ced4bed1b1534d73160341a3e9a96f0c8cc4eb5aaf7c20a579e7ee3dabe61eae73946f06faccce90668244ff114ca2b4da6e62f793a6f56e2 SHA512 1de1f3d60ad3010029e95847a2eb9fb4b2df19c550e4378e12cf0a48fb44fc3ae11f834139b0f9fe55b887c1006d71d83168ad3e801694549df010d4048b11c0
+DIST mailcommon-20.08.0.tar.xz 708336 BLAKE2B 1dfd0f936c3afd41382db821f5b8972ca9bb9d240bf25ba98f469d173931ab3b0bd48ed95909674d4014b42f78240ef8ea1c73d410657048ff3c8d43c2d17dc5 SHA512 f8aecc91805227124c3c3ea8e9222f635efd2bab8df880505ee91f7f6ac3b820359ade8e7024cf5a5de2dad554d44caea448c631a721d87986a8af3e86298f8a
diff --git a/kde-apps/mailcommon/mailcommon-20.08.0.ebuild b/kde-apps/mailcommon/mailcommon-20.08.0.ebuild
new file mode 100644
index 000000000000..75d31e9a0636
--- /dev/null
+++ b/kde-apps/mailcommon/mailcommon-20.08.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2020 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.72.0
+QTMIN=5.14.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Common mail library"
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+# drop qtcore subslot operator when QT_MINIMAL >= 5.15.0
+BDEPEND="
+ dev-libs/libxslt
+"
+DEPEND="
+ >=dev-qt/qtcore-${QTMIN}:5=
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtmultimedia-${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-mime-${PVCUT}:5
+ >=kde-apps/kmailtransport-${PVCUT}:5
+ >=kde-apps/kmime-${PVCUT}:5
+ >=kde-apps/kpimtextedit-${PVCUT}:5
+ >=kde-apps/libkdepim-${PVCUT}:5
+ >=kde-apps/mailimporter-${PVCUT}:5
+ >=kde-apps/messagelib-${PVCUT}:5
+ >=kde-apps/pimcommon-${PVCUT}:5
+ >=kde-frameworks/karchive-${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/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kiconthemes-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kitemmodels-${KFMIN}:5
+ >=kde-frameworks/kitemviews-${KFMIN}:5
+ >=kde-frameworks/ktextwidgets-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+ >=kde-frameworks/kwindowsystem-${KFMIN}:5
+ >=kde-frameworks/kxmlgui-${KFMIN}:5
+ >=kde-frameworks/syntax-highlighting-${KFMIN}:5
+ >=media-libs/phonon-4.10.90
+"
+RDEPEND="${DEPEND}"
+
+RESTRICT+=" test"