New package: kcontacts-17.12.0

Closes: #10657 [via git-merge-pr]
This commit is contained in:
Helmut Pozimski 2018-01-08 19:57:10 +01:00 committed by Jürgen Buchmüller
parent f1d020d777
commit c075d3ca0c
4 changed files with 28 additions and 0 deletions

View File

@ -3056,3 +3056,4 @@ libembb_base_cpp.so embb-devel-1.0.0_1
libembb_base_c.so embb-devel-1.0.0_1
libmatio.so.4 matio-1.5.11_1
libhpdf.so Haru-devel-2.3.0_1
libKF5Contacts.so.5 kcontacts-17.12.0_1

1
srcpkgs/kcontacts-devel Symbolic link
View File

@ -0,0 +1 @@
kcontacts

View File

@ -0,0 +1,24 @@
# Template file for 'kcontacts'
pkgname=kcontacts
version=17.12.0
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python"
makedepends="qt5-devel kcoreaddons-devel ki18n-devel kconfig-devel kcodecs-devel"
short_desc="Address book API for KDE"
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="LGPL-2.1"
homepage="https://projects.kde.org/projects/applications/kcontacts"
distfiles="https://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz"
checksum=74ad859a0a98eb159bfcf4462fdd18d43477b7f6d1a2f2218dd4b61ac5faa80c
kcontacts-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
}
}

2
srcpkgs/kcontacts/update Normal file
View File

@ -0,0 +1,2 @@
site="https://download.kde.org/stable/applications/"
pattern='href="\K[\d\.]+(?=/")'