diff options
| -rw-r--r-- | repos/extra/glib/.files | 16 | ||||
| -rw-r--r-- | repos/extra/glib/abuild | 9 |
2 files changed, 4 insertions, 21 deletions
diff --git a/repos/extra/glib/.files b/repos/extra/glib/.files index 7bd76bca..2e2bdea1 100644 --- a/repos/extra/glib/.files +++ b/repos/extra/glib/.files @@ -336,14 +336,6 @@ drwxr-xr-x root/root usr/include/glib-2.0/gobject/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/gio/ drwxr-xr-x root/root usr/lib/gio/modules/ -drwxr-xr-x root/root usr/lib/girepository-1.0/ --rw-r--r-- root/root usr/lib/girepository-1.0/GIRepository-3.0.typelib --rw-r--r-- root/root usr/lib/girepository-1.0/GLib-2.0.typelib --rw-r--r-- root/root usr/lib/girepository-1.0/GLibUnix-2.0.typelib --rw-r--r-- root/root usr/lib/girepository-1.0/GModule-2.0.typelib --rw-r--r-- root/root usr/lib/girepository-1.0/GObject-2.0.typelib --rw-r--r-- root/root usr/lib/girepository-1.0/Gio-2.0.typelib --rw-r--r-- root/root usr/lib/girepository-1.0/GioUnix-2.0.typelib drwxr-xr-x root/root usr/lib/glib-2.0/ drwxr-xr-x root/root usr/lib/glib-2.0/include/ -rw-r--r-- root/root usr/lib/glib-2.0/include/glibconfig.h @@ -392,14 +384,6 @@ drwxr-xr-x root/root usr/share/gettext/ drwxr-xr-x root/root usr/share/gettext/its/ -rw-r--r-- root/root usr/share/gettext/its/gschema.its -rw-r--r-- root/root usr/share/gettext/its/gschema.loc -drwxr-xr-x root/root usr/share/gir-1.0/ --rw-r--r-- root/root usr/share/gir-1.0/GIRepository-3.0.gir --rw-r--r-- root/root usr/share/gir-1.0/GLib-2.0.gir --rw-r--r-- root/root usr/share/gir-1.0/GLibUnix-2.0.gir --rw-r--r-- root/root usr/share/gir-1.0/GModule-2.0.gir --rw-r--r-- root/root usr/share/gir-1.0/GObject-2.0.gir --rw-r--r-- root/root usr/share/gir-1.0/Gio-2.0.gir --rw-r--r-- root/root usr/share/gir-1.0/GioUnix-2.0.gir drwxr-xr-x root/root usr/share/glib-2.0/ drwxr-xr-x root/root usr/share/glib-2.0/codegen/ -rw-r--r-- root/root usr/share/glib-2.0/codegen/__init__.py diff --git a/repos/extra/glib/abuild b/repos/extra/glib/abuild index 279ea5ab..deeef51c 100644 --- a/repos/extra/glib/abuild +++ b/repos/extra/glib/abuild @@ -1,15 +1,14 @@ name=glib version=2.84.2 -release=1 +release=2 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 + -Dman-pages=disabled + -Ddocumentation=false -Dselinux=disabled -Dtests=false - $_opt + -Dintrospection=disabled " postbuild() { |