diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-03-24 16:32:19 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-03-25 07:19:16 +0100 |
commit | 5c33682f2b4bee15372d1c96efc79f1899a3363a (patch) | |
tree | 7e7af0e82c33c7386f47bb6a152e0f8bc44b8769 /kde-apps/akonadi-mime | |
parent | kde-apps/akonadi-import-wizard: 22.04.49.9999 version bump (diff) | |
download | kde-5c33682f2b4bee15372d1c96efc79f1899a3363a.tar.gz kde-5c33682f2b4bee15372d1c96efc79f1899a3363a.tar.bz2 kde-5c33682f2b4bee15372d1c96efc79f1899a3363a.zip |
kde-apps/akonadi-mime: 22.04.49.9999 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/akonadi-mime')
-rw-r--r-- | kde-apps/akonadi-mime/akonadi-mime-22.04.49.9999.ebuild | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/kde-apps/akonadi-mime/akonadi-mime-22.04.49.9999.ebuild b/kde-apps/akonadi-mime/akonadi-mime-22.04.49.9999.ebuild new file mode 100644 index 0000000000..ac816cad16 --- /dev/null +++ b/kde-apps/akonadi-mime/akonadi-mime-22.04.49.9999.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_QTHELP="true" +ECM_TEST="true" +PVCUT=$(ver_cut 1-3) +KFMIN=5.92.0 +QTMIN=5.15.2 +inherit ecm kde.org + +DESCRIPTION="Library for akonadi mime types" + +LICENSE="GPL-2+ LGPL-2.1+" +SLOT="5" +KEYWORDS="" +IUSE="" + +# some akonadi tests time out, that probably needs more work as it's ~700 tests +RESTRICT="test" + +DEPEND=" + dev-libs/libxslt + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=kde-apps/akonadi-${PVCUT}:5 + >=kde-apps/kmime-${PVCUT}:5 + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kio-${KFMIN}:5 + >=kde-frameworks/kitemmodels-${KFMIN}:5 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 + >=kde-frameworks/kxmlgui-${KFMIN}:5 +" +RDEPEND="${DEPEND}" |