Skip to content
Snippets Groups Projects
Commit c9bae3bc authored by Andrew Lee (李健秋)'s avatar Andrew Lee (李健秋)
Browse files

Disable deprecated gnome vfs-2.0 doc

This 'devhelp-disable-gnome-vfs.gschema.override' file originally from
our apertis-sdk-meta to disable the gnome-vfs-2.0 documentation which is
deprecated. As we moved all packages from the meta packages into image
recipes. So that this file and script should also move into
apertis-image-recipes to keep the deprecated gnome-vfs-2.0 documentation
disabled.

Apertis: https://phabricator.apertis.org/T4274


Signed-off-by: default avatarAndrew Lee (李健秋) <andrew.lee@collabora.co.uk>

Differential Revision: https://phabricator.apertis.org/D7565
parent 2b1f1095
Branches apertis/v2022dev3 apertis/v2022pre apertis/v2023dev0
Tags apertis/1.15.9-6+apertis0
No related merge requests found
......@@ -679,6 +679,11 @@ actions:
description: "Setting up sysroot storage"
chroot: true
script: scripts/setup_sysroot.chroot
- action: run
description: "disable deprecated gnome-vfs-2.0 documentation"
chroot: true
script: scripts/disable-deprecated-gnome-vfs-2.0.chroot
{{- end }}
- action: run
......
#!/bin/sh
set -e
echo "[org.gnome.devhelp.state.main.contents]
books-disabled=['gnome-vfs-2.0']" > \
/usr/share/glib-2.0/schemas/devhelp-disable-gnome-vfs.gschema.override
if ! glib-compile-schemas /usr/share/glib-2.0/schemas
then
echo "Failed to compile glib schemas"
exit 1
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment