New package: kf6-kpty-6.1.0

This commit is contained in:
John 2024-02-29 22:25:17 +01:00 committed by Đoàn Trần Công Danh
parent 448698e169
commit 4b00b8cb6f
3 changed files with 27 additions and 0 deletions

View File

@ -1991,6 +1991,7 @@ libKF6People.so.6 kf6-kpeople-6.0.0_1
libKF6PeopleBackend.so.6 kf6-kpeople-6.0.0_1
libKF6PeopleWidgets.so.6 kf6-kpeople-6.0.0_1
libKF6Plotting.so.6 kf6-kplotting-6.0.0_1
libKF6Pty.so.6 kf6-kpty-6.0.0_1
libKF6Service.so.6 kf6-kservice-6.0.0_1
libKF6Solid.so.6 kf6-solid-6.0.0_1
libKF6Style.so.6 kf6-frameworkintegration-6.0.0_1

1
srcpkgs/kf6-kpty-devel Symbolic link
View File

@ -0,0 +1 @@
kf6-kpty

25
srcpkgs/kf6-kpty/template Normal file
View File

@ -0,0 +1,25 @@
# Template file for 'kf6-kpty'
pkgname=kf6-kpty
version=6.1.0
revision=1
build_style=cmake
configure_args="-DUTEMPTER_EXECUTABLE=/usr/lib/utempter/utempter"
hostmakedepends="extra-cmake-modules qt6-tools qt6-base
gettext"
makedepends="kf6-kcoreaddons-devel kf6-ki18n-devel libutempter-devel"
short_desc="KDE Interfacing with pseudo terminal devices"
maintainer="John <me@johnnynator.dev>"
license="LGPL-2.1-or-later"
homepage="https://invent.kde.org/frameworks/kpty"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
checksum=df226cd90ba6f773560404c799562b2764ad39d4f41f15105f2ed9f9b2cf59df
kf6-kpty-devel_package() {
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}