New package: kontactinterface-17.12.3

This commit is contained in:
John 2018-04-06 21:34:13 +02:00 committed by Enno Boland
parent a85ae9d937
commit de0c378707
3 changed files with 26 additions and 0 deletions

View File

@ -507,6 +507,7 @@ libKF5MessageCore.so.5 messagelib-17.12.3_1
libKF5MimeTreeParser.so.5 messagelib-17.12.3_1
libKF5MessageViewer.so.5 messagelib-17.12.3_1
libKF5CalendarUtils.so.5 kcalutils-17.12.3_1
libKF5KontactInterface.so.5 kontactinterface-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

View File

@ -0,0 +1 @@
kontactinterface

View File

@ -0,0 +1,24 @@
# Template file for 'kontactinterface'
pkgname=kontactinterface
version=17.12.3
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python"
makedepends="kparts-devel"
short_desc="Kontact Plugin Interface Library"
maintainer="John <johnz@posteo.net>"
license="LGPL-2.1-or-later"
homepage="Kontact Plugin Interface Library"
distfiles="https://download.kde.org/stable/applications/${version}/src/kontactinterface-${version}.tar.xz"
checksum=7ac2e040accd8fa5d756a37d5313e303aa46f5d8b8276a34683f17cad57fd196
kontactinterface-devel_package() {
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove usr/lib/qt5/mkspecs
vmove "usr/lib/*.so"
}
}