2004-09-04 18:10:12 +02:00
|
|
|
# $NetBSD: Makefile,v 1.22 2004/09/04 16:10:12 jmmv Exp $
|
2002-11-02 12:32:39 +01:00
|
|
|
#
|
|
|
|
|
2004-06-28 15:34:47 +02:00
|
|
|
DISTNAME= gconf-editor-2.6.2
|
2004-09-04 18:10:12 +02:00
|
|
|
PKGREVISION= 1
|
2002-11-02 12:32:39 +01:00
|
|
|
CATEGORIES= editors gnome
|
Update to 2.6.0. Changes since previous stable version (2.4.x):
2.6.0:
* Translations:
- Added Punjabi translation (Amanpreet Singh Alam)
- Updated Hungarian translation (Andras Timar)
- Added British translation (Gareth Owen)
2.5.92:
* Translations:
- Updated Croatian translation (Robert Sedak)
- Added Canadian English translation (Alexander Winston)
- Updated Ukrainian translation (Maxim Dziumanenko)
- Updated Thai translation (Theppitak Karoonboonyanan)
2.5.91:
* Fixes:
- Show key documentation even if it has been modified (Bug #121813,
Fernando Herrera)
2.5.4:
* Fixes:
- Fix a crash when deleting keys (Bugs #105884 and #124662, Sanjiv
Agarwala)
- Copy path if no key is slected (Bug #132085, Fernando Herrera)
- Fix a crash with NULLs nodes (Bug #128272, Fernando Herrea)
- Unify copyright strings (Bug #101728, Christian Neumair)
- Handle escaping of keys correctly (Bug #96744, Hidetoshi
Tajima)
- Removed final "," in enums (Fernando Herrera)
* Improvements:
- Update statusbar on key selection (Fernando Herrera)
- Added man page (Sebastien Bacher)
2.5.1:
* Fixes:
- Fix a crash with unset values (Bug #121084, Sebastien Bacher)
- Added float support to the list editor, fixing a crash (Ross Burton)
- Remove the GTK_DISABLE_DEPRECATED flag (Bug #123932, Arvind Samptur)
* Improvements:
- Set the cursor to GDK_WATCH while we are figuring
out the child nodes (Federico Mena Quintero)
- Expand tree items when double clicked (Christophe Fergeau)
2004-04-01 20:51:26 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gconf-editor/2.6/}
|
2002-11-02 12:32:39 +01:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
|
|
|
MAINTAINER= sab@posix.org.uk
|
|
|
|
HOMEPAGE= http://www.gnome.org/
|
|
|
|
COMMENT= Editor for the GConf configuration system
|
|
|
|
|
|
|
|
BUILD_USES_MSGFMT= YES
|
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
2004-02-11 05:58:15 +01:00
|
|
|
USE_BUILDLINK3= YES
|
2004-04-14 18:15:20 +02:00
|
|
|
USE_DIRS+= xdg-1.1
|
2004-04-15 13:16:04 +02:00
|
|
|
USE_LIBTOOL= YES
|
2002-12-01 00:32:20 +01:00
|
|
|
USE_PKGLOCALEDIR= YES
|
2004-01-22 09:24:28 +01:00
|
|
|
USE_GNU_TOOLS+= make
|
2002-11-02 12:32:39 +01:00
|
|
|
USE_X11= YES
|
|
|
|
|
2004-09-04 18:10:12 +02:00
|
|
|
CONFIGURE_ARGS+= --with-gconf-defaults-source=${GCONF2_CONFIG_SOURCE}
|
|
|
|
CONFIGURE_ARGS+= --with-gconf-mandatory-source=${GCONF2_CONFIG_SOURCE:S/gconf.xml.defaults/gconf.xml.mandatory/g}
|
|
|
|
|
|
|
|
.include "../../devel/GConf2/schemas.mk"
|
2004-02-17 00:10:24 +01:00
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
|
|
.include "../../textproc/intltool/buildlink3.mk"
|
2004-02-11 05:58:15 +01:00
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
2002-11-02 12:32:39 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|