Install /etc/dconf/{db,profile}/.
This commit is contained in:
parent
e6be182b2b
commit
d2fcc891b3
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2011/05/30 15:51:51 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2011/06/03 13:26:57 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -11,7 +11,7 @@ GNOME_VERSION= 0.7.5
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
PKGNAME-editor= dconf-editor-${GNOME_VERSION}
|
||||
|
||||
REVISION-main= 1
|
||||
REVISION-main= 2
|
||||
REVISION-editor=1
|
||||
|
||||
SHARED_LIBS+= dconf 0.0 # 0.0.0
|
||||
@ -79,5 +79,7 @@ CONFIGURE_ARGS += --enable-editor
|
||||
pre-configure:
|
||||
${SUBST_CMD} ${WRKSRC}/{bin,client,editor}/Makefile.in \
|
||||
${WRKSRC}/dbus-1/Makefile.in
|
||||
perl -pi -e 's,/etc/dconf,${SYSCONFDIR}/dconf,g' \
|
||||
${WRKSRC}/{engine/dconf-engine,bin/dconf-update}.c
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,8 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.3 2011/05/06 14:22:27 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.4 2011/06/03 13:26:57 ajacoutot Exp $
|
||||
@conflict vala-<0.10
|
||||
@pkgpath devel/dconf
|
||||
@extraunexec rm -rf ${SYSCONFDIR}/dconf/db/*
|
||||
@extraunexec rm -rf ${SYSCONFDIR}/dconf/profile/*
|
||||
@bin bin/dconf
|
||||
include/dconf/
|
||||
include/dconf-dbus-1/
|
||||
@ -46,5 +48,7 @@ share/vala/
|
||||
share/vala/vapi/
|
||||
share/vala/vapi/dconf.deps
|
||||
share/vala/vapi/dconf.vapi
|
||||
@sample ${SYSCONFDIR}/dconf/db/
|
||||
@sample ${SYSCONFDIR}/dconf/profile/
|
||||
@exec %D/bin/gio-querymodules %D/lib/gio/modules/
|
||||
@unexec-delete %D/bin/gio-querymodules %D/lib/gio/modules/
|
||||
|
Loading…
x
Reference in New Issue
Block a user