efca53d1b0
Changes: 2.4.1 === - Escape profile names when used as gconf directory names. - Make new tabs/windows open in the current tab's working directory when they are opened through the context menu. - Undeprecate --use-factory, which was the default anyways. - Translation updates. 2.4.0 === Thanks to Mariano Suarez-Alvarez, Irene Ryan, Pasupath Duraisamy for contributions to this release. Thanks as always to the translation team. - fix skey dingus - translate default profile title - documentation improvements - fix some error messages - only allow numeric values in spinbutton in profiles dialog - actually use system font when requested - improve HIG compliance 2.3.2 === Thanks to Mariano Suarez-Alvarez, John Fleck, Kjartan Maraas, Nalin Dahyabhai, Mark Finlay, Jonathan Blandford, Paul Duran for contributions to this release. Thanks also to the tireless translators. - fixups to config key descriptions in .schemas - update active widget on tab switching, fixes several bugs - don't add accelerator for notebook tab 1 if there's only one tab - add mimetype so you can OpenWith->Terminal in nautilus - open new windows and tabs in same directory as the current tab - don't show URL-related menu items when no url was clicked on - handle underscores in profile names - fixups to regexp for urls - HIG fixes - fix up build system for online help - fix a memleak 2.3.1 === Thanks to Christophe Fergeau, Nalin Dahyabhai, Breda McColgan, Mariano Suarez-Alvarez, Shivram Upadhyayula, Mike Lei, Laszlo Kovacs, Kjartan Maraas, Pasupathi Duraisamy for help with this release. - fix compilation with old compilers - fix some memory corruption screwups in argument parsing, and don't mangle post-"-x" options - make background shading really work - documentation updates - translation updates - clean up handling of dingus click in combination with modifiers - dropped libzvt support - set application name for window group in window list - add --active command line option to preserve active tab across sessions - add --tab/--window options - background scrolling now works - tab focus fix - honor "menus have icons" pref - clean up some duplicate mnemonics in prefs dialog
38 lines
1 KiB
Makefile
38 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.17 2004/01/08 20:58:39 xtraeme Exp $
|
|
#
|
|
|
|
DISTNAME= gnome-terminal-2.4.1
|
|
PKGNAME= ${DISTNAME:S/-/2-/}
|
|
CATEGORIES= x11 gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-terminal/2.4/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= sab@posix.org.uk
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= Xterm like terminal program for GNOME 2
|
|
|
|
BUILD_USES_MSGFMT= YES
|
|
DEPENDS= gnome2-dirs>=1.2:../../misc/gnome2-dirs
|
|
|
|
CONFLICTS= gnome-core-[0-9]*
|
|
|
|
USE_PERL5= build
|
|
GNU_CONFIGURE= YES
|
|
USE_BUILDLINK2= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
USE_GMAKE= YES
|
|
USE_X11= YES
|
|
USE_LIBTOOL= YES
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
GCONF2_SCHEMAS= gnome-terminal.schemas
|
|
|
|
.include "../../devel/GConf2/schemas.mk"
|
|
.include "../../devel/libglade2/buildlink2.mk"
|
|
.include "../../devel/libgnomeui/buildlink2.mk"
|
|
.include "../../textproc/scrollkeeper/omf.mk"
|
|
.include "../../x11/gtk2/buildlink2.mk"
|
|
.include "../../x11/libzvt/buildlink2.mk"
|
|
.include "../../x11/startup-notification/buildlink2.mk"
|
|
.include "../../x11/vte/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|