summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-07-03 18:58:07 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-07-04 13:50:35 +0200
commit468ce829d787d6cf5061dbc624fd7f36add6107f (patch)
tree7e2b9bc8d019c4216e2f3502bcd2346a7ab21945 /kde-apps/mailcommon
parentkde-apps/libktnef: 24.05.2 version bump (diff)
downloadgentoo-468ce829d787d6cf5061dbc624fd7f36add6107f.tar.gz
gentoo-468ce829d787d6cf5061dbc624fd7f36add6107f.tar.bz2
gentoo-468ce829d787d6cf5061dbc624fd7f36add6107f.zip
kde-apps/mailcommon: 24.05.2 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-24.05.2.ebuild57
2 files changed, 58 insertions, 0 deletions
diff --git a/kde-apps/mailcommon/Manifest b/kde-apps/mailcommon/Manifest
index e49c856b5fba..4efb29251b63 100644
--- a/kde-apps/mailcommon/Manifest
+++ b/kde-apps/mailcommon/Manifest
@@ -1,2 +1,3 @@
DIST mailcommon-23.08.5.tar.xz 763084 BLAKE2B cade987499bfcb1f5761a9f627517b14089b7a644c501c76076a16e35131f2c4fec17b8bc38340277527ae553bd2a85ddd3bb8df3d5719d6ad3bdda7bb9ce92d SHA512 d60539384fb54bfaf7ae527a7f2e9786e9eee91b27b96a2e8a59c97ec276080d6bededde3df22c828126a44f797e6372e2838b7561f0f8c819392831555fb181
DIST mailcommon-24.05.1.tar.xz 772556 BLAKE2B e969fe9b188e3b85386d3704bdcfac2d5bd232b073b8ec2524aa40be8d6fd6916392019fb3a5bc8a701753da90f0576956ba65b4df2c2b830cb46a66ae64f8ec SHA512 fc3d9c1a4f9dce50bedaeb409561fefb0e428fccf375e32e76bfa6482276f48abbfab5173cd437da1cb1333a70c3e9412020eaf0bcf08f6212148f1b3a778d87
+DIST mailcommon-24.05.2.tar.xz 773152 BLAKE2B b2ba2a64b8c314380e51f3c4cad9bb87e79861bc46d7eacd6025e96fdafa49bbd6cbf611c96daaa898f85d8187ab650baae8516ac523e41c43018746ada0ee43 SHA512 adf287b1ece2ed41d9a2498c72597ccb7798a5c051b71afd6b5ae252e0e67a75e3fa6526879acd0b65cf424a1052c2e0cf4c4ef5bd3bdd5200e3e8e342f20033
diff --git a/kde-apps/mailcommon/mailcommon-24.05.2.ebuild b/kde-apps/mailcommon/mailcommon-24.05.2.ebuild
new file mode 100644
index 000000000000..b7b308f8951b
--- /dev/null
+++ b/kde-apps/mailcommon/mailcommon-24.05.2.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_DESIGNERPLUGIN="true"
+ECM_QTHELP="true"
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-3)
+KFMIN=6.3.0
+QTMIN=6.6.2
+inherit ecm gear.kde.org
+
+DESCRIPTION="Common mail library"
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="6"
+KEYWORDS="~amd64 ~arm64"
+IUSE=""
+
+RESTRICT="test"
+
+DEPEND="
+ >=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6]
+ >=dev-libs/ktextaddons-1.5.4:6
+ >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
+ >=dev-qt/qtmultimedia-${QTMIN}:6
+ >=kde-apps/akonadi-${PVCUT}:6
+ >=kde-apps/akonadi-contacts-${PVCUT}:6
+ >=kde-apps/akonadi-mime-${PVCUT}:6
+ >=kde-apps/kmailtransport-${PVCUT}:6
+ >=kde-apps/kmime-${PVCUT}:6
+ >=kde-apps/kpimtextedit-${PVCUT}:6
+ >=kde-apps/libkdepim-${PVCUT}:6
+ >=kde-apps/mailimporter-${PVCUT}:6
+ >=kde-apps/messagelib-${PVCUT}:6
+ >=kde-apps/pimcommon-${PVCUT}:6
+ >=kde-frameworks/karchive-${KFMIN}:6
+ >=kde-frameworks/kcodecs-${KFMIN}:6
+ >=kde-frameworks/kcompletion-${KFMIN}:6
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kcontacts-${KFMIN}:6
+ >=kde-frameworks/kdbusaddons-${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/kitemviews-${KFMIN}:6
+ >=kde-frameworks/ktextwidgets-${KFMIN}:6
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+ >=kde-frameworks/kwindowsystem-${KFMIN}:6
+ >=kde-frameworks/kxmlgui-${KFMIN}:6
+ >=kde-frameworks/syntax-highlighting-${KFMIN}:6
+ >=media-libs/phonon-4.12.0[qt6]
+"
+RDEPEND="${DEPEND}"