/[fink]/10.7/main/finkinfo/x11/xev.info
ViewVC logotype

Contents of /10.7/main/finkinfo/x11/xev.info

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.10 - (show annotations) (download)
Mon Mar 4 10:38:29 2024 UTC (2 months, 1 week ago) by nieder
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +2 -2 lines
xev 1.2.6

1 Package: xev
2 Version: 1.2.6
3 Revision: 1
4 Description: Print contents of X11 events
5 License: BSD
6 Maintainer: None <fink-devel@lists.sourceforge.net>
7 Depends: <<
8 xorg-libx11-shlibs,
9 xorg-libxrandr2-shlibs
10 <<
11 BuildDepends: <<
12 fink (>= 0.32),
13 fink-buildenv-modules,
14 fink-package-precedence,
15 pkgconfig,
16 xorg-libx11,
17 xorg-libxrandr2,
18 xorg-libxrender1,
19 xorgproto
20 <<
21 Source: https://xorg.freedesktop.org/archive/individual/app/%n-%v.tar.xz
22 Source-CheckSum: SHA256(61e1c5e008ac9973aca7cdddf36e9df7410e77083b030eb04f4dc737c51807d7)
23 CompileScript: <<
24 #!/bin/sh -ev
25 . %p/sbin/fink-buildenv-xorg.sh
26 ./configure --prefix=%p/opt/X11 \
27 --mandir=%p/opt/X11/share/man
28 make
29 fink-package-precedence .
30 <<
31 InstallScript: make install DESTDIR=%d
32 DocFiles: ChangeLog COPYING README.md
33 Homepage: https://www.x.org/
34 DescDetail: <<
35 xev creates a window and then asks the X server to send it events
36 whenever anything happens to the window (such as it being moved, resized,
37 typed in, clicked in, etc.). You can also attach it to an existing
38 window. It is useful for seeing what causes events to occur and to
39 display the information that they contain. It is essentially a debugging
40 and development tool, and should not be needed in normal usage.
41 <<

  ViewVC Help
Powered by ViewVC 1.1.17