4b499edfa4
2.24.1.1 ======== * Revert the partial fix for bug #548600 due to regression it causes 2.24.1 ====== * Bugfixes, see http://bugzilla.gnome.org/buglist.cgi?product=gnome-terminal&status_whiteboard_type=substring&status_whiteboard=fixed-2-24&bug_status=RESOLVED&resolution=FIXED&chfieldfrom=2008-09-22&chfieldto=2008-10-20+23:59:00&chfield=bug_status * Translation update 2.23.4.2 ======== * Fix crash at startup on non-UTF8 locale (RH#450808, RH#450979) * Fix Ctrl-C (#538809) 2.23.4.1 ======== * Fix the S/Key challenge dialogue (RH #451641) 2.23.4 ====== * Bug fixes (#528683, #418192, #537112, #537888, #536899, #537215, #536639) * Translation updates 2.23.3.1 ======== - Fix the factory (bug #536463) 2.23.3 ====== * Code cleanup * Bug fixes
45 lines
1.4 KiB
Makefile
45 lines
1.4 KiB
Makefile
# $NetBSD: Makefile,v 1.11 2008/10/25 01:16:52 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gnome-terminal-2.24.1.1
|
|
CATEGORIES= x11 gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-terminal/2.24/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= Xterm like terminal program for GNOME 2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CONFLICTS= gnome-core-[0-9]* gnome2-terminal-[0-9]*
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_DIRS+= gnome2-1.5
|
|
USE_PKGLOCALEDIR= YES
|
|
USE_TOOLS+= gmake intltool msgfmt perl pkg-config
|
|
USE_LIBTOOL= YES
|
|
|
|
CONFIGURE_ENV+= ac_cv_path_GTK_BUILDER_CONVERT="${PYTHONBIN} ${BUILDLINK_PREFIX.gtk2}/bin/gtk-builder-convert"
|
|
|
|
GCONF_SCHEMAS= gnome-terminal.schemas
|
|
|
|
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.10.0
|
|
BUILDLINK_API_DEPENDS.startup-notification+= startup-notification>=0.8
|
|
|
|
PYTHON_FOR_BUILD_ONLY= YES
|
|
|
|
.include "../../devel/GConf/schemas.mk"
|
|
.include "../../devel/libglade/buildlink3.mk"
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
.include "../../devel/pango/buildlink3.mk"
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../sysutils/gnome-vfs/buildlink3.mk"
|
|
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
|
|
.include "../../mk/omf-scrollkeeper.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../x11/libSM/buildlink3.mk"
|
|
.include "../../x11/libXft/buildlink3.mk"
|
|
.include "../../x11/startup-notification/buildlink3.mk"
|
|
.include "../../x11/vte/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|