Fixes: - add a --enable-gtk=yes/no/auto configure arg (Julio Merino, Mark) - fix basic example app to not crash (Elijah Newren) - don't try and create a dir if it already exists (Ryan Lovett, Mark) - only ever create the $(HOME)/.gconfd/ dir in the daemon (Colin Walters) - add quotes around AM_GCONF_SOURCE_2 (Frédéric L. W. Meunier) - handle <entry> with only <schema_name> correctly in --load (Mark) - fix the order in which local-defaults.path gets included (Mark) - fix minor inefficiency when not printing debugging messages (Mark) Translators: - Adam Weinberger (en_CA) - Robert Sedak (hr) - Samúel Jón Gunnarsson (is) - Alessio Frusciante (it) - Takeshi AIHANA (ja) - Amanpreet Singh Alam (pa) - Gurkan Aslan (tr)
19 lines
464 B
Makefile
19 lines
464 B
Makefile
# $NetBSD: Makefile,v 1.14 2004/05/03 20:55:36 jmmv Exp $
|
|
#
|
|
|
|
.include "../../devel/GConf2/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/GConf/GConf2-ui/}
|
|
|
|
CONFIGURE_ARGS+= --enable-gtk
|
|
|
|
BUILD_DIRS= ${WRKSRC}/gconf
|
|
ALL_TARGET= GConfX.h gconf-sanity-check-2
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/gconf/.libs/gconf-sanity-check-2 \
|
|
${PREFIX}/libexec
|
|
|
|
.include "../../devel/GConf2/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|