summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-07-10 18:45:15 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-07-11 22:46:21 +0200
commit53fc54609e8f20023d187db6da9b46493ebe19a9 (patch)
tree5164fa1974254c33e7ca3929b94dfd6b9dd30df2 /kde-frameworks/kpty/kpty-5.84.0.ebuild
parentkde-frameworks/kpeople: 5.84.0 version bump (diff)
downloadgentoo-53fc54609e8f20023d187db6da9b46493ebe19a9.tar.gz
gentoo-53fc54609e8f20023d187db6da9b46493ebe19a9.tar.bz2
gentoo-53fc54609e8f20023d187db6da9b46493ebe19a9.zip
kde-frameworks/kpty: 5.84.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kpty/kpty-5.84.0.ebuild')
-rw-r--r--kde-frameworks/kpty/kpty-5.84.0.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/kde-frameworks/kpty/kpty-5.84.0.ebuild b/kde-frameworks/kpty/kpty-5.84.0.ebuild
new file mode 100644
index 000000000000..57656f492184
--- /dev/null
+++ b/kde-frameworks/kpty/kpty-5.84.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PVCUT=$(ver_cut 1-2)
+inherit ecm kde.org
+
+DESCRIPTION="Framework for pseudo terminal devices and running child processes"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~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
+}