New package: kf6-kcalendarcore-6.1.0
This commit is contained in:
parent
d8ec94da7a
commit
6976abeeec
|
@ -1945,6 +1945,7 @@ libKF6BalooEngine.so.6 kf6-baloo-6.0.0_1
|
|||
libKF6BluezQt.so.6 kf6-bluez-qt-6.0.0_1
|
||||
libKF6Bookmarks.so.6 kf6-kbookmarks-6.0.0_1
|
||||
libKF6BookmarksWidgets.so.6 kf6-kbookmarks-6.0.0_1
|
||||
libKF6CalendarCore.so.6 kf6-kcalendarcore-6.0.0_1
|
||||
libKF6KCMUtils.so.6 kf6-kcmutils-6.0.0_1
|
||||
libKF6KCMUtilsCore.so.6 kf6-kcmutils-6.0.0_1
|
||||
libKF6KCMUtilsQuick.so.6 kf6-kcmutils-6.0.0_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
kf6-kcalendarcore
|
|
@ -0,0 +1,31 @@
|
|||
# Template file for 'kf6-kcalendarcore'
|
||||
pkgname=kf6-kcalendarcore
|
||||
version=6.1.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="extra-cmake-modules qt6-tools qt6-base"
|
||||
makedepends="qt6-base-devel libical-devel"
|
||||
checkdepends="perl"
|
||||
short_desc="Library for Interfacing with Calendars"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://invent.kde.org/frameworks/kcalendarcore"
|
||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
|
||||
checksum=1cffef32a4076b79c26705e12043fcb76cbbfcaef8c120ef40b858cc44a2139b
|
||||
|
||||
do_check() {
|
||||
cd build
|
||||
# disable failing tests
|
||||
ctest -E "testicaltimezones|Compat-AppleICal_1.5.ics|Compat-KOrganizer_3.1a.ics|Compat-Mozilla_1.0.ics"
|
||||
}
|
||||
|
||||
kf6-kcalendarcore-devel_package() {
|
||||
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/cmake
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue