From 94c1a8bc2ff34c270f6d639d2ea4d574c3569570 Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Tue, 2 Feb 2021 16:21:13 +0100 Subject: testing/mycroft-plasmoid: fix outdated url and remove unused check function --- testing/mycroft-plasmoid/APKBUILD | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/testing/mycroft-plasmoid/APKBUILD b/testing/mycroft-plasmoid/APKBUILD index c11e401648c..70614efbd1b 100644 --- a/testing/mycroft-plasmoid/APKBUILD +++ b/testing/mycroft-plasmoid/APKBUILD @@ -5,7 +5,7 @@ pkgver=0_git20210201 pkgrel=0 _commit="70f84636da63b00d114747e440e4a15aa7d5b019" pkgdesc="Plasma integration of different Mycroft AI services" -url="https://github.com/kde/plasma-mycroft" +url="https://invent.kde.org/utilities/mycroft-plasmoid" # ppc64le, s390x, armhf, mips and mips64 blocked by mycroft-gui arch="all !ppc64le !s390x !armhf !mips !mips64" license="Apache-2.0 AND LGPL-2.0-or-later AND LicenseRef-KDE-Accepted-GPL" @@ -23,6 +23,7 @@ makedepends=" qt5-qtwebsockets-dev " source="https://invent.kde.org/utilities/mycroft-plasmoid/-/archive/$_commit/mycroft-plasmoid-$_commit.tar.gz" +options="!check" # No tests builddir="$srcdir/mycroft-plasmoid-$_commit" provides="plasma-mycroft=$pkgver-r$pkgrel" # Backwards compatibility @@ -36,11 +37,6 @@ build() { cmake --build build } -check() { - cd build - CTEST_OUTPUT_ON_FAILURE=TRUE ctest -} - package() { DESTDIR="$pkgdir" cmake --install build -- cgit v1.2.3