pkgsrc/devel/dconf/PLIST

107 lines
3.7 KiB
Text
Raw Normal View History

Update dconf and dconf-editor to 0.20.0 Changes in dconf 0.20.0 ======================== Czech translation updated. Changes in dconf 0.19.92 ========================= - depend on automake 1.11.2 - stop using ACLOCAL_FLAGS - depend on released version of Vala (0.18.0) Changes in dconf 0.19.91 ========================= - fix an unlikely failure in the fuzz testing of gvdb - fix a thread safety issue with file-db Changes in dconf 0.19.90 ========================= - dconf compile: always write little endian - file-db: don't install match rules on no bus (fixes gdbus assertion) - update dconf(1) manpage for 'dconf compile' - fix 'make clean' on FreeBSD - editor: provide appdata Translations updates: Ukrainian translation Aragonese translation Chinese Changes in dconf 0.19.3 ======================== - quite a lot of test coverage improvements - Add a proper DCONF_ERROR error domain - suppress GLib deprecation warnings during build - engine: issue warnings about missing files only once per source - engine: grok the WritabilityNotify signal from D-Bus - gsettings: handle writability changes correctly - engine: assorted fixes for issues found during testing - portability: only link to -ldl if it is required - add support for 'file-db' to profiles: this is an absolute path to a immutable dconf database file - add support for finding profiles in XDG_DATA_DIRS if they are not in /etc - add 'dconf compile' command for building dconf databases from keyfiles in arbitrary locations (like from the build system of a project that may want to install a file-db) - editor: add a section separator to the app menu for consistency Changes in dconf 0.19.2 ======================== - Add support for the new GSettingsBackend.read_user_value() API - bump GLib version depend accordingly (2.39.1) Translations updates: Greek Catalan (Valencian) Simplified Chinese Persian
2014-09-10 12:54:46 +02:00
@comment $NetBSD: PLIST,v 1.7 2014/09/10 10:54:46 prlw1 Exp $
bin/dconf
Update to 0.11.0, requested by Patrick Welche. Bump dependency in buildlink3.mk since its only user is dconf-editor. Set LICENSE. Add comments to patches. Changes in dconf 0.10.0 ======================= The version number was increased and a new entry was added to the NEWS. Changes in dconf 0.9.1 ====================== - give a g_warning() on failure to communicate with service - remove unworking 'set lock' call from dconf API and commandline tool - add code to exit gracefully on receipt of SIGINT, SIGHUP, SIGTERM - remove "service function" logic; always use the XDG runtime directory Changes in dconf 0.9.0 ====================== There has been an extremely minor incompatible change in the D-Bus API of dconf this release. From a practical standpoint, this change will have no effect. However, it serves as a reminder that the dconf D-Bus API is private and can change from version to version (and will likely change in the future). As such, it is appropriate for those packaging dconf to kill all running instances of dconf ('killall dconf-service') as part of their postinst for the package. It will be dbus-activated again on the next use. - support loading/storing of maybe types in dconf - remove NFS detection hackery and rely on XDG runtime dir - add proper support for change notification to DConfClient - commandline tool improvements - reset: reset keys or entire subpaths - dump: dump entire subpaths to keyfile format - load: load them back again (maybe at a different path) - watch: actually works now - editor improvements - keys now change in editor when changed from outside - support for flags - show dconf-editor in applications list - work around incompatible Vala bindings changes with an #if - don't install the bash completion script as executable - fix a warning caused by reusing a GError variable - other small fixes Changes in dconf 0.7.5 ====================== This release corrects a serious flaw in the previous release: crashing if the database did not already exist. It also contains many fixes and improvements to the dconf-editor, including use of GSettings to store the window geometry. This is the final release before 0.8.0 which will become the first release in a new stable series. Feature development will continue on 'master' toward 0.9 past that point. Changes in dconf 0.7.4 ====================== Changes in this version: - #648949: multithreading issue fixed (which actually affects all GSettings-using programs since dconf is used from a helper thread in that case) - dconf commandline tool is vastly more friendly now - no more aborting on unrecognised arguments - proper help - bash completion support - support for sysadmin lockdown - the editor now properly reads installed enum xml files Changes in dconf 0.7.3 ====================== This release consists almost entirely of fixes made by Robert to dconf-editor. A few other trivial build fixes are included as well (bumping library version dependencies to match reality, etc). Changes in dconf 0.7.2 ====================== This is entirely a cleanup/fixes release. Some fixes here to make the increasingly-strict toolchain happy, and also some fixes for some crashers in the GSettings backend and service. - remove some unused variables (new GCC gives a warning: #640566, another) - add a mutex to fix multi-threading issue (#640611) - don't crash if we have no D-Bus - clean up symbol exports - fix a crash in the service when using 'reset' - drop old linker options that were for libtool Changes in dconf 0.7.1 ====================== The last release contained a few problems that caused build failures on some strict linkers. Those should be fixed now. Changes in dconf 0.7 ==================== - new library to use dconf with libdbus-1 - quite a lot of improvements and bug-fixes in dconf-editor, thanks to Robert Ancell - some bug fixes in the GSettings backend (crashers caused by use if custom dconf profiles) - some FreeBSD build fixes - increased Vala dependency to 0.11.4 (required for dconf-editor fixes) Changes in dconf 0.6 ==================== - Rewrite a lot of the GSettings backend to reduce GDBus abuse. We use our own worker thread now instead of trying to hijack GDBus's. - disable gobject-introspection support for now - drop support for GTK2 in dconf-editor - Add a new torture-test case - Increase dbus timeout to 2 minutes (in case the service is heavily loaded) - Fix several memory leaks and other bugs
2012-07-31 17:46:20 +02:00
include/dconf-dbus-1/dconf-dbus-1.h
include/dconf/client/dconf-client.h
include/dconf/common/dconf-changeset.h
Update dconf and dconf-editor to 0.20.0 Changes in dconf 0.20.0 ======================== Czech translation updated. Changes in dconf 0.19.92 ========================= - depend on automake 1.11.2 - stop using ACLOCAL_FLAGS - depend on released version of Vala (0.18.0) Changes in dconf 0.19.91 ========================= - fix an unlikely failure in the fuzz testing of gvdb - fix a thread safety issue with file-db Changes in dconf 0.19.90 ========================= - dconf compile: always write little endian - file-db: don't install match rules on no bus (fixes gdbus assertion) - update dconf(1) manpage for 'dconf compile' - fix 'make clean' on FreeBSD - editor: provide appdata Translations updates: Ukrainian translation Aragonese translation Chinese Changes in dconf 0.19.3 ======================== - quite a lot of test coverage improvements - Add a proper DCONF_ERROR error domain - suppress GLib deprecation warnings during build - engine: issue warnings about missing files only once per source - engine: grok the WritabilityNotify signal from D-Bus - gsettings: handle writability changes correctly - engine: assorted fixes for issues found during testing - portability: only link to -ldl if it is required - add support for 'file-db' to profiles: this is an absolute path to a immutable dconf database file - add support for finding profiles in XDG_DATA_DIRS if they are not in /etc - add 'dconf compile' command for building dconf databases from keyfiles in arbitrary locations (like from the build system of a project that may want to install a file-db) - editor: add a section separator to the app menu for consistency Changes in dconf 0.19.2 ======================== - Add support for the new GSettingsBackend.read_user_value() API - bump GLib version depend accordingly (2.39.1) Translations updates: Greek Catalan (Valencian) Simplified Chinese Persian
2014-09-10 12:54:46 +02:00
include/dconf/common/dconf-error.h
include/dconf/common/dconf-paths.h
include/dconf/dconf.h
lib/gio/modules/libdconfsettings.so
Update to 0.11.0, requested by Patrick Welche. Bump dependency in buildlink3.mk since its only user is dconf-editor. Set LICENSE. Add comments to patches. Changes in dconf 0.10.0 ======================= The version number was increased and a new entry was added to the NEWS. Changes in dconf 0.9.1 ====================== - give a g_warning() on failure to communicate with service - remove unworking 'set lock' call from dconf API and commandline tool - add code to exit gracefully on receipt of SIGINT, SIGHUP, SIGTERM - remove "service function" logic; always use the XDG runtime directory Changes in dconf 0.9.0 ====================== There has been an extremely minor incompatible change in the D-Bus API of dconf this release. From a practical standpoint, this change will have no effect. However, it serves as a reminder that the dconf D-Bus API is private and can change from version to version (and will likely change in the future). As such, it is appropriate for those packaging dconf to kill all running instances of dconf ('killall dconf-service') as part of their postinst for the package. It will be dbus-activated again on the next use. - support loading/storing of maybe types in dconf - remove NFS detection hackery and rely on XDG runtime dir - add proper support for change notification to DConfClient - commandline tool improvements - reset: reset keys or entire subpaths - dump: dump entire subpaths to keyfile format - load: load them back again (maybe at a different path) - watch: actually works now - editor improvements - keys now change in editor when changed from outside - support for flags - show dconf-editor in applications list - work around incompatible Vala bindings changes with an #if - don't install the bash completion script as executable - fix a warning caused by reusing a GError variable - other small fixes Changes in dconf 0.7.5 ====================== This release corrects a serious flaw in the previous release: crashing if the database did not already exist. It also contains many fixes and improvements to the dconf-editor, including use of GSettings to store the window geometry. This is the final release before 0.8.0 which will become the first release in a new stable series. Feature development will continue on 'master' toward 0.9 past that point. Changes in dconf 0.7.4 ====================== Changes in this version: - #648949: multithreading issue fixed (which actually affects all GSettings-using programs since dconf is used from a helper thread in that case) - dconf commandline tool is vastly more friendly now - no more aborting on unrecognised arguments - proper help - bash completion support - support for sysadmin lockdown - the editor now properly reads installed enum xml files Changes in dconf 0.7.3 ====================== This release consists almost entirely of fixes made by Robert to dconf-editor. A few other trivial build fixes are included as well (bumping library version dependencies to match reality, etc). Changes in dconf 0.7.2 ====================== This is entirely a cleanup/fixes release. Some fixes here to make the increasingly-strict toolchain happy, and also some fixes for some crashers in the GSettings backend and service. - remove some unused variables (new GCC gives a warning: #640566, another) - add a mutex to fix multi-threading issue (#640611) - don't crash if we have no D-Bus - clean up symbol exports - fix a crash in the service when using 'reset' - drop old linker options that were for libtool Changes in dconf 0.7.1 ====================== The last release contained a few problems that caused build failures on some strict linkers. Those should be fixed now. Changes in dconf 0.7 ==================== - new library to use dconf with libdbus-1 - quite a lot of improvements and bug-fixes in dconf-editor, thanks to Robert Ancell - some bug fixes in the GSettings backend (crashers caused by use if custom dconf profiles) - some FreeBSD build fixes - increased Vala dependency to 0.11.4 (required for dconf-editor fixes) Changes in dconf 0.6 ==================== - Rewrite a lot of the GSettings backend to reduce GDBus abuse. We use our own worker thread now instead of trying to hijack GDBus's. - disable gobject-introspection support for now - drop support for GTK2 in dconf-editor - Add a new torture-test case - Increase dbus timeout to 2 minutes (in case the service is heavily loaded) - Fix several memory leaks and other bugs
2012-07-31 17:46:20 +02:00
lib/libdconf-dbus-1.so
lib/libdconf-dbus-1.so.0
lib/libdconf-dbus-1.so.0.0.0
lib/libdconf.so
lib/libdconf.so.1
lib/libdconf.so.1.0.0
Update to 0.11.0, requested by Patrick Welche. Bump dependency in buildlink3.mk since its only user is dconf-editor. Set LICENSE. Add comments to patches. Changes in dconf 0.10.0 ======================= The version number was increased and a new entry was added to the NEWS. Changes in dconf 0.9.1 ====================== - give a g_warning() on failure to communicate with service - remove unworking 'set lock' call from dconf API and commandline tool - add code to exit gracefully on receipt of SIGINT, SIGHUP, SIGTERM - remove "service function" logic; always use the XDG runtime directory Changes in dconf 0.9.0 ====================== There has been an extremely minor incompatible change in the D-Bus API of dconf this release. From a practical standpoint, this change will have no effect. However, it serves as a reminder that the dconf D-Bus API is private and can change from version to version (and will likely change in the future). As such, it is appropriate for those packaging dconf to kill all running instances of dconf ('killall dconf-service') as part of their postinst for the package. It will be dbus-activated again on the next use. - support loading/storing of maybe types in dconf - remove NFS detection hackery and rely on XDG runtime dir - add proper support for change notification to DConfClient - commandline tool improvements - reset: reset keys or entire subpaths - dump: dump entire subpaths to keyfile format - load: load them back again (maybe at a different path) - watch: actually works now - editor improvements - keys now change in editor when changed from outside - support for flags - show dconf-editor in applications list - work around incompatible Vala bindings changes with an #if - don't install the bash completion script as executable - fix a warning caused by reusing a GError variable - other small fixes Changes in dconf 0.7.5 ====================== This release corrects a serious flaw in the previous release: crashing if the database did not already exist. It also contains many fixes and improvements to the dconf-editor, including use of GSettings to store the window geometry. This is the final release before 0.8.0 which will become the first release in a new stable series. Feature development will continue on 'master' toward 0.9 past that point. Changes in dconf 0.7.4 ====================== Changes in this version: - #648949: multithreading issue fixed (which actually affects all GSettings-using programs since dconf is used from a helper thread in that case) - dconf commandline tool is vastly more friendly now - no more aborting on unrecognised arguments - proper help - bash completion support - support for sysadmin lockdown - the editor now properly reads installed enum xml files Changes in dconf 0.7.3 ====================== This release consists almost entirely of fixes made by Robert to dconf-editor. A few other trivial build fixes are included as well (bumping library version dependencies to match reality, etc). Changes in dconf 0.7.2 ====================== This is entirely a cleanup/fixes release. Some fixes here to make the increasingly-strict toolchain happy, and also some fixes for some crashers in the GSettings backend and service. - remove some unused variables (new GCC gives a warning: #640566, another) - add a mutex to fix multi-threading issue (#640611) - don't crash if we have no D-Bus - clean up symbol exports - fix a crash in the service when using 'reset' - drop old linker options that were for libtool Changes in dconf 0.7.1 ====================== The last release contained a few problems that caused build failures on some strict linkers. Those should be fixed now. Changes in dconf 0.7 ==================== - new library to use dconf with libdbus-1 - quite a lot of improvements and bug-fixes in dconf-editor, thanks to Robert Ancell - some bug fixes in the GSettings backend (crashers caused by use if custom dconf profiles) - some FreeBSD build fixes - increased Vala dependency to 0.11.4 (required for dconf-editor fixes) Changes in dconf 0.6 ==================== - Rewrite a lot of the GSettings backend to reduce GDBus abuse. We use our own worker thread now instead of trying to hijack GDBus's. - disable gobject-introspection support for now - drop support for GTK2 in dconf-editor - Add a new torture-test case - Increase dbus timeout to 2 minutes (in case the service is heavily loaded) - Fix several memory leaks and other bugs
2012-07-31 17:46:20 +02:00
lib/pkgconfig/dconf-dbus-1.pc
lib/pkgconfig/dconf.pc
libexec/dconf-service
man/man1/dconf-editor.1
man/man1/dconf-service.1
man/man1/dconf.1
man/man7/dconf.7
share/bash-completion/completions/dconf
share/dbus-1/services/ca.desrt.dconf.service
share/gtk-doc/html/dconf/DConfClient.html
share/gtk-doc/html/dconf/annotation-glossary.html
share/gtk-doc/html/dconf/api-index-full.html
share/gtk-doc/html/dconf/ch01.html
share/gtk-doc/html/dconf/dconf-DConfChangeset.html
Update dconf and dconf-editor to 0.20.0 Changes in dconf 0.20.0 ======================== Czech translation updated. Changes in dconf 0.19.92 ========================= - depend on automake 1.11.2 - stop using ACLOCAL_FLAGS - depend on released version of Vala (0.18.0) Changes in dconf 0.19.91 ========================= - fix an unlikely failure in the fuzz testing of gvdb - fix a thread safety issue with file-db Changes in dconf 0.19.90 ========================= - dconf compile: always write little endian - file-db: don't install match rules on no bus (fixes gdbus assertion) - update dconf(1) manpage for 'dconf compile' - fix 'make clean' on FreeBSD - editor: provide appdata Translations updates: Ukrainian translation Aragonese translation Chinese Changes in dconf 0.19.3 ======================== - quite a lot of test coverage improvements - Add a proper DCONF_ERROR error domain - suppress GLib deprecation warnings during build - engine: issue warnings about missing files only once per source - engine: grok the WritabilityNotify signal from D-Bus - gsettings: handle writability changes correctly - engine: assorted fixes for issues found during testing - portability: only link to -ldl if it is required - add support for 'file-db' to profiles: this is an absolute path to a immutable dconf database file - add support for finding profiles in XDG_DATA_DIRS if they are not in /etc - add 'dconf compile' command for building dconf databases from keyfiles in arbitrary locations (like from the build system of a project that may want to install a file-db) - editor: add a section separator to the app menu for consistency Changes in dconf 0.19.2 ======================== - Add support for the new GSettingsBackend.read_user_value() API - bump GLib version depend accordingly (2.39.1) Translations updates: Greek Catalan (Valencian) Simplified Chinese Persian
2014-09-10 12:54:46 +02:00
share/gtk-doc/html/dconf/dconf-DConfError.html
share/gtk-doc/html/dconf/dconf-dconf-Paths.html
share/gtk-doc/html/dconf/dconf-editor.html
share/gtk-doc/html/dconf/dconf-overview.html
share/gtk-doc/html/dconf/dconf-service.html
share/gtk-doc/html/dconf/dconf-tool.html
share/gtk-doc/html/dconf/dconf.devhelp2
share/gtk-doc/html/dconf/home.png
share/gtk-doc/html/dconf/index.html
share/gtk-doc/html/dconf/index.sgml
Update dconf and dconf-editor to 0.20.0 Changes in dconf 0.20.0 ======================== Czech translation updated. Changes in dconf 0.19.92 ========================= - depend on automake 1.11.2 - stop using ACLOCAL_FLAGS - depend on released version of Vala (0.18.0) Changes in dconf 0.19.91 ========================= - fix an unlikely failure in the fuzz testing of gvdb - fix a thread safety issue with file-db Changes in dconf 0.19.90 ========================= - dconf compile: always write little endian - file-db: don't install match rules on no bus (fixes gdbus assertion) - update dconf(1) manpage for 'dconf compile' - fix 'make clean' on FreeBSD - editor: provide appdata Translations updates: Ukrainian translation Aragonese translation Chinese Changes in dconf 0.19.3 ======================== - quite a lot of test coverage improvements - Add a proper DCONF_ERROR error domain - suppress GLib deprecation warnings during build - engine: issue warnings about missing files only once per source - engine: grok the WritabilityNotify signal from D-Bus - gsettings: handle writability changes correctly - engine: assorted fixes for issues found during testing - portability: only link to -ldl if it is required - add support for 'file-db' to profiles: this is an absolute path to a immutable dconf database file - add support for finding profiles in XDG_DATA_DIRS if they are not in /etc - add 'dconf compile' command for building dconf databases from keyfiles in arbitrary locations (like from the build system of a project that may want to install a file-db) - editor: add a section separator to the app menu for consistency Changes in dconf 0.19.2 ======================== - Add support for the new GSettingsBackend.read_user_value() API - bump GLib version depend accordingly (2.39.1) Translations updates: Greek Catalan (Valencian) Simplified Chinese Persian
2014-09-10 12:54:46 +02:00
share/gtk-doc/html/dconf/left-insensitive.png
share/gtk-doc/html/dconf/left.png
share/gtk-doc/html/dconf/object-tree.html
share/gtk-doc/html/dconf/programs.html
Update dconf and dconf-editor to 0.20.0 Changes in dconf 0.20.0 ======================== Czech translation updated. Changes in dconf 0.19.92 ========================= - depend on automake 1.11.2 - stop using ACLOCAL_FLAGS - depend on released version of Vala (0.18.0) Changes in dconf 0.19.91 ========================= - fix an unlikely failure in the fuzz testing of gvdb - fix a thread safety issue with file-db Changes in dconf 0.19.90 ========================= - dconf compile: always write little endian - file-db: don't install match rules on no bus (fixes gdbus assertion) - update dconf(1) manpage for 'dconf compile' - fix 'make clean' on FreeBSD - editor: provide appdata Translations updates: Ukrainian translation Aragonese translation Chinese Changes in dconf 0.19.3 ======================== - quite a lot of test coverage improvements - Add a proper DCONF_ERROR error domain - suppress GLib deprecation warnings during build - engine: issue warnings about missing files only once per source - engine: grok the WritabilityNotify signal from D-Bus - gsettings: handle writability changes correctly - engine: assorted fixes for issues found during testing - portability: only link to -ldl if it is required - add support for 'file-db' to profiles: this is an absolute path to a immutable dconf database file - add support for finding profiles in XDG_DATA_DIRS if they are not in /etc - add 'dconf compile' command for building dconf databases from keyfiles in arbitrary locations (like from the build system of a project that may want to install a file-db) - editor: add a section separator to the app menu for consistency Changes in dconf 0.19.2 ======================== - Add support for the new GSettingsBackend.read_user_value() API - bump GLib version depend accordingly (2.39.1) Translations updates: Greek Catalan (Valencian) Simplified Chinese Persian
2014-09-10 12:54:46 +02:00
share/gtk-doc/html/dconf/right-insensitive.png
share/gtk-doc/html/dconf/right.png
share/gtk-doc/html/dconf/style.css
Update dconf and dconf-editor to 0.20.0 Changes in dconf 0.20.0 ======================== Czech translation updated. Changes in dconf 0.19.92 ========================= - depend on automake 1.11.2 - stop using ACLOCAL_FLAGS - depend on released version of Vala (0.18.0) Changes in dconf 0.19.91 ========================= - fix an unlikely failure in the fuzz testing of gvdb - fix a thread safety issue with file-db Changes in dconf 0.19.90 ========================= - dconf compile: always write little endian - file-db: don't install match rules on no bus (fixes gdbus assertion) - update dconf(1) manpage for 'dconf compile' - fix 'make clean' on FreeBSD - editor: provide appdata Translations updates: Ukrainian translation Aragonese translation Chinese Changes in dconf 0.19.3 ======================== - quite a lot of test coverage improvements - Add a proper DCONF_ERROR error domain - suppress GLib deprecation warnings during build - engine: issue warnings about missing files only once per source - engine: grok the WritabilityNotify signal from D-Bus - gsettings: handle writability changes correctly - engine: assorted fixes for issues found during testing - portability: only link to -ldl if it is required - add support for 'file-db' to profiles: this is an absolute path to a immutable dconf database file - add support for finding profiles in XDG_DATA_DIRS if they are not in /etc - add 'dconf compile' command for building dconf databases from keyfiles in arbitrary locations (like from the build system of a project that may want to install a file-db) - editor: add a section separator to the app menu for consistency Changes in dconf 0.19.2 ======================== - Add support for the new GSettingsBackend.read_user_value() API - bump GLib version depend accordingly (2.39.1) Translations updates: Greek Catalan (Valencian) Simplified Chinese Persian
2014-09-10 12:54:46 +02:00
share/gtk-doc/html/dconf/up-insensitive.png
share/gtk-doc/html/dconf/up.png
share/locale/an/LC_MESSAGES/dconf.mo
share/locale/ar/LC_MESSAGES/dconf.mo
share/locale/as/LC_MESSAGES/dconf.mo
share/locale/be/LC_MESSAGES/dconf.mo
share/locale/bg/LC_MESSAGES/dconf.mo
share/locale/bn_IN/LC_MESSAGES/dconf.mo
share/locale/ca/LC_MESSAGES/dconf.mo
share/locale/ca@valencia/LC_MESSAGES/dconf.mo
share/locale/cs/LC_MESSAGES/dconf.mo
share/locale/da/LC_MESSAGES/dconf.mo
share/locale/de/LC_MESSAGES/dconf.mo
share/locale/el/LC_MESSAGES/dconf.mo
share/locale/en_GB/LC_MESSAGES/dconf.mo
share/locale/eo/LC_MESSAGES/dconf.mo
share/locale/es/LC_MESSAGES/dconf.mo
share/locale/et/LC_MESSAGES/dconf.mo
share/locale/eu/LC_MESSAGES/dconf.mo
share/locale/fa/LC_MESSAGES/dconf.mo
share/locale/fi/LC_MESSAGES/dconf.mo
share/locale/fr/LC_MESSAGES/dconf.mo
share/locale/fur/LC_MESSAGES/dconf.mo
share/locale/gl/LC_MESSAGES/dconf.mo
share/locale/he/LC_MESSAGES/dconf.mo
share/locale/hi/LC_MESSAGES/dconf.mo
share/locale/hu/LC_MESSAGES/dconf.mo
share/locale/id/LC_MESSAGES/dconf.mo
share/locale/it/LC_MESSAGES/dconf.mo
share/locale/ja/LC_MESSAGES/dconf.mo
share/locale/ko/LC_MESSAGES/dconf.mo
share/locale/lt/LC_MESSAGES/dconf.mo
share/locale/lv/LC_MESSAGES/dconf.mo
share/locale/ml/LC_MESSAGES/dconf.mo
share/locale/mr/LC_MESSAGES/dconf.mo
share/locale/nb/LC_MESSAGES/dconf.mo
share/locale/nl/LC_MESSAGES/dconf.mo
share/locale/pa/LC_MESSAGES/dconf.mo
share/locale/pl/LC_MESSAGES/dconf.mo
share/locale/pt/LC_MESSAGES/dconf.mo
share/locale/pt_BR/LC_MESSAGES/dconf.mo
share/locale/ru/LC_MESSAGES/dconf.mo
share/locale/sk/LC_MESSAGES/dconf.mo
share/locale/sl/LC_MESSAGES/dconf.mo
share/locale/sr/LC_MESSAGES/dconf.mo
share/locale/sr@latin/LC_MESSAGES/dconf.mo
share/locale/sv/LC_MESSAGES/dconf.mo
share/locale/ta/LC_MESSAGES/dconf.mo
share/locale/te/LC_MESSAGES/dconf.mo
share/locale/tg/LC_MESSAGES/dconf.mo
share/locale/th/LC_MESSAGES/dconf.mo
share/locale/tr/LC_MESSAGES/dconf.mo
share/locale/ug/LC_MESSAGES/dconf.mo
share/locale/uk/LC_MESSAGES/dconf.mo
share/locale/vi/LC_MESSAGES/dconf.mo
share/locale/zh_CN/LC_MESSAGES/dconf.mo
share/locale/zh_HK/LC_MESSAGES/dconf.mo
share/locale/zh_TW/LC_MESSAGES/dconf.mo
share/vala/vapi/dconf.deps
share/vala/vapi/dconf.vapi