diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-12-24 00:28:39 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-24 03:47:20 +0100 |
commit | 18e706b5201690cd3d0c79eda6aedbb1997a2c1c (patch) | |
tree | ecbc78c09d7aeccdcce7d40a36b5cb63c7432c64 /community/dolphin/APKBUILD | |
parent | 48c23043e7eac32c6eb50228c5707282cd656c7b (diff) | |
download | aports-18e706b5201690cd3d0c79eda6aedbb1997a2c1c.tar.bz2 aports-18e706b5201690cd3d0c79eda6aedbb1997a2c1c.tar.xz |
community/dolphin: re-enable test requiring dbus
Diffstat (limited to 'community/dolphin/APKBUILD')
-rw-r--r-- | community/dolphin/APKBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/community/dolphin/APKBUILD b/community/dolphin/APKBUILD index 8afb2c50fb..8f1202efba 100644 --- a/community/dolphin/APKBUILD +++ b/community/dolphin/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=dolphin pkgver=19.12.0 -pkgrel=0 +pkgrel=1 arch="all" url="https://kde.org/applications/system/dolphin" pkgdesc="KDE File Manager" @@ -14,7 +14,7 @@ depends_dev="qt5-qtbase-dev kdoctools-dev kinit-dev kcmutils-dev knewstuff-dev ktextwidgets-dev knotifications-dev kcrash-dev kwindowsystem-dev phonon-dev baloo-dev baloo-widgets-dev kfilemetadata-dev kactivities-dev" makedepends="$depends_dev extra-cmake-modules ruby-test-unit" -checkdepends="xvfb-run" +checkdepends="xvfb-run dbus" source="https://download.kde.org/stable/release-service/$pkgver/src/dolphin-$pkgver.tar.xz" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" @@ -36,8 +36,7 @@ build() { check() { cd "$builddir"/build # kfileitemmodeltest and placesitemmodeltest are broken - # dolphinmainwindowtest requires running DBus - CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest -E "(kfileitemmodel|placesitemmodel|dolphinmainwindow)test" + CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest -E "(kfileitemmodel|placesitemmodel)test" } package() { |