parent
f1d020d777
commit
c075d3ca0c
|
@ -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
1
srcpkgs/kcontacts-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
kcontacts
|
24
srcpkgs/kcontacts/template
Normal file
24
srcpkgs/kcontacts/template
Normal 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
2
srcpkgs/kcontacts/update
Normal file
|
@ -0,0 +1,2 @@
|
|||
site="https://download.kde.org/stable/applications/"
|
||||
pattern='href="\K[\d\.]+(?=/")'
|
Loading…
Reference in New Issue
Block a user