2009-05-18 10:26:24 +02:00
|
|
|
# $NetBSD: Makefile,v 1.67 2009/05/18 08:26:24 wiz Exp $
|
2002-05-22 18:08:42 +02:00
|
|
|
#
|
|
|
|
|
2007-09-21 14:58:12 +02:00
|
|
|
.include "../../devel/GConf/Makefile.common"
|
2002-05-22 18:08:42 +02:00
|
|
|
|
2004-05-03 22:55:36 +02:00
|
|
|
CONFIGURE_ARGS+= --disable-gtk
|
2006-02-07 20:11:32 +01:00
|
|
|
CONFIGURE_ARGS+= ac_cv_header_ldap_h=no
|
2003-01-05 23:12:32 +01:00
|
|
|
|
2007-09-23 19:16:45 +02:00
|
|
|
CONFLICTS+= GConf2-[0-9]*
|
2007-09-21 14:58:12 +02:00
|
|
|
|
2003-02-14 21:04:05 +01:00
|
|
|
OWN_DIRS= ${PKG_SYSCONFDIR}/2
|
|
|
|
OWN_DIRS+= ${PKG_SYSCONFDIR}/gconf.xml.defaults
|
|
|
|
OWN_DIRS+= ${PKG_SYSCONFDIR}/gconf.xml.mandatory
|
2009-03-17 11:12:25 +01:00
|
|
|
OWN_DIRS+= ${PKG_SYSCONFDIR}/gconf.xml.system
|
2003-02-14 21:04:05 +01:00
|
|
|
|
2007-09-21 14:58:12 +02:00
|
|
|
EGDIR= ${PREFIX}/share/examples/GConf
|
2003-02-14 21:04:05 +01:00
|
|
|
CONF_FILES= ${EGDIR}/path ${PKG_SYSCONFDIR}/2/path
|
2009-03-06 01:08:08 +01:00
|
|
|
CONF_FILES+= ${EGDIR}/org.gnome.GConf.Defaults.conf \
|
|
|
|
${PKG_SYSCONFBASEDIR}/dbus-1/system.d/org.gnome.GConf.Defaults.conf
|
2003-02-14 21:04:05 +01:00
|
|
|
|
2004-09-02 13:50:24 +02:00
|
|
|
PRINT_PLIST_AWK+= /^@dirrm (include\/gconf|lib\/GConf|share\/gconf)$$/ \
|
|
|
|
{ print "@unexec $${RMDIR} -p %D/" $$2 \
|
|
|
|
" 2>/dev/null || $${TRUE}"; next}
|
|
|
|
|
2003-02-14 21:04:05 +01:00
|
|
|
# XXX: We need to use XML_CATALOGS here to register the installed DTD.
|
|
|
|
# But we have to wait until a public identifier is choosen for it.
|
|
|
|
|
|
|
|
post-install:
|
2006-10-09 14:52:34 +02:00
|
|
|
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/gconf/schemas
|
2003-02-14 21:04:05 +01:00
|
|
|
|
Update to 2.24.0:
2.24.0
======
Fixes
- Fix pokit-policy-file-validate check (Saleem Abdulrasool)
Translation updates
(ar, bg, cs, da, de, en_GB, et, fr, gu, hr, hu, it, kn,
lt, mai, or, pt, pt_BR, ro, ru, sr, ta, te, tr, uk, vi
2.23.2
======
Fixes
- cleanups (Kjartan)
Features
- stop using /tmp for the IOR, instead use the DBus session bus (Ray Strode)
- optionally install a DBus service for system-wide settings (Matthias Clasen, Behdad Esfahbod)
2.23.1
======
Fixes
- Fix the build. (Kjartan)
2.23.0
======
Fixes
- stop spamming syslog (David Förster)
- signal handling fixes (Javier Uruen Val)
- use AC_HELP_STRINGS for nice formatting (Sven Herzberg)
- timeout batching work (Matthias Clasen)
- remove syslog spamming code (from Debian)
- fix a crash when unsetting a key with no writable source (Richard Hult)
- allow overriding $TMPDIR (Frederic Crozat)
- integration with D-BUS (Ray Strode)
- translation updates (ar, da, es, gl, he, nb, nl, sq, sk, th, vi)
2008-10-09 22:53:48 +02:00
|
|
|
BUILDLINK_ABI_DEPENDS.dbus-glib+= dbus-glib>=0.74
|
2004-02-11 01:48:07 +01:00
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
|
|
.include "../../net/ORBit2/buildlink3.mk"
|
2009-03-06 01:08:08 +01:00
|
|
|
.include "../../security/policykit/buildlink3.mk"
|
Update to 2.24.0:
2.24.0
======
Fixes
- Fix pokit-policy-file-validate check (Saleem Abdulrasool)
Translation updates
(ar, bg, cs, da, de, en_GB, et, fr, gu, hr, hu, it, kn,
lt, mai, or, pt, pt_BR, ro, ru, sr, ta, te, tr, uk, vi
2.23.2
======
Fixes
- cleanups (Kjartan)
Features
- stop using /tmp for the IOR, instead use the DBus session bus (Ray Strode)
- optionally install a DBus service for system-wide settings (Matthias Clasen, Behdad Esfahbod)
2.23.1
======
Fixes
- Fix the build. (Kjartan)
2.23.0
======
Fixes
- stop spamming syslog (David Förster)
- signal handling fixes (Javier Uruen Val)
- use AC_HELP_STRINGS for nice formatting (Sven Herzberg)
- timeout batching work (Matthias Clasen)
- remove syslog spamming code (from Debian)
- fix a crash when unsetting a key with no writable source (Richard Hult)
- allow overriding $TMPDIR (Frederic Crozat)
- integration with D-BUS (Ray Strode)
- translation updates (ar, da, es, gl, he, nb, nl, sq, sk, th, vi)
2008-10-09 22:53:48 +02:00
|
|
|
.include "../../sysutils/dbus/buildlink3.mk"
|
|
|
|
.include "../../sysutils/dbus-glib/buildlink3.mk"
|
2004-02-11 01:48:07 +01:00
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
|
|
.include "../../textproc/xmlcatmgr/buildlink3.mk"
|
2002-05-22 18:08:42 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|