aboutsummaryrefslogtreecommitdiffstats
path: root/community/kcalendarcore
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2019-12-14 20:59:34 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-16 22:31:13 +0100
commit02a267dc7c84ff8b8a3b2c5cfe82055d5237bd40 (patch)
treec2ca92796a5c3ef9f6a6877edd1514c20393a870 /community/kcalendarcore
parentbd5c4358f87e54910c40c9e40a4d3b9dd1c92d0e (diff)
downloadaports-02a267dc7c84ff8b8a3b2c5cfe82055d5237bd40.tar.bz2
aports-02a267dc7c84ff8b8a3b2c5cfe82055d5237bd40.tar.xz
community/kde-frameworks: upgrade to 5.65
Diffstat (limited to 'community/kcalendarcore')
-rw-r--r--community/kcalendarcore/APKBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/community/kcalendarcore/APKBUILD b/community/kcalendarcore/APKBUILD
index 790ee83eb7..58f531e4cc 100644
--- a/community/kcalendarcore/APKBUILD
+++ b/community/kcalendarcore/APKBUILD
@@ -1,16 +1,16 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kcalendarcore
-pkgver=5.64.0
+pkgver=5.65.0
pkgrel=0
pkgdesc="The KDE calendar access library"
arch="all"
url="https://community.kde.org/Frameworks"
license="LGPL-2.0-or-later"
depends_dev="qt5-qtbase-dev libical-dev"
-makedepends="$depends_dev extra-cmake-modules"
+makedepends="$depends_dev extra-cmake-modules doxygen qt5-qttools-dev"
source="https://download.kde.org/stable/frameworks/${pkgver%.*}/kcalendarcore-$pkgver.tar.xz"
-subpackages="$pkgname-dev"
+subpackages="$pkgname-dev $pkgname-doc"
replaces="kcalcore"
@@ -25,18 +25,19 @@ build() {
cmake "$builddir" \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DBUILD_QCH=ON
make
}
check() {
cd "$builddir"/build
- # testrecurtodo, testreadrecurrenceid and testicaltimezones are broken
- CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E "test(recurtodo|readrecurrenceid|icaltimezones)"
+ # testrecurtodo, testreadrecurrenceid, testicaltimezones and testmemorycalendar are broken
+ CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E "test(recurtodo|readrecurrenceid|icaltimezones|memorycalendar)"
}
package() {
cd "$builddir"/build
DESTDIR="$pkgdir" make install
}
-sha512sums="562f0d35170389002b9a5e5b59fc90c276f4d54f1abc3e8558a6c22aadbd3e971a7eadb90fe793ce088bc0834f2d20c1396085ce2e3c8bb64fddb77b06c24231 kcalendarcore-5.64.0.tar.xz"
+sha512sums="4222a7223b9c6a45bc6966e547f9caa129e469a21386be271678ac3e6fcc2574593ca9dbb3f00bec30030f3d4511fb219a692607cd3b5fdcecd29be758a6e3ae kcalendarcore-5.65.0.tar.xz"