mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
community/dolphin: re-enable test requiring dbus
This commit is contained in:
parent
48c23043e7
commit
18e706b520
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user