Skip to content

Commit

Permalink
kde-frameworks/kpty: 5.77.0 version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Dec 12, 2020
1 parent c977348 commit f7cf3cf
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-frameworks/kpty/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST kpty-5.74.0.tar.xz 57000 BLAKE2B 92e1f24eaf0002e6a0a255dc9f32488868c1b0597702bdc64f3c66f944717e6bf669a33a1e2432a76a765ad020adb4f1a4244a4af91a8adbdb79bb486eff4468 SHA512 2fda1f9598401e3993d4a0ad1988e92856e4c6b3b682aec0e57cd6434256274a31da43d44b0141531d61fee64120511dbe844dbef9ccf805307f33c9a0d60172
DIST kpty-5.76.0.tar.xz 56152 BLAKE2B ad5516856515b4053ab1f9022e4004d889663b5579fdd10bb29b8941ec88ec6bb2218ef541c5a90a7ce7b418508605c7112173a95b6b1a0bc06110b498c83d6d SHA512 b6666001ad07299f88f62c9c43c42efc14d94894fea7b95d6280b68960cfd27bedfe2a099fca25f16cea16570275a4c7a843fbfe54be39f0cfb087bf41a70fb7
DIST kpty-5.77.0.tar.xz 56080 BLAKE2B 94949dd6d685d12fc32c7da46ee21685f724a1ff0051063fba0f2a8e0369ff4e419fad4d3d1c716d59184c93112cf098c7b258152cbf1272a748c9b82148d496 SHA512 501bdf4102f77091ff49d6a79bf0ae3aa05e9d7a2a8fa34f7f39f0f0a8665437e783501219883102af7a10ce9cd811819a5187f1b7b85d0eeb6e9f5236fdc41c
27 changes: 27 additions & 0 deletions kde-frameworks/kpty/kpty-5.77.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Copyright 1999-2020 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
}

0 comments on commit f7cf3cf

Please sign in to comment.