./devel/GConf, Configuration database system used by GNOME

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.28.0, Package name: GConf-2.28.0, Maintainer: pkgsrc-users

GConf is a configuration database system, functionally similar to the
Windows registry but lots better. It was written for the GNOME
desktop but does not require GNOME; configure should notice if GNOME
is not installed and compile the basic GConf library anyway.


Required to run:
[sysutils/dbus-glib] [sysutils/dbus] [textproc/xmlcatmgr] [textproc/libxml2] [net/ORBit2] [devel/glib2]

Required to build:
[textproc/intltool] [lang/perl5] [devel/gmake] [devel/libtool-base] [devel/pkg-config]

Master sites: (Expand)

SHA1: 8371d88cc84fd727dfd0f8d413fa20a8bfe814fd
RMD160: 99b09ab7d6453338adacc1f194013294b65fe33c
Filesize: 1441.592 KB

Version history: (Expand)


CVS history: (Expand)


   2009-10-21 17:48:51 by Matthias Drochner | Files touched by this commit (7) | Package updated
Log message:
update to 2.28.0
This switches to the gnome-2.28 release branch.

pkgsrc note: disabled the "defaults" service, this wants a version
of "policykit" newer than the pkgsrc one
(looks dispensable, could also be made an addon pkg)
   2009-09-12 21:21:01 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
Add patch from drochner that gets f-spot further (when autostarting
gconfd-2).

Bump PKGREVISION.
   2009-06-15 00:58:11 by Joerg Sonnenberger | Files touched by this commit (129)
Log message:
Remove @dirrm related logic.
   2009-06-14 20:48:18 by Joerg Sonnenberger | Files touched by this commit (44)
Log message:
Convert @exec/@unexec to @pkgdir or drop it.
   2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454)
Log message:
Remove @dirrm entries from PLISTs
   2009-06-03 14:40:32 by OBATA Akio | Files touched by this commit (5)
Log message:
Remove build dependency on gtk-doc, related to PR#41475.

It comes from upstream Bug#562310:
http://bugzilla.gnome.org/show_bug.cgi?id=562310
Availability detection of `gtkdoc-rebase' command is depend on the behaviour
of `which' command,  if `which gtkdoc-rebase' return false, do nothing.
It is known as not works as expected on Darwin and Solaris, then failed in
unwanted gtkdoc-rebase execution, and abort.

It is already fixed in upstream gtk-doc repository, but not released yet(1.12?).
So, some packages may contain and be using un-fixed gtk-doc.* files.

For easy to determine whether it is fixed or not, check gtk-doc.make contains
following commit (not using 'which gtkdoc-rebase', but $(GTKDOC_REBASE) macro):

http://git.gnome.org./cgit/gtk-doc/commit/?id=ef5f56ca5fd4a077e6f7a374e8dd333b7a6a8d42
   2009-05-26 18:55:24 by Thomas Klausner | Files touched by this commit (5)
Log message:
BUILD_DEPEND on gtk-doc (by including its buildlink3.mk file) to
get gtkdoc-rebase.

Addresses PR 41475 by John D. Baker.
   2009-05-20 01:56:04 by Thomas Klausner | Files touched by this commit (2)
Log message:
Add URL for upstream bug report.