From ef833d919bf40650977b898a004af72506e5a5bf Mon Sep 17 00:00:00 2001 From: jmmv Date: Thu, 30 Mar 2006 21:18:06 +0000 Subject: Update to 0.12.0: 0.12.0 - Released with no code changes. 0.11.21 - Revert change introduced in 0.11.19 that made vte very unresponsive with tall terminal windows. (bug #333776) - Step up COALESCE_TIMEOUT and DISPLAY_TIMEOUT from 2ms to 10ms. This is more compatible with the update timeout that we are doing at 25ms, but needs testing. 0.11.20 - Revert patch introduced in 0.11.16 that was corrupting the Xft font cache. (bug #309322) 0.11.19 - Revert Shift+Insert to paste PRIMARY. Use Ctrl+Shirt+Insert to paste CLIPBOARD (bug #123844) - Improvements to the update throttling handler. - gnome-pty-helper minor race condition fix. - Use getpwnam to correctly log multiple users with the same UID (bug #319564, Laszlo Peter) - A couple minor build fixes. --- x11/vte/Makefile | 6 +++--- x11/vte/PLIST | 4 +++- x11/vte/distinfo | 8 ++++---- 3 files changed, 10 insertions(+), 8 deletions(-) (limited to 'x11/vte') diff --git a/x11/vte/Makefile b/x11/vte/Makefile index 7887e50fb09..b3f308385f9 100644 --- a/x11/vte/Makefile +++ b/x11/vte/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.29 2006/03/04 21:31:11 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2006/03/30 21:18:06 jmmv Exp $ # -DISTNAME= vte-0.11.18 +DISTNAME= vte-0.12.0 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vte/0.11/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vte/0.12/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/x11/vte/PLIST b/x11/vte/PLIST index d9efb533d40..232a54af6ec 100644 --- a/x11/vte/PLIST +++ b/x11/vte/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2006/02/15 18:03:29 drochner Exp $ +@comment $NetBSD: PLIST,v 1.8 2006/03/30 21:18:06 jmmv Exp $ bin/vte include/vte/pty.h include/vte/reaper.h @@ -63,6 +63,7 @@ ${PKGLOCALEDIR}/locale/is/LC_MESSAGES/vte.mo ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/vte.mo ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/vte.mo ${PKGLOCALEDIR}/locale/ka/LC_MESSAGES/vte.mo +${PKGLOCALEDIR}/locale/kn/LC_MESSAGES/vte.mo ${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/vte.mo ${PKGLOCALEDIR}/locale/ku/LC_MESSAGES/vte.mo ${PKGLOCALEDIR}/locale/ky/LC_MESSAGES/vte.mo @@ -102,6 +103,7 @@ ${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/vte.mo ${PKGLOCALEDIR}/locale/wa/LC_MESSAGES/vte.mo ${PKGLOCALEDIR}/locale/xh/LC_MESSAGES/vte.mo ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/vte.mo +${PKGLOCALEDIR}/locale/zh_HK/LC_MESSAGES/vte.mo ${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/vte.mo share/vte/termcap/xterm @dirrm share/vte/termcap diff --git a/x11/vte/distinfo b/x11/vte/distinfo index 8d0a30c8fc4..d227199eb4c 100644 --- a/x11/vte/distinfo +++ b/x11/vte/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.10 2006/02/15 18:03:29 drochner Exp $ +$NetBSD: distinfo,v 1.11 2006/03/30 21:18:06 jmmv Exp $ -SHA1 (vte-0.11.18.tar.bz2) = 01edbfe01f24ed933bbe27e264f869118c91654d -RMD160 (vte-0.11.18.tar.bz2) = 1bcd6a348b11a6dda015aec24fa4a43f8ce4af55 -Size (vte-0.11.18.tar.bz2) = 951701 bytes +SHA1 (vte-0.12.0.tar.bz2) = 45ce6575c6bc2bd7f36d2d7ff44ff6c2f05dc2f4 +RMD160 (vte-0.12.0.tar.bz2) = 113ea7d9e2f522241cc6a4c780b1d46b9c244722 +Size (vte-0.12.0.tar.bz2) = 952289 bytes SHA1 (patch-aa) = 9b4961c056c3bf46332490fc7f30ff3540f2dbd3 SHA1 (patch-ab) = 8c9c3189b53a87aa198fcb8b11f43a9aa5255eaf SHA1 (patch-ac) = 3b357bf9d1bca93c24f5b09dae1adec82323be0d -- cgit v1.2.3