[oe-commits] Jan Lübbe : xtrace: add xtrace, a X11 tracer

GIT User account git at amethyst.openembedded.net
Thu Mar 5 14:40:28 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 8c57b84e72da661afd0a0666d0e464796ddf2d10
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8c57b84e72da661afd0a0666d0e464796ddf2d10

Author: Jan Lübbe <jluebbe at debian.org>
Date:   Thu Mar  5 14:39:32 2009 +0000

xtrace: add xtrace, a X11 tracer

---

 conf/checksums.ini               |    4 ++++
 packages/xtrace/xtrace_0.10.1.bb |   17 +++++++++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index dc78586..73b1601 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -24458,6 +24458,10 @@ sha256=a3a947e9982fe1feef235fcbcf41b01b5f86ebf46d106fa719801cf061f6bb00
 md5=3de8a3756c284a46a08c6d0308909486
 sha256=652f579171e6e8f73c13ab6b060d2447ae35ebfbd39a6002b7c05a1dfc0f7eb8
 
+[ftp://ftp.debian.org/debian/pool/main/x/xtrace/xtrace_0.10.1.orig.tar.gz]
+md5=65bfd5f3b3bd076586b17c20a5635a40
+sha256=828d68d5f7cacdbe078f7cb9e5a4e1768f4e462e8e172be5d0d882d74038200c
+
 [http://xorg.freedesktop.org/releases/individual/lib/xtrans-1.0.3.tar.bz2]
 md5=bb196907ea1e182dcb396eb22f7d2c1a
 sha256=e1a3c4986f16a5fbca611d0547cc7499a1fa47ca2096593644037e2609363085
diff --git a/packages/xtrace/xtrace_0.10.1.bb b/packages/xtrace/xtrace_0.10.1.bb
new file mode 100644
index 0000000..5f4e546
--- /dev/null
+++ b/packages/xtrace/xtrace_0.10.1.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "Xtrace fakes an X server and forwards all connections to a \
+real X server, displaying the communication between the clients and the \
+server in an (well, thoretically) human readable form."
+HOMEPAGE = "http://xtrace.alioth.debian.org/"
+SECTION = "x11"
+PRIORITY = "optional"
+LICENSE = "GPL"
+DEPENDS = "glib-2.0"
+
+SRC_URI = "${DEBIAN_MIRROR}/main/x/${PN}/${PN}_${PV}.orig.tar.gz"
+
+inherit autotools pkgconfig
+
+do_install_append() {
+	mv ${D}${bindir}/xtrace ${D}${bindir}/x11trace
+}
+





More information about the Openembedded-commits mailing list