summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-07-09 12:00:08 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-07-09 17:37:57 +0200
commit6681221c0e8d618a2739f2381a5de5cd427e40c9 (patch)
treeb1c25829d0815e3b1cbaa5782276cb75a9ff840f /kde-apps/mailcommon
parentkde-apps/libktnef: 20.04.3 version bump (diff)
downloadgentoo-6681221c0e8d618a2739f2381a5de5cd427e40c9.tar.gz
gentoo-6681221c0e8d618a2739f2381a5de5cd427e40c9.tar.bz2
gentoo-6681221c0e8d618a2739f2381a5de5cd427e40c9.zip
kde-apps/mailcommon: 20.04.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/mailcommon')
-rw-r--r--kde-apps/mailcommon/Manifest1
-rw-r--r--kde-apps/mailcommon/mailcommon-20.04.3.ebuild62
2 files changed, 63 insertions, 0 deletions
diff --git a/kde-apps/mailcommon/Manifest b/kde-apps/mailcommon/Manifest
index 2fddbe108bff..548196085405 100644
--- a/kde-apps/mailcommon/Manifest
+++ b/kde-apps/mailcommon/Manifest
@@ -1,2 +1,3 @@
DIST mailcommon-19.12.3.tar.xz 700376 BLAKE2B 2ee65d731290740288fceb72b186ff132fc66b6a6022bb112960a35597e81172dd0c0edc030e851b85c6a0d9ba2cc9f6901b6356cd55f5332dd169a51c20d116 SHA512 3f7cea9ff5f7a649f58d0c1e8404f2d9df0557e54ccb2806eb556a5ebdd3c06e2f50fe06d1916faef836f2b9c192baa958991d733523b6cb85e8f428b9663161
DIST mailcommon-20.04.2.tar.xz 707424 BLAKE2B 4f3eb67e18ed3e4e3cb11c9bfb028b8397c4007f69732f1f2e404fdd495e5e0b9961ec2e85454b33d7c9b1837450ebb425e31d2882c11620e18d738eba264299 SHA512 c792717cc3370e18d1a4f783415080730845ed8f477a7f7a97ee5f1737cf348a47bad02a91c0e8208ed386ececce524e93121b963c8cd865cf07e4eaa27985e6
+DIST mailcommon-20.04.3.tar.xz 707292 BLAKE2B 318c1f0384f6308ced4bed1b1534d73160341a3e9a96f0c8cc4eb5aaf7c20a579e7ee3dabe61eae73946f06faccce90668244ff114ca2b4da6e62f793a6f56e2 SHA512 1de1f3d60ad3010029e95847a2eb9fb4b2df19c550e4378e12cf0a48fb44fc3ae11f834139b0f9fe55b887c1006d71d83168ad3e801694549df010d4048b11c0
diff --git a/kde-apps/mailcommon/mailcommon-20.04.3.ebuild b/kde-apps/mailcommon/mailcommon-20.04.3.ebuild
new file mode 100644
index 000000000000..01db700b582b
--- /dev/null
+++ b/kde-apps/mailcommon/mailcommon-20.04.3.ebuild
@@ -0,0 +1,62 @@
+# 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.70.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 qtwidgets subslot operator when QT_MINIMAL >= 5.15.0
+BDEPEND="
+ dev-libs/libxslt
+"
+DEPEND="
+ >=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"