added screenrc patch to support mouse wheel scroll; added debug package [release 4.8.0-4mamba;Mon Jul 05 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 17:40:41 +01:00
parent 2cf1259fba
commit 133e509c6a
2 changed files with 22 additions and 5 deletions

View File

@ -0,0 +1,12 @@
--- screen-4.8.0/etc/screenrc.orig 2021-07-05 21:56:16.220425430 +0200
+++ screen-4.8.0/etc/screenrc 2021-07-05 21:57:21.162162584 +0200
@@ -76,6 +76,9 @@
# - uses background color for delete operations
termcapinfo xterm* be
+# support mouse wheel scroll (openmamba)
+termcapinfo xterm* ti@:te@
+
################
#
# wyse terminals

View File

@ -1,11 +1,11 @@
Name: screen
Version: 4.8.0
Release: 3mamba
Release: 4mamba
Summary: A screen manager that multiplexes a physical terminal between several processes
Group: Applications/Shells
Vendor: openmamba
Distribution: openmamba
Packager: Aleph0 <aleph0@openmamba.org>
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.gnu.org/software/screen/
Source0: ftp://ftp.gnu.org/gnu/screen/screen-%{version}.tar.gz
Source1: screen-pamfile
@ -18,23 +18,24 @@ Patch2: screen-4.0.3-stropts.patch
Patch3: screen-4.0.1-args.patch
Patch4: screen-4.0.2-maxstr.patch
Patch5: screen-4.0.3-ipv6.patch
Patch6: screen-4.8.0-screenrc-mouse-scroll.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libncurses-devel
BuildRequires: libpam-devel
BuildRequires: libutempter-devel
## AUTOBUILDREQ-END
BuildConflicts: libtermcap-devel
#BuildConflicts: libtermcap-devel
BuildRequires: autoconf
BuildRequires: texinfo
Requires(post):%{__install_info}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Screen is a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells.
%debug_package
%prep
%setup -q
#%patch0 -p1
@ -43,6 +44,7 @@ Screen is a full-screen window manager that multiplexes a physical terminal betw
#%patch3 -p0
#%patch4 -p1
#%patch5 -p1
%patch6 -p1
%build
%configure \
@ -101,6 +103,9 @@ exit 0
#% doc doc/README.DOTSCREEN
%changelog
* Mon Jul 05 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.8.0-4mamba
- added screenrc patch to support mouse wheel scroll; added debug package
* Sun Dec 27 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.8.0-3mamba
- set /run/screens 777