Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2024-04-18 16:46:31 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2024-04-18 16:46:31 +0200
commit21f4f66c055f2c9c4291c3b5ac66d9a79dc896f9 (patch)
tree3b814849ddf8da49cd910d6facdb0dfe3d069d32
parent705fb123217dd4bff04de746c2899dcd9098ef13 (diff)
parent158266f14e17786c3263a18bf4588ae60f4ebb53 (diff)
Merge branch 'master' of ssh://git.archlinux32.org/packages
-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..c6085cd5 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
+eval "$(declare -f package_gobject-introspection | sed 's@python-setuptools@python-setuptools python-packaging@')"