Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-04-18 16:49:52 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-04-18 16:50:06 +0300
commite439f5902ebfafce086d2c0caae3add970b621bb (patch)
tree2a9a65e27035c146d290825ce2fdf41214217de0
parent47e0e4fe0cbecb518765c3ea106e31ac6e7b90ab (diff)
extra/gobject-introspection: Add hack to get packages building
-rw-r--r--extra/gobject-introspection/PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/gobject-introspection/PKGBUILD b/extra/gobject-introspection/PKGBUILD
index a62ba1fd..71187477 100644
--- a/extra/gobject-introspection/PKGBUILD
+++ b/extra/gobject-introspection/PKGBUILD
@@ -1,2 +1,5 @@
# Seems to fail with an invalid cross device link
eval "$(declare -f check | sed 's/meson test \(.*\)/meson test \1 || true/')"
+
+# Hopefully temporary hack to get gtk packages building
+depends+=(python-packaging)