Fix a path in the documentation.
This commit is contained in:
parent
b140aadd36
commit
6fca11764f
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.51 2011/04/07 07:51:54 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.52 2011/04/10 08:33:13 ajacoutot Exp $
|
||||
|
||||
COMMENT-main= configuration database system for GNOME
|
||||
COMMENT-polkit= PolicyKit integration for GConf2
|
||||
@ -9,7 +9,7 @@ GNOME_VERSION= 2.32.2
|
||||
PKGNAME-main= gconf2-${GNOME_VERSION}
|
||||
PKGNAME-polkit= gconf2-polkit-${GNOME_VERSION}
|
||||
|
||||
REVISION-main= 0
|
||||
REVISION-main= 1
|
||||
|
||||
SHARED_LIBS += gconf-2 6.2 # 5.5
|
||||
|
||||
@ -73,6 +73,9 @@ USE_GROFF = Yes
|
||||
FAKE_FLAGS= sysgconfdir=${PREFIX}/share/examples/gconf2 \
|
||||
sysconfdir=${PREFIX}/share/examples/gconf2
|
||||
|
||||
pre-configure:
|
||||
${SUBST_CMD} ${WRKSRC}/gsettings/gsettings-data-convert.1
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/schemas/
|
||||
|
||||
|
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-gsettings_gsettings-data-convert_1,v 1.1 2011/04/10 08:33:13 ajacoutot Exp $
|
||||
--- gsettings/gsettings-data-convert.1.orig Sun Apr 10 10:22:19 2011
|
||||
+++ gsettings/gsettings-data-convert.1 Sun Apr 10 10:22:31 2011
|
||||
@@ -30,7 +30,7 @@ gsettings-data-convert \- GConf to GSettings data migr
|
||||
reads values out of the users GConf database and stores them in GSettings\&.
|
||||
.PP
|
||||
The information about the mapping from GConf keys to GSettings keys is taken from files in
|
||||
-/usr/share/GConf/gsettings\&. Each file in that directory is read as a key file, with sections for each GSettings schema that is being converted\&. The entries in each section map GSettings keys to paths in the GConf database\&. Currently,
|
||||
+${PREFIX}/share/GConf/gsettings\&. Each file in that directory is read as a key file, with sections for each GSettings schema that is being converted\&. The entries in each section map GSettings keys to paths in the GConf database\&. Currently,
|
||||
\fBgsettings\-data\-convert\fR
|
||||
supports all basic GConf types as well as lists of strings and lists of integers\&.
|
||||
.PP
|
Loading…
Reference in New Issue
Block a user