2012-10-31 12:16:30 +01:00
|
|
|
# $NetBSD: Makefile.common,v 1.19 2012/10/31 11:16:31 asau Exp $
|
2003-02-05 23:06:45 +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
|
|
|
# used by devel/GConf/Makefile
|
|
|
|
# used by devel/GConf-ui/Makefile
|
2003-02-05 23:06:45 +01:00
|
|
|
|
2012-01-19 20:34:46 +01:00
|
|
|
GCONF_VERSION= 2.32.4
|
2006-03-30 22:50:02 +02:00
|
|
|
|
2007-09-21 14:58:12 +02:00
|
|
|
DISTNAME= GConf-${GCONF_VERSION}
|
2003-02-05 23:06:45 +01:00
|
|
|
CATEGORIES= devel gnome
|
2010-11-15 20:55:10 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/GConf/2.32/}
|
2003-02-05 23:06:45 +01:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2008-04-30 15:38:14 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2004-04-01 20:17:29 +02:00
|
|
|
HOMEPAGE= http://www.gnome.org/projects/gconf/
|
2007-09-21 14:58:12 +02:00
|
|
|
COMMENT= Configuration database system used by GNOME
|
2009-05-18 10:26:24 +02:00
|
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
|
2004-06-11 20:12:10 +02:00
|
|
|
# not ready yet. .schemas are installed in the depot.
|
|
|
|
#PKG_INSTALLATION_TYPES= overwrite pkgviews
|
2004-06-05 01:58:12 +02:00
|
|
|
|
2007-09-21 14:58:12 +02:00
|
|
|
DISTINFO_FILE= ${.CURDIR}/../GConf/distinfo
|
|
|
|
FILESDIR= ${.CURDIR}/../GConf/files
|
|
|
|
PATCHDIR= ${.CURDIR}/../GConf/patches
|
2003-02-05 23:06:45 +01:00
|
|
|
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LIBTOOL= yes
|
2006-10-23 02:22:14 +02:00
|
|
|
USE_TOOLS+= gmake intltool msgfmt perl pkg-config
|
2003-02-05 23:06:45 +01:00
|
|
|
|
2004-02-14 19:26:26 +01:00
|
|
|
PKGCONFIG_OVERRIDE= gconf-2.0.pc.in
|
2003-02-05 23:06:45 +01:00
|
|
|
|
2003-02-14 21:04:05 +01:00
|
|
|
PKG_SYSCONFSUBDIR= gconf
|
|
|
|
|
2005-12-06 00:55:01 +01:00
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
|
2004-09-21 18:44:50 +02:00
|
|
|
CONFIGURE_ARGS+= --with-sysconfsubdir=
|
2003-02-14 21:04:05 +01:00
|
|
|
CONFIGURE_ARGS+= --enable-gconf-source=xml::${PKG_SYSCONFDIR}/gconf.xml.defaults
|
2005-10-08 19:15:48 +02:00
|
|
|
|
2011-04-26 15:26:42 +02:00
|
|
|
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.28
|
2005-10-08 19:15:48 +02:00
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|