mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-10 19:28:58 +00:00
Update to xterm 331
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
xterm-dev (331) unstable; urgency=low
|
||||
|
||||
* maintenance updates
|
||||
|
||||
-- Thomas E. Dickey <dickey@invisible-island.net> Tue, 08 Aug 2017 19:08:43 -0400
|
||||
|
||||
xterm-dev (330) unstable; urgency=low
|
||||
|
||||
* maintenance updates
|
||||
|
||||
@@ -44,21 +44,21 @@ significantly, and run through the most recent change date).
|
||||
Files: 88colres.pl
|
||||
License: MIT-X11
|
||||
|
||||
Copyright 1999-2005,2007 by Thomas E. Dickey
|
||||
Copyright 1999-2016,2017 by Thomas E. Dickey
|
||||
Copyright 1999-2000 by Steve Wall
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
Files: vttests/88colors2.pl
|
||||
License: MIT-X11
|
||||
|
||||
Copyright 1999-2007,2009 by Thomas E. Dickey
|
||||
Copyright 1999-2014,2016 by Thomas E. Dickey
|
||||
Copyright 1999 by Steve Wall
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
Files: vttests/256colors2.pl
|
||||
License: MIT-X11
|
||||
|
||||
Copyright 1999-2007,2009 by Thomas E. Dickey
|
||||
Copyright 1999-2014,2016 by Thomas E. Dickey
|
||||
Copyright 2002 by Steve Wall
|
||||
Copyright 1999 by Todd Larason
|
||||
|
||||
@@ -195,8 +195,9 @@ for any purpose and without fee is hereby granted. The author
|
||||
disclaims all warranties with regard to this software.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
Files: wcwidth.*
|
||||
Files: wcwidth.c
|
||||
|
||||
Copyright 2002-2016,2017 by Thomas E. Dickey
|
||||
Markus Kuhn -- 2007-05-25
|
||||
|
||||
Permission to use, copy, modify, and distribute this software
|
||||
@@ -205,17 +206,18 @@ disclaims all warranties with regard to this software.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
Files: config.guess config.sub
|
||||
License: GPL-2+
|
||||
License: GPL-3
|
||||
|
||||
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
||||
2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
||||
Free Software Foundation, Inc.
|
||||
Copyright 1992-2017 Free Software Foundation, Inc.
|
||||
|
||||
On Debian systems, see "/usr/share/common-licenses/GPL-3" for details.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
Files: configure
|
||||
License: GPL-2+
|
||||
License: GPL-2
|
||||
|
||||
Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
|
||||
Free Software Foundation, Inc.
|
||||
Copyright 1992-2001 Free Software Foundation, Inc.
|
||||
|
||||
On Debian systems, see "/usr/share/common-licenses/GPL-2" for details.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
@@ -64,8 +64,6 @@ configure-stamp:
|
||||
--with-app-class=$(PKG_CLASS) \
|
||||
--without-xterm-symlink \
|
||||
--disable-imake \
|
||||
--enable-256-color \
|
||||
--enable-88-color \
|
||||
--enable-dabbrev \
|
||||
--enable-dec-locator \
|
||||
--enable-exec-xterm \
|
||||
@@ -77,7 +75,6 @@ configure-stamp:
|
||||
--enable-paste64 \
|
||||
--enable-regis-graphics \
|
||||
--enable-sco-fkeys \
|
||||
--enable-screen-dumps \
|
||||
--enable-sixel-graphics \
|
||||
--enable-tcap-fkeys \
|
||||
--enable-tcap-query \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version=3
|
||||
|
||||
opts=passive ftp://invisible-island.net/xterm/current/xterm\.tar.gz \
|
||||
opts=passive ftp://ftp.invisible-island.net/xterm/current/xterm\.tar.gz \
|
||||
debian uupdate
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
# $XTermId: xterm.spec,v 1.96 2017/06/12 21:34:51 tom Exp $
|
||||
# $XTermId: xterm.spec,v 1.99 2017/12/25 11:39:08 tom Exp $
|
||||
Summary: X terminal emulator (development version)
|
||||
%global my_middle xterm
|
||||
%global my_suffix -dev
|
||||
%global fullname %{my_middle}%{my_suffix}
|
||||
%global my_class XTermDev
|
||||
Name: %{fullname}
|
||||
Version: 330
|
||||
Version: 331
|
||||
Release: 1
|
||||
License: X11
|
||||
Group: User Interface/X
|
||||
Source: xterm-%{version}.tgz
|
||||
URL: ftp://invisible-island.net/xterm/
|
||||
URL: ftp://ftp.invisible-island.net/xterm/
|
||||
Provides: x-terminal-emulator
|
||||
|
||||
# This part (the build-requires) would be useful if the various distributions
|
||||
@@ -112,8 +112,6 @@ CPPFLAGS="-DMISC_EXP -DEXP_HTTP_HEADERS" \
|
||||
%endif
|
||||
--with-app-class=%{my_class} \
|
||||
--disable-imake \
|
||||
--enable-256-color \
|
||||
--enable-88-color \
|
||||
--enable-dabbrev \
|
||||
--enable-dec-locator \
|
||||
--enable-exec-xterm \
|
||||
@@ -125,7 +123,6 @@ CPPFLAGS="-DMISC_EXP -DEXP_HTTP_HEADERS" \
|
||||
--enable-paste64 \
|
||||
--enable-regis-graphics \
|
||||
--enable-sco-fkeys \
|
||||
--enable-screen-dumps \
|
||||
--enable-sixel-graphics \
|
||||
--enable-tcap-fkeys \
|
||||
--enable-tcap-query \
|
||||
|
||||
Reference in New Issue
Block a user