New package: akonadi-contacts-17.12.1
Closes: #12510 [via git-merge-pr]
This commit is contained in:
parent
b6d07a31d1
commit
1b4e94ae55
|
@ -1516,6 +1516,8 @@ libwscodecs.so.1 libwireshark-2.4.1_1
|
|||
libwiretap.so.7 libwireshark-2.4.1_1
|
||||
libwireshark.so.9 libwireshark-2.4.5_1
|
||||
libwsutil.so.8 libwireshark-2.4.1_1
|
||||
libKF5ContactEditor.so.5 akonadi-contacts-17.12.1_1
|
||||
libKF5AkonadiContact.so.5 akonadi-contacts-17.12.1_1
|
||||
libKF5Prison.so.5 prison-5.43.0_1
|
||||
libKF5AkonadiMime.so.5 akonadi-mime-17.12.1_1
|
||||
libKF5Mime.so.5 kmime-17.12.1_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
akonadi-contacts
|
|
@ -0,0 +1,28 @@
|
|||
# Template file for 'akonadi-contacts'
|
||||
pkgname=akonadi-contacts
|
||||
version=17.12.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="extra-cmake-modules"
|
||||
makedepends="kio-devel kcontacts-devel kmime-devel akonadi-mime-devel prison-devel"
|
||||
short_desc="Libraries and daemons to implement Contact Management in Akonadi"
|
||||
maintainer="John <johnz@posteo.net>"
|
||||
license="LGPL-2.0-or-later GPL-2-or-later"
|
||||
homepage="https://community.kde.org/KDE_PIM/Akonadi"
|
||||
distfiles="https://download.kde.org/stable/applications/${version}/src/akonadi-contacts-${version}.tar.xz"
|
||||
checksum=214a9859ebb02a92f84a754f5670b7360c6883d8e2ef032c339f7f053bfffb89
|
||||
|
||||
if [ "$CROSS_BUILD" ];then
|
||||
hostmakedepends+=" qt5-qmake qt5-host-tools python3 kconfig"
|
||||
fi
|
||||
|
||||
akonadi-contacts-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/qt5/mkspecs
|
||||
vmove usr/lib/cmake
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue