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
This commit is contained in:
parent
149ac37b3b
commit
a9f0259491
3 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue