New package: kpeople-5.26.0

This commit is contained in:
Denis Revin 2016-10-13 15:35:17 +04:00
parent e6b046e0c7
commit c485f66115
3 changed files with 27 additions and 0 deletions

View file

@ -2673,6 +2673,7 @@ libKF5TextEditor.so.5 ktexteditor-5.26.0_1
libKF5Plasma.so.5 plasma-framework-5.26.0_1
libKF5PlasmaQuick.so.5 plasma-framework-5.26.0_1
libKF5ModemManagerQt.so.6 modemmanager-qt5-5.26.0_1
libKF5People.so.5 kpeople-5.26.0_1
liblmdb.so.0 lmdb-0.9.18_2
libisns.so.0 libisns-0.96_1
libz80ex.so.1 z80ex-1.1.21_1

1
srcpkgs/kpeople-devel Symbolic link
View file

@ -0,0 +1 @@
kpeople

25
srcpkgs/kpeople/template Normal file
View file

@ -0,0 +1,25 @@
# Template file for 'kpeople'
pkgname=kpeople
version=5.26.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules"
makedepends="kitemviews-devel kservice-devel kwidgetsaddons-devel qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds"
short_desc="Provides access to all contacts and aggregates them by person"
maintainer="Denis Revin <denis.revin@gmail.com>"
license="LGPL-2"
homepage="https://projects.kde.org/projects/frameworks/kpeople"
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=57957316a0222c42c7815d200a60ae53952c73df1692f78e5cd60b19fcaea9ff
kpeople-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
}
}