| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glib-2.0/glib-2.0/ |
| H A D | 0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch | 4 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 D | 0001-Do-not-write-bindir-into-pkg-config-files.patch | 28 - '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 D | gconf.bbclass | 14 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 D | gsettings.bbclass | 1 # 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 D | Config.in | 2 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 D | gsettings-desktop-schemas.hash | 1 …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 D | gsettings-desktop-schemas.mk | 9 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 D | gsettings-desktop-schemas_42.0.bb | 1 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 D | addsoundkeys.patch | 18 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 D | libglib2.mk | 108 …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 D | gvfs.mk | 16 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 D | writing-schema.rst | 21 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 D | 0001-Add-meson-option-to-pass-sysroot.patch | 11 | 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 D | gnome-terminal_3.42.2.bb | 19 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 D | gnome-session_42.0.bb | 15 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 D | gedit_42.0.bb | 11 gsettings-desktop-schemas \ 44 RDEPENDS:${PN} += "gsettings-desktop-schemas"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/metacity/ |
| H A D | metacity_3.44.0.bb | 12 gsettings-desktop-schemas \ 39 RDEPENDS:${PN} += "gsettings-desktop-schemas"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-desktop/ |
| H A D | gnome-desktop_42.0.bb | 26 gsettings-desktop-schemas \ 47 RRECOMMENDS:libgnome-desktop += "gsettings-desktop-schemas"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-support/ibus/ibus/ |
| H A D | 0001-Do-not-try-to-start-dbus-we-do-not-have-dbus-lauch.patch | 19 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 D | gvfs_1.50.0.bb | 9 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 D | gnome-control-center_42.0.bb | 19 gsettings-desktop-schemas \ 61 RDEPENDS:${PN} += "gsettings-desktop-schemas"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/epiphany/ |
| H A D | epiphany_42.4.bb | 12 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 D | gnome-shell_42.0.bb | 20 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 D | schema.h | 660 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 D | usbgx.service | 2 Description=Load USB gadget schemas
|