New package: ktnef-17.12.3
This commit is contained in:
parent
ed26fed823
commit
e260b9570e
|
@ -514,6 +514,7 @@ libKF5KSieve.so.5 libksieve-17.12.3_1
|
|||
libKF5MailImporterAkonadi.so.5 mailimporter-17.12.3_1
|
||||
libKF5MailImporter.so.5 mailimporter-17.12.3_1
|
||||
libKF5MailCommon.so.5 mailcommon-17.12.3_1
|
||||
libKF5Tnef.so.5 ktnef-17.12.3_1
|
||||
libbabl-0.1.so.0 babl-0.1.10_1
|
||||
libbamf3.so.2 bamf-0.5.1_1
|
||||
libgegl-0.2.so.0 gegl-0.2.0_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
ktnef
|
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'ktnef'
|
||||
pkgname=ktnef
|
||||
version=17.12.3
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python"
|
||||
makedepends="kcalutils-devel kcontacts-devel"
|
||||
short_desc="API for handling TNEF data"
|
||||
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/ktnef-${version}.tar.xz"
|
||||
checksum=96204b8845e1dc1657cbb4c1d203ae3d97c123134ca4588c1d663c83d97a398e
|
||||
|
||||
ktnef-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