Path to this page:
./
devel/GConf,
Configuration database system used by GNOME
Branch: CURRENT,
Version: 2.28.1,
Package name: GConf-2.28.1,
Maintainer: pkgsrc-usersGConf 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: 944e067a85b43e7a778b9ee244f85508931a49a0
RMD160: 9ee3b6e68553997a128ca2b49992ddfbe157609b
Filesize: 1441.544 KB
Version history: (Expand)
- (2010-06-11) Updated to version: GConf-2.28.1
- (2009-10-21) Updated to version: GConf-2.28.0
- (2009-09-13) Updated to version: GConf-2.26.2nb1
- (2009-05-18) Updated to version: GConf-2.26.2
- (2009-03-17) Updated to version: GConf-2.26.0nb1
- (2009-03-06) Updated to version: GConf-2.24.0nb1
CVS history: (Expand)
2010-06-11 15:19:24 by Matthias Drochner | Files touched by this commit (3) |  |
Log message:
update to 2.28.1
changes:
-bugfixes
-translation updates
|
2009-10-21 17:48:51 by Matthias Drochner | Files touched by this commit (7) |  |
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) |  |
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.
|