diff options
| author | emmett1 <me@emmett1.my> | 2026-06-21 07:20:33 +0800 |
|---|---|---|
| committer | emmett1 <me@emmett1.my> | 2026-06-21 07:20:33 +0800 |
| commit | 93e629250d2f2073dcea128000323264d2c7571f (patch) | |
| tree | 050258a7a205c4eaf1cd7585ebfd0af6081b1219 /repos/extra/glib-gi/abuild | |
| parent | a064f3970799c33ab248649e5218c3137d43447b (diff) | |
| download | alicelinux-93e629250d2f2073dcea128000323264d2c7571f.tar.gz alicelinux-93e629250d2f2073dcea128000323264d2c7571f.zip | |
muon build fixes
Diffstat (limited to 'repos/extra/glib-gi/abuild')
| -rwxr-xr-x | repos/extra/glib-gi/abuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/repos/extra/glib-gi/abuild b/repos/extra/glib-gi/abuild deleted file mode 100755 index 705c59a6..00000000 --- a/repos/extra/glib-gi/abuild +++ /dev/null @@ -1,24 +0,0 @@ -name=glib-gi -version=2.88.1 -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 -} |