diff options
author | 2022-10-08 19:59:22 +0200 | |
---|---|---|
committer | 2022-10-10 10:14:25 +0200 | |
commit | 4a7a498c19d5b30dd9a4b52c1cff2eb853b808a1 (patch) | |
tree | fa2b59a05f77efccbcdcb9ab82aba19b8cef9103 /kde-frameworks/kpty/kpty-5.99.0.ebuild | |
parent | kde-frameworks/kpeople: 5.99.0 version bump (diff) | |
download | gentoo-4a7a498c19d5b30dd9a4b52c1cff2eb853b808a1.tar.gz gentoo-4a7a498c19d5b30dd9a4b52c1cff2eb853b808a1.tar.bz2 gentoo-4a7a498c19d5b30dd9a4b52c1cff2eb853b808a1.zip |
kde-frameworks/kpty: 5.99.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kpty/kpty-5.99.0.ebuild')
-rw-r--r-- | kde-frameworks/kpty/kpty-5.99.0.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/kde-frameworks/kpty/kpty-5.99.0.ebuild b/kde-frameworks/kpty/kpty-5.99.0.ebuild new file mode 100644 index 000000000000..75e9f7b83ccf --- /dev/null +++ b/kde-frameworks/kpty/kpty-5.99.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PVCUT=$(ver_cut 1-2) +inherit ecm frameworks.kde.org + +DESCRIPTION="Framework for pseudo terminal devices and running child processes" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="" + +DEPEND=" + =kde-frameworks/kcoreaddons-${PVCUT}*:5 + =kde-frameworks/ki18n-${PVCUT}*:5 + sys-libs/libutempter +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DUTEMPTER_EXECUTABLE="${EPREFIX}/usr/sbin/utempter" + ) + + ecm_src_configure +} |