diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2009-03-15 20:38:53 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2009-03-15 20:38:53 +0000 |
commit | a9f0259491d0bab8dd43c670e05f159e584ec73f (patch) | |
tree | a933f60cfbeb0a5a2b9d2066516b125a2950f613 /x11 | |
parent | 149ac37b3b64f1d0955398a8dd644d9f6e7bd461 (diff) | |
download | pkgsrc-a9f0259491d0bab8dd43c670e05f159e584ec73f.tar.gz |
Update to vte 0.20.0.
0.20.0
=======
- Support using a real bold font instead of pseudo-bolding
- Respond to fontconfig configuration changes
- Bugs fixed in this release:
Bug 54926 Should try bold version of font before pseudo-bolding
Bug 570208 vte fails to build outside source tree
Bug 548272 Fix output of CSI 13,14, 18-21
Bug 565688 [gnome-pty-helper] using openpty in a bad way
Bug 566795 VTE fails to build in trunk
Bug 524170 Support initc terminfo capability and change-cursor-color
Bug 566730 vte_terminal_set_color_cursor() calls invalidate_all but
it doesn't have to
Bug 565679 alloca is discouraged
Bug 565675 typo in configure.in cause ncurses checking fail
Bug 565663 compile failure because use static function in another .h
file
Bug 575398 configure warns about term.h under OpenSolaris
Bug 574616 "real" transparency not working from python bindings
Bug 574025 Crash in _vte_terminal_insert_char
Diffstat (limited to 'x11')
-rw-r--r-- | x11/vte/Makefile | 6 | ||||
-rw-r--r-- | x11/vte/PLIST | 4 | ||||
-rw-r--r-- | x11/vte/distinfo | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/x11/vte/Makefile b/x11/vte/Makefile index 51db41346a5..37497129fb1 100644 --- a/x11/vte/Makefile +++ b/x11/vte/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.62 2009/03/15 16:47:29 jmcneill Exp $ +# $NetBSD: Makefile,v 1.63 2009/03/15 20:38:53 jmcneill Exp $ # -DISTNAME= vte-0.19.4 +DISTNAME= vte-0.20.0 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vte/0.19/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vte/0.20/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/x11/vte/PLIST b/x11/vte/PLIST index 56c441a653e..5fb073e506a 100644 --- a/x11/vte/PLIST +++ b/x11/vte/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2009/03/15 16:47:29 jmcneill Exp $ +@comment $NetBSD: PLIST,v 1.19 2009/03/15 20:38:53 jmcneill Exp $ bin/vte include/vte/pty.h include/vte/reaper.h @@ -15,7 +15,6 @@ lib/vte/osc lib/vte/slowcat lib/vte/window libexec/gnome-pty-helper -share/gtk-doc/html/vte/VteReaper.html share/gtk-doc/html/vte/VteTerminal.html share/gtk-doc/html/vte/VteTerminalAccessible.html share/gtk-doc/html/vte/ch01.html @@ -31,6 +30,7 @@ share/gtk-doc/html/vte/vte.devhelp2 share/locale/am/LC_MESSAGES/vte.mo share/locale/ang/LC_MESSAGES/vte.mo share/locale/ar/LC_MESSAGES/vte.mo +share/locale/as/LC_MESSAGES/vte.mo share/locale/az/LC_MESSAGES/vte.mo share/locale/be/LC_MESSAGES/vte.mo share/locale/be@latin/LC_MESSAGES/vte.mo diff --git a/x11/vte/distinfo b/x11/vte/distinfo index 20f9709b33c..d5543f0839f 100644 --- a/x11/vte/distinfo +++ b/x11/vte/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.33 2009/03/15 16:47:29 jmcneill Exp $ +$NetBSD: distinfo,v 1.34 2009/03/15 20:38:53 jmcneill Exp $ -SHA1 (vte-0.19.4.tar.bz2) = 94c8e21701ba01dc13c9d1c7055201a7545a2760 -RMD160 (vte-0.19.4.tar.bz2) = 46928a23bbca3db56f2563a85cd9c639dafd818d -Size (vte-0.19.4.tar.bz2) = 1102643 bytes +SHA1 (vte-0.20.0.tar.bz2) = 4cd2017af739a829e9390d8700919c2de108178d +RMD160 (vte-0.20.0.tar.bz2) = 5284d7f89ab429121818b7715726e856dda6b02e +Size (vte-0.20.0.tar.bz2) = 1089171 bytes SHA1 (patch-aa) = 6b722ecbbd9face7152feca39f1d323870d2a69a SHA1 (patch-ab) = 93146997c7fcb992db190c4c634fb98b05e61ec9 SHA1 (patch-ac) = 3b357bf9d1bca93c24f5b09dae1adec82323be0d |