Skip to content
Snippets Groups Projects
Commit 09d07263 authored by alice's avatar alice
Browse files

community/gom: disable check

parent 1e3ecb11
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,9 @@ makedepends="meson vala gobject-introspection-dev py3-gobject3 sqlite-dev glib-d
subpackages="$pkgname-dev"
source="https://download.gnome.org/sources/gom/$pkgver/gom-$pkgver.tar.xz"
# gom-stress seems to segfault with new glib
options="!check"
build() {
abuild-meson . output
meson compile ${JOBS:+-j ${JOBS}} -C output
......@@ -26,4 +29,6 @@ package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
sha512sums="d847928ce09c53a3f64777c313cb843052e5e001873f29d3f7acf02772cadf0e4b133fb0137aa0463b4ff95dd54810bde87062d8e396ff4fc6d142ba59c8e9c8 gom-0.4.tar.xz"
sha512sums="
d847928ce09c53a3f64777c313cb843052e5e001873f29d3f7acf02772cadf0e4b133fb0137aa0463b4ff95dd54810bde87062d8e396ff4fc6d142ba59c8e9c8 gom-0.4.tar.xz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment