aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/dolphin/APKBUILD7
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() {