New package: kpty-5.26.0

This commit is contained in:
Denis Revin 2016-10-11 13:00:06 +04:00
parent 45c9072a7e
commit 98c80600d8
3 changed files with 27 additions and 0 deletions

View File

@ -2244,6 +2244,7 @@ libcalligrastageprivate.so.14 calligra-stage-2.9.7_1
libfts.so.0 musl-fts-1.2_2
libgavl.so.1 gavl-1.40_1
libmxml.so.1 mxml-2.9_1
libKF5Pty.so.5 kpty-5.26.0_1
libdovecot-sieve.so.0 dovecot-plugin-pigeonhole-0.4.9_2
libi3ipc-glib-1.0.so.0 i3ipc-glib-0.6.0_1
libcsound64.so.6.0 csound-6.05.0_1

1
srcpkgs/kpty-devel Symbolic link
View File

@ -0,0 +1 @@
kpty

25
srcpkgs/kpty/template Normal file
View File

@ -0,0 +1,25 @@
# Template file for 'kpty'
pkgname=kpty
version=5.26.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules"
makedepends="kcoreaddons-devel ki18n-devel libutempter-devel"
short_desc="KDE Interfacing with pseudo terminal devices"
maintainer="Denis Revin <denis.revin@gmail.com>"
license="LGPL-2"
homepage="https://projects.kde.org/projects/frameworks/kpty"
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=7574d548eacc5155d006963f696540559efd58c71a9657fd2eab133ace273fb8
kpty-devel_package() {
short_desc+=" - development"
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/qt5/mkspecs
vmove usr/lib/cmake
vmove usr/lib/*.so
}
}