aboutsummaryrefslogtreecommitdiff
path: root/repos/extra
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-04-15 21:12:07 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-04-15 21:12:07 +0800
commit775d89fc33fb1e6f0b8dbbe825120527a7521ad9 (patch)
tree6b0e1c6cf157d22f1a6139b881c0da80497685b0 /repos/extra
parent8f5778d03ce3d1a50d19442937ae39560c18897f (diff)
downloadalicelinux-775d89fc33fb1e6f0b8dbbe825120527a7521ad9.tar.gz
alicelinux-775d89fc33fb1e6f0b8dbbe825120527a7521ad9.zip
at-spi2-core: disabled tests
Diffstat (limited to 'repos/extra')
-rw-r--r--repos/extra/at-spi2-core/abuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/repos/extra/at-spi2-core/abuild b/repos/extra/at-spi2-core/abuild
index 3a4c102d..eadb41dd 100644
--- a/repos/extra/at-spi2-core/abuild
+++ b/repos/extra/at-spi2-core/abuild
@@ -4,6 +4,10 @@ release=1
source="http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz"
build_opt="-Dgtk2_atk_adaptor=false"
+prebuild() {
+ sed "/subdir('tests')/d" -i meson.build
+}
+
postbuild() {
rm -rf $PKG/usr/lib/systemd
}