New package: akonadi-mime-17.12.1

This commit is contained in:
John 2018-03-11 17:43:31 +01:00 committed by Michael Gehring
parent 70998e6a9a
commit ed394ef6d5
3 changed files with 30 additions and 0 deletions

View File

@ -1516,6 +1516,7 @@ 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
libKF5AkonadiMime.so.5 akonadi-mime-17.12.1_1
libKF5Mime.so.5 kmime-17.12.1_1
libtaskmanager.so.6 plasma-workspace-5.8.4_1
libfreerdp-client2.so.2 libfreerdp-2.0.0rc1_1

1
srcpkgs/akonadi-mime-devel Symbolic link
View File

@ -0,0 +1 @@
akonadi-mime

View File

@ -0,0 +1,28 @@
# Template file for 'akonadi-mime'
pkgname=akonadi-mime
version=17.12.1
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules kdoctools python3"
makedepends="kmime-devel akonadi5-devel"
short_desc="Libraries and daemons to implement basic email handling"
maintainer="John <johnz@posteo.net>"
license="LGPL-2.1-or-later GPL-2-or-later"
homepage="https://community.kde.org/KDE_PIM/Akonadi"
distfiles="https://download.kde.org/stable/applications/${version}/src/akonadi-mime-${version}.tar.xz"
checksum=586753969dd2a85d20855c5ab027b1ed2936cc1df5d5803f034400a014261a78
if [ "$CROSS_BUILD" ];then
hostmakedepends+=" qt5-qmake qt5-host-tools kconfig"
fi
akonadi-mime-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"
}
}