New package: kmime-17.12.1
This commit is contained in:
parent
004e6bbe93
commit
70998e6a9a
|
@ -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
|
||||
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
|
||||
libfreerdp2.so.2 libfreerdp-2.0.0rc1_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
kmime
|
|
@ -0,0 +1,28 @@
|
|||
# Template file for 'kmime'
|
||||
pkgname=kmime
|
||||
version=17.12.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="extra-cmake-modules python3"
|
||||
makedepends="kcodecs-devel ki18n-devel"
|
||||
short_desc="Library for handling mail messages and newsgroup articles"
|
||||
maintainer="John <johnz@posteo.net>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://community.kde.org/KDE_PIM"
|
||||
distfiles="https://download.kde.org/stable/applications/${version}/src/kmime-${version}.tar.xz"
|
||||
checksum=1d2031eb0feed93bc8e590144119b43e9121ef9e70616b949bd6d5ee48cca998
|
||||
|
||||
if [ "CROSS_BUILD" ];then
|
||||
hostmakedepends+=" qt5-qmake qt5-host-tools"
|
||||
fi
|
||||
|
||||
kmime-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove usr/lib/qt5/mkspecs
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue