Skip to content

Commit 4b982ba

Browse files
committed
addpatch: grilo-plugins 0.3.18-1
1 parent b90f5e0 commit 4b982ba

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

grilo-plugins/riscv64.patch

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
diff --git PKGBUILD PKGBUILD
2+
index 427088d..65a0887 100644
3+
--- PKGBUILD
4+
+++ PKGBUILD
5+
@@ -79,7 +79,9 @@ build() {
6+
}
7+
8+
check() {
9+
- dbus-run-session meson test -C build --print-errorlogs
10+
+ local skip_tests='test_lua_theaudiodb|test_chromaprint_resolve'
11+
+ local tests_to_run=$(meson test --list -C build | grep -E -v "$skip_tests")
12+
+ dbus-run-session meson test -C build --print-errorlogs ${tests_to_run}
13+
}
14+
15+
package() {

0 commit comments

Comments
 (0)