Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37401202
en ru br
ALT Linux repos
S:1.8-alt1

Group :: System/X11
RPM: xbanish

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name:  xbanish
Version:  1.8
Release:  alt1

Summary:  banish the mouse cursor when typing, show it again when the mouse moves
License:  BSD-3-Clause
Group:    System/X11
Url:  https://github.com/jcs/xbanish

Packager: Gordeev Mikhail <obirvalger at altlinux.org>

Source0:  %name-%version.tar
Source1:  LICENSE

#BuildRequires: libX11 libX11-locales libX11-devel

BuildRequires: libXt-devel libXfixes-devel libXi-devel

%description
xbanish hides the mouse cursor when you start typing, and shows it again when
the mouse cursor moves or a mouse button is pressed.  This is similar to
xterm's pointerMode setting, but xbanish works globally in the X11 session.

%prep
%setup
cp %SOURCE1 .

%build
%make_build

%install
install -D -m 755 %name %buildroot%_bindir/%name
install -D -m 644 %name.1 %buildroot%_man1dir/%name.1

%files
%doc README.md
%_bindir/*
%_man1dir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin