Age | Commit message (Collapse) | Author | Files | Lines |
|
change: fixed documentation build
|
|
in upcoming glibmm versions
bump PKGREV
|
|
changes: minor build and documentation tweaks
|
|
|
|
gconfmm 2.10 is API/ABI-compatible with gconfmm 2.8.x and gconfmm 2.6.x.
Changes compared to gconfmm 2.8:
* Client: Added set_*_list() methods.
|
|
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
|
|
fix MASTER_SITES
changes:
* Client::signal_value_changed(): Fixed a refcount crash.
(Daniel Elstner)
* spec file corrected. (Eric Bourque)
* Reference docs generated. (Bradley Bell)
|
|
gconfmm provides a C++ interface for the GConf (version 2) configuration
database system. GConf functionally is similar to the Windows registry,
but lots better.
|