Dominique Leuenberger
30a2510db5
- Add glib2-gsettings-overrides-per-session.patch: gsettings default value can be overridden depending on session (bgo#746592 bsc#1070090). + Bugs fixed: bgo#686895, bgo#688704, bgo#602715, bgo#688377, + GTask (the new GAsyncResult implementation) has landed - bgo#624991 GSettings mapping for G_TYPE_STRV - g_mkstemp_full is a variant of g_mkstemp that allows to - bgo#593232 g_rand_new: read no more than requested from + GIO: + GIO: - SLE-11 uses PPC64 instead of PPC, adapt baselibs.conf - add gcc-c++ to buildreqires to work around libtool problem * New API to enable out-of-process volume monitors: g_signal_override_class_handler - fix build icons for mime types additional GIO modules bgo#521045, bgo#521672, bgo#521946, bgo#522335, bgo#523015, - obsolete glib2-<arch> via baselibs.conf recommendation of gvfs. - Tag patches * g_win32_get_package_installation_directory_of_module: new function which supersedes * The MD5 implementation works correctly on buffers it easier to write threadsafe one-time initialization functions * Add g_string_chunk_clear() for clearing a * Add G_GNUC_MAY_ALIAS which wraps the gcc may_alias - removed obsolete patch glib2-unexpanded-variables.patch (#249204) 343825 Double expansion in m4macros/glib-gettext.m4 will fail with OBS-URL: https://build.opensuse.org/request/show/555796 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=352 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
baselibs.conf | ||
glib2-bgo569829-gettext-gkeyfile.patch | ||
glib2-dbus-socket-path.patch | ||
glib2-fate300461-gettext-gkeyfile-suse.patch | ||
glib2-gdbus-codegen-version.patch | ||
glib2-gsettings-overrides-per-session.patch | ||
glib2-gtester-report-py3.patch | ||
glib2-rpmlintrc | ||
glib2-suppress-schema-deprecated-path-warning.patch | ||
glib2-upstream-gnome_defaults.conf | ||
glib2.changes | ||
glib2.csh | ||
glib2.sh | ||
glib2.spec | ||
glib-2.54.2.tar.xz | ||
gsettings.zsh | ||
gtk-doc.m4 | ||
macros.glib2 | ||
README.Gsettings-overrides |
Quoting the "Vendor overrides" section from [1]: Default values are defined in the schemas that get installed by an application. Sometimes, it is necessary for a vendor or distributor to adjust these defaults. Since patching the XML source for the schema is inconvenient and error-prone, glib-compile-schemas reads so-called 'vendor override' files. These are keyfiles in the same directory as the XML schema sources which can override default values. The schema id serves as the group name in the key file, and the values are expected in serialized GVariant form, as in the following example: [org.gtk.Example] key1='string' key2=1.5 glib-compile-schemas expects schema files to have the extension .gschema.override [1] http://developer.gnome.org/gio/stable/GSettings.html