2012-10-09 01:00:34 +02:00
|
|
|
# $NetBSD: Makefile,v 1.24 2012/10/08 23:00:44 adam Exp $
|
2003-02-05 23:19:56 +01:00
|
|
|
#
|
|
|
|
|
2009-11-02 18:28:55 +01:00
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
|
2007-09-21 14:58:12 +02:00
|
|
|
.include "../../devel/GConf/Makefile.common"
|
2003-02-05 23:19:56 +01:00
|
|
|
|
2007-09-21 14:58:12 +02:00
|
|
|
PKGNAME= ${DISTNAME:S/GConf/GConf-ui/}
|
2012-10-09 01:00:34 +02:00
|
|
|
PKGREVISION= 7
|
2004-10-26 22:57:53 +02:00
|
|
|
|
2007-09-21 14:58:12 +02:00
|
|
|
BUILDLINK_API_DEPENDS.GConf+= GConf>=${GCONF_VERSION}
|
2003-02-05 23:19:56 +01:00
|
|
|
|
2004-05-03 22:55:36 +02:00
|
|
|
CONFIGURE_ARGS+= --enable-gtk
|
2011-03-18 17:33:50 +01:00
|
|
|
CONFIGURE_ARGS+= --with-gtk=2.0
|
2009-10-21 17:49:33 +02:00
|
|
|
CONFIGURE_ARGS+= --disable-defaults-service
|
2003-02-05 23:19:56 +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
|
|
|
BUILD_DIRS= gconf
|
2004-12-03 16:14:50 +01:00
|
|
|
BUILD_TARGET= gconfmarshal.h gconfmarshal.c GConfX.h gconf-sanity-check-2
|
2003-12-14 20:45:45 +01:00
|
|
|
|
2005-06-16 08:57:37 +02:00
|
|
|
INSTALLATION_DIRS= libexec
|
|
|
|
|
2003-02-05 23:19:56 +01:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/gconf/.libs/gconf-sanity-check-2 \
|
2006-10-09 14:52:34 +02:00
|
|
|
${DESTDIR}${PREFIX}/libexec
|
2003-02-05 23:19:56 +01:00
|
|
|
|
2007-09-21 14:58:12 +02:00
|
|
|
.include "../../devel/GConf/buildlink3.mk"
|
2009-10-21 17:49:33 +02:00
|
|
|
#.include "../../security/policykit/buildlink3.mk"
|
2004-02-11 01:48:07 +01:00
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
2003-02-05 23:19:56 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|