pkgsrc/x11/gnome2-terminal/Makefile
jmmv 2a87070057 Update to 2.10.0:
2.10.0
===

- Translation updates: bg, ca, et, hu, lt, nl, ro, sr, sr@Latn, uk, zh_TW
- Ukrainian translation of the docs

2.9.3
===

- Approximate the time that gnome-terminal was launched if not launched with
  startup-notification (Elijah Newren) [#168812]
- Translation updates: Vladimir Petkov (bg), Jordi Mallach (ca), Kostas
  Papadimas (el), Priit Laes (et), Pauli Virtanen (fi), Christophe
  Merlet (RedFox) (fr), Ankit Patel (gu), Takeshi AIHANA (ja), Young-Ho Cha (ko),
  Žygimantas Beručka (lt), Kjartan Maraas (nb), Rajeev Shrestha (ne), Åsmund
  Skjæveland (nn), Kjartan Maraas (no), Gnome PL Team (pl), Gustavo Noronha
  Silva (pt_BR), Duarte Loreto (pt), Leonid Kanter (ru), Marcel Telka (sk),
  Christian Rose (sv), Theppitak Karoonboonyanan (th), Maxim Dziumanenko (uk)

2.9.2
===
- Correct handling of the clipboard and of the clipboard availability checking.
- Port to the new GTK widgets.
- Support _NET_WM_USER_TIME (Elijah Newren)
- Be more HIGgy in a couple of dialogs (Dennis Cranston)
- Translation updates: Vladimir Petkov (bg), Miloslav Trmac (cs), Martin Willemoes
  Hansen (da), Hendrik Richter (de), Adam Weinberger (en_CA), David Lodge (en_GB),
  es@li.org (es), Laszlo Dvornik (hu), Takeshi AIHANA (ja), Daniel van Eeden (nl),
  Gustavo Noronha Silva (pt_BR), Laurent Dhima (sq), Funda Wang (zh_CN).

2.9.1
===
- Make all terminal windows be group leaders; this will change the way grouping is
  done by window-managers, closer to what people expect (hopefully).
- Match news: URIs, and recognize more mailto: ones.
- Add --full-screen
- Cleanups and leaks fixed from Alexey Spiridonov, Kjartan Maraas.
- Fixed a couple of hotkey clashes, caught by Damian Keogh.
- Set accessible descriptions correctly on the profile dialog; caught by Frances Keenan.
- Translation updates: Miloslav Trmac (cs), Martin Willemoes Hansen (da),
  Adam Weinberger (en_CA), Christophe Merlet (RedFox) (fr), Mohammad DAMT (id),
  Young-Ho Cha (ko), Kjartan Maraas (nb), Kjartan Maraas (no).
2005-03-22 16:20:49 +00:00

43 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.36 2005/03/22 16:20:49 jmmv Exp $
#
DISTNAME= gnome-terminal-2.10.0
PKGNAME= ${DISTNAME:S/-/2-/}
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-terminal/2.10/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Xterm like terminal program for GNOME 2
BUILD_USES_MSGFMT= YES
CONFLICTS= gnome-core-[0-9]*
USE_PERL5= build
GNU_CONFIGURE= YES
USE_BUILDLINK3= YES
USE_DIRS+= gnome2-1.5
USE_PKGLOCALEDIR= YES
USE_GNU_TOOLS+= make
USE_X11= YES
USE_LIBTOOL= YES
GCONF2_SCHEMAS= gnome-terminal.schemas
BUILDLINK_DEPENDS.startup-notification+= startup-notification>=0.8
.include "../../devel/GConf2/schemas.mk"
.include "../../devel/libglade2/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../devel/pango/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../fonts/Xft2/buildlink3.mk"
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/libzvt/buildlink3.mk"
.include "../../x11/startup-notification/buildlink3.mk"
.include "../../x11/vte/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"