[Lunar-commits] <moonbase> xwininfo: version bumped to 1.1.0.
Florin Braescu
florin at lunar-linux.org
Wed Sep 29 12:00:08 CEST 2010
commit 48d3fb12e947e8dac3b8727a1f5eacec2a893ce3
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed Sep 29 13:00:08 2010 +0300
xwininfo: version bumped to 1.1.0.
The major new feature of this release is the rewrite to use libxcb instead
of libX11, batching requests for information to reduce waiting on round-trips
in gathering the client information from the X server. Testing over a
high-latency connection from California to China and back resulted in an
improvement from 8 minutes to 45 seconds to output the complete window tree
via xwininfo -root -all of a GNOME desktop session with 114 windows.
---
xorg7/app/xwininfo/DEPENDS | 1 +
xorg7/app/xwininfo/DETAILS | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/xorg7/app/xwininfo/DEPENDS b/xorg7/app/xwininfo/DEPENDS
new file mode 100644
index 0000000..3b59cab
--- /dev/null
+++ b/xorg7/app/xwininfo/DEPENDS
@@ -0,0 +1 @@
+depends libxcb
diff --git a/xorg7/app/xwininfo/DETAILS b/xorg7/app/xwininfo/DETAILS
index 18cc27e..e462e2d 100644
--- a/xorg7/app/xwininfo/DETAILS
+++ b/xorg7/app/xwininfo/DETAILS
@@ -1,12 +1,12 @@
MODULE=xwininfo
- VERSION=1.0.5
+ VERSION=1.1.0
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=$XORG_URL/individual/app
- SOURCE_VFY=sha1:9730db0d1bd75b8bc5bc399f56cab9f5aee3bcfc
+ SOURCE_VFY=sha1:517b6dab665968742111772e8f7e0b8587aadc18
MODULE_PREFIX=${X11R7_PREFIX:-/usr}
WEB_SITE=http://www.x.org
ENTERED=20060302
- UPDATED=20091118
+ UPDATED=20100929
SHORT="The X.Org window information utility"
cat << EOF
More information about the Lunar-commits
mailing list