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