New package: kalarmcal-17.12.3

This commit is contained in:
John 2018-04-15 23:50:41 +02:00 committed by Enno Boland
parent ed5f80ff1a
commit b3f75a9b73
3 changed files with 28 additions and 0 deletions

View File

@ -519,6 +519,7 @@ libKF5AkonadiCalendar.so.5 akonadi-calendar-17.12.3_1
libKF5CalendarSupport.so.5 calendarsupport-17.12.3_1
libKF5AkonadiNotes.so.5 akonadi-notes-17.12.3_1
libKPimKDAV.so.5 kdav-17.12.3_1
libKF5AlarmCalendar.so.5 kalarmcal-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/kalarmcal-devel Symbolic link
View File

@ -0,0 +1 @@
kalarmcal

View File

@ -0,0 +1,26 @@
# Template file for 'kalarmcal'
pkgname=kalarmcal
version=17.12.3
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python3
kdoctools kdesignerplugin"
makedepends="kidentitymanagement-devel kholidays-devel kcalcore-devel akonadi5-devel
kdelibs4support-devel"
short_desc="KAlarm client library"
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/${pkgname}-${version}.tar.xz"
checksum=751e694451ffa0073d9e46306b6ffab5c410841fc31a0cdf524a7eaf71326f8d
kalarmcal-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"
}
}