* Fixes: - Don't escape keys (Bugs #135807 and #136400) - Fix a crashing bug in the unref code (Bugs #124662 and #136631) - Fix the cell editor for float values (Bug #137468) - Fix a crash when launching gconf-editor with an invalid key path (Bug #136381) - Allow the notebook in the key editor to fill and expand. (Fix #138557) * Translations: - Added Basque translation (Iñaki Larrañaga) - Added Gujarati translation (Guntupalli Karunakar)
29 lines
787 B
Makefile
29 lines
787 B
Makefile
# $NetBSD: Makefile,v 1.20 2004/04/16 13:47:17 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= gconf-editor-2.6.1
|
|
CATEGORIES= editors gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gconf-editor/2.6/}
|
|
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
|
|
USE_BUILDLINK3= YES
|
|
USE_DIRS+= xdg-1.1
|
|
USE_LIBTOOL= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
USE_GNU_TOOLS+= make
|
|
USE_X11= YES
|
|
|
|
.include "../../devel/GConf2/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../textproc/intltool/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|