[packages/xterm] - updated to 383

qboosh qboosh at pld-linux.org
Sat Jul 1 21:09:35 CEST 2023


commit 9b3e4f0d3c383b99c41d43ad386c55ce68ffcd71
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Jul 1 20:54:57 2023 +0200

    - updated to 383

 xterm-tinfo.patch | 30 ------------------------------
 xterm.spec        | 18 ++++++++----------
 2 files changed, 8 insertions(+), 40 deletions(-)
---
diff --git a/xterm.spec b/xterm.spec
index f7bca0d..0947aca 100644
--- a/xterm.spec
+++ b/xterm.spec
@@ -1,24 +1,26 @@
 Summary:	Terminal emulator for X
 Summary(pl.UTF-8):	Emulator terminala dla X
 Name:		xterm
-Version:	367
+Version:	383
 Release:	1
 License:	MIT
 Group:		X11/Applications
-Source0:	ftp://ftp.invisible-island.net/xterm/%{name}-%{version}.tgz
-# Source0-md5:	a6ed592b9c5d38cfd4a4dd37d97e5a12
+Source0:	https://invisible-island.net/archives/xterm/%{name}-%{version}.tgz
+# Source0-md5:	a8a6db76a763d4c1e35d1d8daf57701f
 Source1:	XTerm.ad-pl
 Source2:	%{name}.desktop
 Source3:	%{name}.png
 Source4:	%{name}.1x.ko
-Patch0:		%{name}-tinfo.patch
-URL:		http://invisible-island.net/xterm/
+URL:		https://invisible-island.net/xterm/
 BuildRequires:	fontconfig-devel
+BuildRequires:	freetype-devel >= 2
 BuildRequires:	libutempter-devel
 BuildRequires:	ncurses-devel
 BuildRequires:	pkgconfig
 BuildRequires:	xorg-lib-libICE-devel
+BuildRequires:	xorg-lib-libX11-devel
 BuildRequires:	xorg-lib-libXaw-devel
+BuildRequires:	xorg-lib-libXext-devel
 BuildRequires:	xorg-lib-libXft-devel
 BuildRequires:	xorg-lib-libXinerama-devel
 BuildRequires:	xorg-lib-libXmu-devel
@@ -47,17 +49,13 @@ sekwencji sterujących VT220.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 # don't run autoconf, modified version of autoconf is required
 CPPFLAGS="-I/usr/include/ncurses %{rpmcppflags}"
-# consider --enable-readline-mouse --enable-dabbrev --enable-screen-dumps --enable-regis-graphics
+# consider --enable-dabbrev --enable-regis-graphics
 %configure \
-	--enable-256-color \
 	--enable-exec-xterm \
-	--enable-wide-chars \
-	--enable-sixel-graphics \
 	--with-app-defaults=%{_datadir}/X11/app-defaults \
 	--with-utempter
 
diff --git a/xterm-tinfo.patch b/xterm-tinfo.patch
deleted file mode 100644
index 087c82c..0000000
--- a/xterm-tinfo.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- xterm-274/aclocal.m4.orig	2011-09-04 23:20:20.000000000 +0200
-+++ xterm-274/aclocal.m4	2011-09-11 21:19:33.004958498 +0200
-@@ -621,10 +621,10 @@
- cf_save_LIBS="$LIBS"
- cf_cv_lib_tgetent=no
- if test "$cf_full_tgetent" = yes ; then
--	cf_TERMLIB="otermcap termcap termlib ncurses curses"
-+	cf_TERMLIB="tinfo ncurses curses otermcap termcap termlib"
- 	cf_TERMTST="buffer[[0]] == 0"
- else
--	cf_TERMLIB="termlib ncurses curses"
-+	cf_TERMLIB="tinfo ncurses curses termlib"
- 	cf_TERMTST="0"
- fi
- for cf_termlib in '' $cf_TERMLIB ; do
---- xterm-274/configure.orig	2011-09-04 23:37:17.000000000 +0200
-+++ xterm-274/configure	2011-09-11 21:19:54.404959214 +0200
-@@ -5600,10 +5600,10 @@
- cf_save_LIBS="$LIBS"
- cf_cv_lib_tgetent=no
- if test "$cf_full_tgetent" = yes ; then
--	cf_TERMLIB="otermcap termcap termlib ncurses curses"
-+	cf_TERMLIB="tinfo ncurses curses otermcap termcap termlib"
- 	cf_TERMTST="buffer[0] == 0"
- else
--	cf_TERMLIB="termlib ncurses curses"
-+	cf_TERMLIB="tinfo ncurses curses termlib"
- 	cf_TERMTST="0"
- fi
- for cf_termlib in '' $cf_TERMLIB ; do
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xterm.git/commitdiff/9b3e4f0d3c383b99c41d43ad386c55ce68ffcd71



More information about the pld-cvs-commit mailing list