New package: kcalutils-17.12.3

This commit is contained in:
John 2018-04-06 21:08:19 +02:00 committed by Enno Boland
parent b0b006922c
commit a85ae9d937
4 changed files with 28 additions and 0 deletions

View file

@ -506,6 +506,7 @@ libKF5WebEngineViewer.so.5 messagelib-17.12.3_1
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
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

1
srcpkgs/kcalutils-devel Symbolic link
View file

@ -0,0 +1 @@
kcalutils

View file

@ -0,0 +1,24 @@
# Template file for 'kcalutils'
pkgname=kcalutils
version=17.12.3
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python kconfig"
makedepends="kcalcore-devel kidentitymanagement-devel"
short_desc="The KDE calendar utility library"
maintainer="John <johnz@posteo.net>"
license="LGPL-2.0-or-later"
homepage="https://community.kde.org/KDE_PIM"
distfiles="https://download.kde.org/stable/applications/${version}/src/kcalutils-${version}.tar.xz"
checksum=ab671117c21a42e94d74c946fae99796e96baec978d2bb6b3f1c359cde3d4fb1
kcalutils-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"
}
}

2
srcpkgs/kcalutils/update Normal file
View file

@ -0,0 +1,2 @@
site="https://download.kde.org/stable/applications/"
pattern='href="\K[\d\.]+(?=/")'