pkgsrc/devel/GConf/PLIST
wiz a2bc14c711 Disable db3 backend in GConf1:
(1) The Berkeley DB storage backend requires DB-3.x, and used an
      experimental feature of DB-3.x.

  (2) There is a pretty severe bug that "prevents serious use of the
      Berkeley DB backend", according to the documentation included
      with the GConf sources.

  (3) GConf2, the successor to GConf, doesn't build with the Berkeley
      DB storage backend either.

Suggested by jlam.

Bump PKGREVISION.
Remove db3 bl3 inclusion from bl3 file, and bump BUILDLINK_DEPENDS
for it.

This fixes the gnucash build problems noted in PR 28423.
2004-11-30 18:25:56 +00:00

72 lines
3 KiB
Text

@comment $NetBSD: PLIST,v 1.16 2004/11/30 18:25:56 wiz Exp $
bin/gconf-config
bin/gconf-config-1
bin/gconf-sanity-check-1
bin/gconfd-1
bin/gconftool
bin/gconftool-1
@unexec cmp -s %D/etc/gconf/1/path.example %D/etc/gconf/1/path && rm %D/etc/gconf/1/path || ${TRUE}
etc/gconf/1/path.example
@exec test -f %D/etc/gconf/1/path || cp -p %D/%F %D/etc/gconf/1/path
etc/gconf/schemas/desktop.schemas
include/gconf/1/gconf/gconf-changeset.h
include/gconf/1/gconf/gconf-client.h
include/gconf/1/gconf/gconf-engine.h
include/gconf/1/gconf/gconf-error.h
include/gconf/1/gconf/gconf-glib-public.h
include/gconf/1/gconf/gconf-listeners.h
include/gconf/1/gconf/gconf-schema.h
include/gconf/1/gconf/gconf-value.h
include/gconf/1/gconf/gconf.h
lib/GConf/1/libgconfbackend-xml.la
lib/libgconf-1.la
lib/libgconf-gtk-1.la
lib/pkgconfig/gconf.pc
lib/pkgconfig/gconfgtk.pc
share/aclocal/gconf-1.m4
${PKGLOCALEDIR}/locale/az/LC_MESSAGES/GConf.mo
${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/GConf.mo
${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/GConf.mo
${PKGLOCALEDIR}/locale/da/LC_MESSAGES/GConf.mo
${PKGLOCALEDIR}/locale/de/LC_MESSAGES/GConf.mo
${PKGLOCALEDIR}/locale/el/LC_MESSAGES/GConf.mo
${PKGLOCALEDIR}/locale/es/LC_MESSAGES/GConf.mo
${PKGLOCALEDIR}/locale/eu/LC_MESSAGES/GConf.mo
${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/GConf.mo
${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/GConf.mo
${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/GConf.mo
${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/GConf.mo
${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/GConf.mo
${PKGLOCALEDIR}/locale/it/LC_MESSAGES/GConf.mo
${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/GConf.mo
${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/GConf.mo
${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/GConf.mo
${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/GConf.mo
${PKGLOCALEDIR}/locale/no/LC_MESSAGES/GConf.mo
${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/GConf.mo
${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/GConf.mo
${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/GConf.mo
${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/GConf.mo
${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/GConf.mo
${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/GConf.mo
${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/GConf.mo
${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/GConf.mo
${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/GConf.mo
${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/GConf.mo
@exec ${MKDIR} %D/share/gconf/1
@dirrm share/gconf/1
@unexec ${RMDIR} %D/share/gconf 2>/dev/null || ${TRUE}
@dirrm lib/GConf/1
@unexec ${RMDIR} %D/lib/GConf 2>/dev/null || ${TRUE}
@dirrm include/gconf/1/gconf
@dirrm include/gconf/1
@unexec ${RMDIR} %D/include/gconf 2>/dev/null || ${TRUE}
@dirrm etc/gconf/schemas
@exec ${MKDIR} %D/etc/gconf/gconf.xml.mandatory
@unexec ${RMDIR} %D/etc/gconf/gconf.xml.mandatory 2>/dev/null || ${TRUE}
@exec ${MKDIR} %D/etc/gconf/gconf.xml.defaults
@unexec ${RMDIR} %D/etc/gconf/gconf.xml.defaults 2>/dev/null || ${TRUE}
@dirrm etc/gconf/1
@unexec ${RMDIR} %D/etc/gconf 2>/dev/null || ${TRUE}
@exec test %D = ${LOCALBASE} || ln -s %D/share/aclocal/gconf-1.m4 ${LOCALBASE}/share/aclocal/gconf-1.m4
@unexec test %D = ${LOCALBASE} || ${RM} ${LOCALBASE}/share/aclocal/gconf-1.m4