diff options
author | prlw1 <prlw1> | 2014-09-10 10:54:46 +0000 |
---|---|---|
committer | prlw1 <prlw1> | 2014-09-10 10:54:46 +0000 |
commit | 6bb8e6e13561e3e72daa65e995a91516cd135ae4 (patch) | |
tree | 47d22b911af0fcd8e10c96359dbeffdde1d7778c /devel/dconf/PLIST | |
parent | f9577d0440cb93cd1e20d151f514b035c738d7d3 (diff) | |
download | pkgsrc-6bb8e6e13561e3e72daa65e995a91516cd135ae4.tar.gz |
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
Diffstat (limited to 'devel/dconf/PLIST')
-rw-r--r-- | devel/dconf/PLIST | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/dconf/PLIST b/devel/dconf/PLIST index b6d958a1197..a494417d229 100644 --- a/devel/dconf/PLIST +++ b/devel/dconf/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.6 2013/09/30 11:42:13 obache Exp $ +@comment $NetBSD: PLIST,v 1.7 2014/09/10 10:54:46 prlw1 Exp $ bin/dconf include/dconf-dbus-1/dconf-dbus-1.h include/dconf/client/dconf-client.h include/dconf/common/dconf-changeset.h +include/dconf/common/dconf-error.h include/dconf/common/dconf-paths.h include/dconf/dconf.h lib/gio/modules/libdconfsettings.so @@ -26,6 +27,7 @@ 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 +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 @@ -35,11 +37,14 @@ 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 +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 +share/gtk-doc/html/dconf/right-insensitive.png share/gtk-doc/html/dconf/right.png share/gtk-doc/html/dconf/style.css +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 |