diff options
Diffstat (limited to 'user/kcalendarcore')
-rw-r--r-- | user/kcalendarcore/APKBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/user/kcalendarcore/APKBUILD b/user/kcalendarcore/APKBUILD index 7a80ee16c..cd7cc16be 100644 --- a/user/kcalendarcore/APKBUILD +++ b/user/kcalendarcore/APKBUILD @@ -1,11 +1,12 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=kcalendarcore -pkgver=5.94.0 +pkgver=5.116.0 pkgrel=0 pkgdesc="Library for managing a calendar of events" url="https://www.kde.org/" arch="all" +options="checkx11" license="LGPL-2.0+" depends="" depends_dev="qt5-qtbase-dev" @@ -24,7 +25,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=True \ - -DCMAKE_BUILD_TYPE=RelWithDebugInfo \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DCMAKE_C_FLAGS="$CFLAGS" \ -DBUILD_QCH:BOOL=ON \ @@ -37,7 +38,7 @@ check() { testconference testcustomproperties testdateserialization testduration testevent testincidence testexception testfilestorage testfreebusy testindicdencerelation testicalformat testidentical testjournal - testmemorycalendar testperiod testfreebusyperiod testperson + testmemorycalendar testperiod testfreebusyperiod testperson teststatus testrecurtodo teststartdatetimesfordate testtodo testtimesininterval testcreateddatecompat testrecurrenceexception testoccurrenceiterator testreadrecurrenceid testcalendarobserver" @@ -46,7 +47,7 @@ check() { failing_tests="Compat-AppleICal Compat-MSExchange" skipline="(testicaltimezones" - for tname in $failing_tests $x11_tests; do + for tname in $failing_tests; do skipline="$skipline|$tname" done skipline="$skipline)" @@ -59,4 +60,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="e9747a1965ca78d6112276cbd501cf00494fe7ba777a24a92e7f0f1b605770f924bca2d1b7e30b69b19051f2c823d71faa37ae4768857d6adb38d7c0dfd9a32c kcalendarcore-5.94.0.tar.xz" +sha512sums="04fc6b6c00e2a994b47b15e57a531b51439d67155b90c388b4e37efb6428e0215e90ff52bb5afa55d0ee0e7cb75186eac750770c9036824c20b779ef418bd1c0 kcalendarcore-5.116.0.tar.xz" |