summaryrefslogtreecommitdiff
path: root/devel/gconfmm/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2012-02-03update to 2.28.3drochner1-1/+92
change: fixed documentation build
2011-05-11disable API doc build -- this is generally a mess, and it is brokendrochner1-77/+1
in upcoming glibmm versions bump PKGREV
2011-01-13update to 2.28.2drochner1-3/+77
changes: minor build and documentation tweaks
2009-06-14Remove @dirrm entries from PLISTsjoerg1-8/+1
2005-07-22Changes 2.10.0:adam1-29/+29
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.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
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".
2004-07-05update to 2.0.2,drochner1-2/+2
fix MASTER_SITES changes: * Client::signal_value_changed(): Fixed a refcount crash. (Daniel Elstner) * spec file corrected. (Eric Bourque) * Reference docs generated. (Bradley Bell)
2003-03-01Initial import of gconfmm, version 2.0.1:jmmv1-0/+33
gconfmm provides a C++ interface for the GConf (version 2) configuration database system. GConf functionally is similar to the Windows registry, but lots better.