commit: 168dd7b02402f8218eb433e519752f2d52b1594e Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Dec 6 17:36:43 2022 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Dec 6 17:42:02 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=168dd7b0
kde-frameworks/kemoticons: 5.101.0 version bump Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> .../kemoticons/kemoticons-5.101.0.ebuild | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/kde-frameworks/kemoticons/kemoticons-5.101.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.101.0.ebuild new file mode 100644 index 0000000000..6ba8306059 --- /dev/null +++ b/kde-frameworks/kemoticons/kemoticons-5.101.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.5 +VIRTUALX_REQUIRED="test" +inherit ecm frameworks.kde.org + +DESCRIPTION="Framework for converting text emoticons to graphical representations" +LICENSE="LGPL-2.1+" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="" + +# requires running kde environment +RESTRICT="test" + +DEPEND=" + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtxml-${QTMIN}:5 + =kde-frameworks/karchive-${PVCUT}*:5 + =kde-frameworks/kconfig-${PVCUT}*:5 + =kde-frameworks/kcoreaddons-${PVCUT}*:5 + =kde-frameworks/kservice-${PVCUT}*:5 +" +RDEPEND="${DEPEND}"