Home
last modified time | relevance | path

Searched refs:schemas (Results 1 – 25 of 55) sorted by relevance

123

/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glib-2.0/glib-2.0/
H A D0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch4 Subject: [PATCH] Remove the warning about deprecated paths in schemas
6 Some schemas in gsettings-desktop-schemas (such as proxy and locale)
14 gio/glib-compile-schemas.c | 13 -------------
17 diff --git a/gio/glib-compile-schemas.c b/gio/glib-compile-schemas.c
19 --- a/gio/glib-compile-schemas.c
20 +++ b/gio/glib-compile-schemas.c
H A D0001-Do-not-write-bindir-into-pkg-config-files.patch28 - 'glib_compile_schemas=' + join_paths('${bindir}', 'glib-compile-schemas'),
36 + 'glib_compile_schemas=glib-compile-schemas',
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dgconf.bbclass14 EXTRA_OECONF += "--disable-schemas-install"
24 SCHEMA_LOCATION=$D/etc/gconf/schemas
34 SCHEMA_LOCATION=/etc/gconf/schemas
50 schema_dir = '%s/%s/etc/gconf/schemas' % (pkgdest, pkg)
51 schemas = []
52 schema_re = re.compile(r".*\.schemas$")
56 schemas.append(f)
57 if schemas != []:
59 d.setVar('SCHEMA_FILES', " ".join(schemas))
H A Dgsettings.bbclass1 # A bbclass to handle installed GSettings (glib) schemas, updated the compiled
4 # The compiled schemas are platform-agnostic, so we can depend on
17 d.appendVar("FILES:" + pkg, " ${datadir}/glib-2.0/schemas")
21 glib-compile-schemas $D${datadir}/glib-2.0/schemas
/OK3568_Linux_fs/buildroot/package/gsettings-desktop-schemas/
H A DConfig.in2 bool "gsettings-desktop-schemas"
8 gsettings-desktop-schemas contains a collection of GSettings
9 schemas for settings shared by various components of a
12 https://github.com/GNOME/gsettings-desktop-schemas
14 comment "gsettings-desktop-schemas needs a toolchain w/ wchar, threads"
H A Dgsettings-desktop-schemas.hash1 …ttp://ftp.acc.umu.se/pub/gnome/sources/gsettings-desktop-schemas/3.36/gsettings-desktop-schemas-3.…
2 sha256 004bdbe43cf8290f2de7d8537e14d8957610ca479a4fa368e34dbd03f03ec9d9 gsettings-desktop-schemas
H A Dgsettings-desktop-schemas.mk9 GSETTINGS_DESKTOP_SCHEMAS_SOURCE = gsettings-desktop-schemas-$(GSETTINGS_DESKTOP_SCHEMAS_VERSION).t…
10 GSETTINGS_DESKTOP_SCHEMAS_SITE = http://ftp.gnome.org/pub/gnome/sources/gsettings-desktop-schemas/$…
/OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/gsettings-desktop-schemas/
H A Dgsettings-desktop-schemas_42.0.bb1 SUMMARY = "GNOME desktop-wide GSettings schemas"
2 DESCRIPTION = "GSettings desktop-wide schemas contains a collection of \
3 GSettings schemas for settings shared by various components of a desktop."
4 HOMEPAGE = "https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas"
5 BUGTRACKER = "https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/issues"
/OK3568_Linux_fs/yocto/poky/meta/recipes-sato/settings-daemon/files/
H A Daddsoundkeys.patch18 Index: settings-daemon/settings-daemon.schemas
20 --- settings-daemon.orig/settings-daemon.schemas 2009-05-22 15:49:17.000000000 +0100
21 +++ settings-daemon/settings-daemon.schemas 2009-05-22 15:51:31.000000000 +0100
27 + <key>/schemas/desktop/gnome/sound/theme_name</key>
38 + <key>/schemas/desktop/gnome/sound/event_sounds</key>
/OK3568_Linux_fs/buildroot/package/libglib2/
H A Dlibglib2.mk108 …rm -f $(addprefix $(TARGET_DIR)/usr/bin/,gdbus-codegen glib-compile-schemas glib-compile-resources…
129 rm -f $(TARGET_DIR)/usr/share/glib-2.0/schemas/*.xml \
130 $(TARGET_DIR)/usr/share/glib-2.0/schemas/*.dtd
137 $(HOST_DIR)/bin/glib-compile-schemas \
138 $(STAGING_DIR)/usr/share/glib-2.0/schemas \
139 --targetdir=$(TARGET_DIR)/usr/share/glib-2.0/schemas
/OK3568_Linux_fs/buildroot/package/gvfs/
H A Dgvfs.mk16 gsettings-desktop-schemas \
160 rm $(TARGET_DIR)/usr/share/glib-2.0/schemas/*.xml
164 …ST_DIR)/bin/glib-compile-schemas --targetdir=$(TARGET_DIR)/usr/share/glib-2.0/schemas $(STAGING_DI…
/OK3568_Linux_fs/kernel/Documentation/devicetree/
H A Dwriting-schema.rst21 begin with "http://devicetree.org/schemas/". The URL is used in constructing
50 Optional. A list of other schemas to include. This is used to
51 include other schemas the binding conforms to. This may be schemas for a
82 vocabulary for that property. The properties schemas are what is used for
91 schemas/types.yaml. A "description" property is always required.
93 The Devicetree schemas don't exactly match the YAML encoded DT data produced by
106 is present. Single entries in schemas are fixed up to match this encoding.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center/
H A D0001-Add-meson-option-to-pass-sysroot.patch11 | panels/background/meson.build:38:0: ERROR: File /usr/include/gsettings-desktop-schemas/gdesktop-e…
38 - gsettings_desktop_dep.get_pkgconfig_variable('prefix') + '/include/gsettings-desktop-schemas/gde…
39 …sktop_dep.get_pkgconfig_variable('prefix') + '/include/gsettings-desktop-schemas/gdesktop-enums.h',
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-terminal/
H A Dgnome-terminal_3.42.2.bb19 gsettings-desktop-schemas \
40 RRECOMMENDS:${PN} += "vte-prompt gsettings-desktop-schemas"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-session/
H A Dgnome-session_42.0.bb15 gsettings-desktop-schemas \
38 RDEPENDS:${PN} += "gnome-shell gnome-settings-daemon gsettings-desktop-schemas"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gedit/
H A Dgedit_42.0.bb11 gsettings-desktop-schemas \
44 RDEPENDS:${PN} += "gsettings-desktop-schemas"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/metacity/
H A Dmetacity_3.44.0.bb12 gsettings-desktop-schemas \
39 RDEPENDS:${PN} += "gsettings-desktop-schemas"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-desktop/
H A Dgnome-desktop_42.0.bb26 gsettings-desktop-schemas \
47 RRECOMMENDS:libgnome-desktop += "gsettings-desktop-schemas"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-support/ibus/ibus/
H A D0001-Do-not-try-to-start-dbus-we-do-not-have-dbus-lauch.patch19 export GSETTINGS_SCHEMA_DIR="$TMPDIR/schemas"
27 glib-compile-schemas --targetdir "$GSETTINGS_SCHEMA_DIR" "$PWD"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gvfs/
H A Dgvfs_1.50.0.bb9 gsettings-desktop-schemas dbus"
11 RDEPENDS:${PN} += "gsettings-desktop-schemas"
17 # depends on gsettings-desktop-schemas->gcr->gtk+3-> x11
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-control-center/
H A Dgnome-control-center_42.0.bb19 gsettings-desktop-schemas \
61 RDEPENDS:${PN} += "gsettings-desktop-schemas"
/OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/epiphany/
H A Depiphany_42.4.bb12 gsettings-desktop-schemas \
44 RDEPENDS:${PN} = "iso-codes adwaita-icon-theme gsettings-desktop-schemas"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-shell/
H A Dgnome-shell_42.0.bb20 gsettings-desktop-schemas \
66 RDEPENDS:${PN} += "gnome-desktop gsettings-desktop-schemas gdm-base librsvg-gtk ${PN}-gsettings"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dschema.h660 if (allOf_.schemas) in EndValue()
665 if (anyOf_.schemas) { in EndValue()
673 if (oneOf_.schemas) { in EndValue()
945 SchemaArray() : schemas(), count() {} in SchemaArray()
946 ~SchemaArray() { AllocatorType::Free(schemas); } in ~SchemaArray()
947 const SchemaType** schemas; member
988 … out.schemas = static_cast<const Schema**>(allocator_->Malloc(out.count * sizeof(const Schema*))); in AssignIfExist()
989 memset(out.schemas, 0, sizeof(Schema*)* out.count); in AssignIfExist()
991 … schemaDocument.CreateSchema(&out.schemas[i], q.Append(i, allocator_), (*v)[i], document); in AssignIfExist()
1058 if (allOf_.schemas) in CreateParallelValidator()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libusbgx/libusbgx/
H A Dusbgx.service2 Description=Load USB gadget schemas

123