Sophie

Sophie

distrib > Arklinux > devel > x86_64 > media > main-src > by-pkgid > 13edbb66068f46553d38211249848de5 > files > 2

x2x-1.27-2ark.src.rpm

Summary: Link two X displays together, simulating a multiheaded display
Name: x2x
Version: 1.27
Release: 2ark
License: BSD
Group: User Interface/Desktops
URL: http://ftp.digital.com/pub/Digital/SRC/x2x/

Source: http://ftp.digital.com/pub/Digital/SRC/x2x/%{name}-%{version}.tar.bz2
Patch: http://ftp.debian.org/debian/pool/main/x/x2x/%{name}_%{version}-8.diff.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root


BuildRequires: xorg-devel, xorg-devel-tools

%description
x2x joins a pair of X displays together, as if they were a single
multiheaded display. The pointer can be warped between displays, or,
depending on how you start x2x, can slide from one display to the
other when it runs off the edge of the screen. Keyboard focus also
moves between displays in the way you'd expect, and the X selection
propagates around. At least one of the displays involved
(specifically, the one being controlled remotely) must support the
XTEST extension.

%prep
%setup
%patch0 -p1
%{__mv} -f x2x.1 x2x.man

%build
xmkmf
%{__make} %{?_smp_mflags} CFLAGS="%{optflags}"

%install
%{__rm} -rf %{buildroot}
%{__install} -d -m0755 %{buildroot}%{_bindir} \
			%{buildroot}%{_mandir}/man1
%{__install} -m0755 x2x %{buildroot}%{_bindir}
%{__install} -m0755 x2x.man %{buildroot}%{_mandir}/man1/x2x.1

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%{_bindir}/*
%{_mandir}/man?/*

%changelog
* Fri Jul 01 2005 Kyle Amon <amonk@gnutec.com> - 1.27-1ark
- Very minor modifications for Ark Linux.

* Mon May 05 2003 Dag Wieers <dag@wieers.com> - 1.27-0
- Initial package. (using DAR)