diff options
Diffstat (limited to 'repos/extra/glib/abuild')
| -rwxr-xr-x | repos/extra/glib/abuild | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/repos/extra/glib/abuild b/repos/extra/glib/abuild deleted file mode 100755 index 657f7821..00000000 --- a/repos/extra/glib/abuild +++ /dev/null @@ -1,13 +0,0 @@ -name=glib -version=2.82.4 -release=1 -source="https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz - 0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch" -[ -f $SPM_PKGDB/gobject-introspection ] || _opt="-Dintrospection=disabled" -build_opt=" - -Dman=false - -Dgtk_doc=false - -Dselinux=disabled - -Dtests=false - $_opt -" |