47 lines
1.6 KiB
Bash
47 lines
1.6 KiB
Bash
|
# Template file for 'akonadi5'
|
||
|
pkgname=akonadi5
|
||
|
version=17.12.1
|
||
|
revision=1
|
||
|
build_style=cmake
|
||
|
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python
|
||
|
shared-mime-info libxslt pkg-config"
|
||
|
makedepends="qt5-devel qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql
|
||
|
qt5-plugin-sqlite qt5-plugin-tds kcompletion-devel kconfigwidgets-devel
|
||
|
kdbusaddons-devel kiconthemes-devel kitemmodels-devel kio-devel sqlite-devel
|
||
|
qt5-tools-devel"
|
||
|
depends="shared-mime-info"
|
||
|
short_desc="PIM layer providing an asynchronous API to access PIM data"
|
||
|
conflicts="akonadi"
|
||
|
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||
|
license="LGPL-2.1"
|
||
|
homepage="https://community.kde.org/KDE_PIM/Akonadi"
|
||
|
distfiles="https://download.kde.org/stable/applications/${version}/src/akonadi-${version}.tar.xz"
|
||
|
checksum=1d488840bdc4f856b211c01ad31eb66027df41e2a59a8dc4691c99b8ea345c45
|
||
|
wrksrc="akonadi-${version}"
|
||
|
|
||
|
if [ "$CROSS_BUILD" ]; then
|
||
|
hostmakedepends+=" qt5-tools-devel qt5-devel kconfig"
|
||
|
fi
|
||
|
|
||
|
pre_build() {
|
||
|
if [ "$CROSS_BUILD" ]; then
|
||
|
sed -e "s?/usr/${XBPS_CROSS_TRIPLET}??g" \
|
||
|
-i build/src/private/protocolgen/CMakeFiles/protocolgen.dir/flags.make
|
||
|
sed -e "s?/usr/${XBPS_CROSS_TRIPLET}??g" \
|
||
|
-i build/src/private/protocolgen/CMakeFiles/protocolgen.dir/link.txt
|
||
|
sed -e 's!\&\& protocolgen!\&\& ../../bin/protocolgen!' \
|
||
|
-i build/src/private/CMakeFiles/generate_protocol.dir/build.make
|
||
|
fi
|
||
|
}
|
||
|
|
||
|
akonadi5-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
|
||
|
}
|
||
|
}
|