From 93a354611e38a6949add5c2e5ccc93ef79b9755f Mon Sep 17 00:00:00 2001 From: Woodpecker CI Date: Tue, 3 Jun 2025 14:32:36 +0000 Subject: Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI] --- glib-gi/abuild | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100755 glib-gi/abuild (limited to 'glib-gi/abuild') diff --git a/glib-gi/abuild b/glib-gi/abuild new file mode 100755 index 00000000..22ebe582 --- /dev/null +++ b/glib-gi/abuild @@ -0,0 +1,24 @@ +name=glib-gi +version=2.84.2 +release=1 +source="https://download.gnome.org/sources/glib/${version%.*}/glib-$version.tar.xz + 0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch" +build_opt=" + -Dselinux=disabled + -Dtests=false + -Dintrospection=enabled +" + +postbuild() { + mkdir -p $SRC/tmp + mv $PKG/usr/lib/girepository-1.0 $SRC/tmp + mv $PKG/usr/share/gir-1.0 $SRC/tmp + rm -rf $PKG/* + + mkdir -p \ + $PKG/usr/lib \ + $PKG/usr/share + + mv $SRC/tmp/girepository-1.0 $PKG/usr/lib + mv $SRC/tmp/gir-1.0 $PKG/usr/share +} -- cgit v1.2.3