14b455e737
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)
35 lines
938 B
Makefile
35 lines
938 B
Makefile
# $NetBSD: Makefile.common,v 1.18 2004/05/03 20:55:36 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= GConf-2.6.1
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/GConf/2.6/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/projects/gconf/
|
|
COMMENT= Configuration database system used by GNOME (v2)
|
|
|
|
BUILD_USES_MSGFMT= yes
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../GConf2/distinfo
|
|
FILESDIR= ${.CURDIR}/../GConf2/files
|
|
PATCHDIR= ${.CURDIR}/../GConf2/patches
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_GNU_TOOLS+= make
|
|
USE_PERL5= build
|
|
|
|
PKGCONFIG_OVERRIDE= gconf-2.0.pc.in
|
|
|
|
PKG_SYSCONFSUBDIR= gconf
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
|
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
|
|
CONFIGURE_ARGS+= --disable-gtk-doc
|
|
CONFIGURE_ARGS+= --enable-gconf-source=xml::${PKG_SYSCONFDIR}/gconf.xml.defaults
|
|
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|