diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-10-07 20:51:53 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-10-07 21:56:45 +0200 |
commit | 67ca70a8712aff0fe06c7efe54e5b9f78c8f48f9 (patch) | |
tree | fdaa32cd91cee46e90968c841b556a11245d4326 /kde-apps/akonadi-notes/akonadi-notes-21.08.2.ebuild | |
parent | kde-apps/akonadi-mime: 21.08.2 version bump (diff) | |
download | gentoo-67ca70a8712aff0fe06c7efe54e5b9f78c8f48f9.tar.gz gentoo-67ca70a8712aff0fe06c7efe54e5b9f78c8f48f9.tar.bz2 gentoo-67ca70a8712aff0fe06c7efe54e5b9f78c8f48f9.zip |
kde-apps/akonadi-notes: 21.08.2 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/akonadi-notes/akonadi-notes-21.08.2.ebuild')
-rw-r--r-- | kde-apps/akonadi-notes/akonadi-notes-21.08.2.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/kde-apps/akonadi-notes/akonadi-notes-21.08.2.ebuild b/kde-apps/akonadi-notes/akonadi-notes-21.08.2.ebuild new file mode 100644 index 000000000000..ce43d03c06b6 --- /dev/null +++ b/kde-apps/akonadi-notes/akonadi-notes-21.08.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="true" +PVCUT=$(ver_cut 1-3) +KFMIN=5.84.0 +QTMIN=5.15.2 +inherit ecm kde.org + +DESCRIPTION="Library for akonadi notes integration" + +LICENSE="GPL-2+" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtxml-${QTMIN}:5 + >=kde-apps/kmime-${PVCUT}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 +" +RDEPEND="${DEPEND}" |