aboutsummaryrefslogtreecommitdiff
path: root/glib-gi/abuild
diff options
context:
space:
mode:
Diffstat (limited to 'glib-gi/abuild')
-rwxr-xr-xglib-gi/abuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/glib-gi/abuild b/glib-gi/abuild
deleted file mode 100755
index 705c59a6..00000000
--- a/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
-}