From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] xev: updated to 1.2.0
Date: Mon, 25 Jun 2012 09:03:24 -0700 [thread overview]
Message-ID: <4FE88BCC.1010503@linux.intel.com> (raw)
In-Reply-To: <1340179070-6095-1-git-send-email-valentin.popa@intel.com>
On 06/20/2012 12:57 AM, Valentin Popa wrote:
> tested on sato
>
> Signed-off-by: Valentin Popa<valentin.popa@intel.com>
> ---
> meta/recipes-graphics/xorg-app/xev/diet-x11.patch | 38 ++++++++++----------
> .../xorg-app/{xev_1.0.3.bb => xev_1.2.0.bb} | 6 ++--
> 2 files changed, 22 insertions(+), 22 deletions(-)
> rename meta/recipes-graphics/xorg-app/{xev_1.0.3.bb => xev_1.2.0.bb} (33%)
>
> diff --git a/meta/recipes-graphics/xorg-app/xev/diet-x11.patch b/meta/recipes-graphics/xorg-app/xev/diet-x11.patch
> index 139838c..6130959 100644
> --- a/meta/recipes-graphics/xorg-app/xev/diet-x11.patch
> +++ b/meta/recipes-graphics/xorg-app/xev/diet-x11.patch
> @@ -4,11 +4,11 @@ Upstream-Status: Inappropriate [disable feature]
> xev.c | 16 ++++++++--------
> 1 file changed, 8 insertions(+), 8 deletions(-)
>
> -Index: xev-1.0.2/xev.c
> +Index: xev-1.2.0/xev.c
> ===================================================================
> ---- xev-1.0.2.orig/xev.c 2006-06-02 00:25:44.000000000 +0100
> -+++ xev-1.0.2/xev.c 2007-05-10 15:22:07.000000000 +0100
> -@@ -109,7 +109,7 @@ do_KeyPress (XEvent *eventp)
> +--- xev-1.2.0.orig/xev.c
> ++++ xev-1.2.0/xev.c
> +@@ -116,7 +116,7 @@ do_KeyPress (XEvent *eventp)
> nbytes = XLookupString (e, str, 256,&ks, NULL);
>
> /* not supposed to call XmbLookupString on a key release event */
> @@ -17,7 +17,7 @@ Index: xev-1.0.2/xev.c
> do {
> nmbbytes = XmbLookupString (xic, e, buf, bsize - 1,&ks,&status);
> buf[nmbbytes] = '\0';
> -@@ -119,7 +119,7 @@ do_KeyPress (XEvent *eventp)
> +@@ -126,7 +126,7 @@ do_KeyPress (XEvent *eventp)
> buf = realloc (buf, bsize);
> }
> } while (status == XBufferOverflow);
> @@ -26,7 +26,7 @@ Index: xev-1.0.2/xev.c
>
> if (ks == NoSymbol)
> ksname = "NoSymbol";
> -@@ -149,7 +149,7 @@ do_KeyPress (XEvent *eventp)
> +@@ -156,7 +156,7 @@ do_KeyPress (XEvent *eventp)
> }
>
> /* not supposed to call XmbLookupString on a key release event */
> @@ -35,16 +35,16 @@ Index: xev-1.0.2/xev.c
> printf (" XmbLookupString gives %d bytes: ", nmbbytes);
> if (nmbbytes> 0) {
> dump (buf, nmbbytes);
> -@@ -157,7 +157,7 @@ do_KeyPress (XEvent *eventp)
> +@@ -164,7 +164,7 @@ do_KeyPress (XEvent *eventp)
> } else {
> printf ("\n");
> }
> - }
> + } */
>
> - printf (" XFilterEvent returns: %s\n",
> + printf (" XFilterEvent returns: %s\n",
> XFilterEvent (eventp, e->window) ? "True" : "False");
> -@@ -804,7 +804,7 @@ main (int argc, char **argv)
> +@@ -1015,7 +1015,7 @@ main (int argc, char **argv)
> fprintf (stderr, "%s: XSetLocaleModifiers failed\n", ProgramName);
> }
>
> @@ -53,30 +53,30 @@ Index: xev-1.0.2/xev.c
> if (xim == NULL) {
> fprintf (stderr, "%s: XOpenIM failed\n", ProgramName);
> }
> -@@ -831,7 +831,7 @@ main (int argc, char **argv)
> +@@ -1042,7 +1042,7 @@ main (int argc, char **argv)
> }
> XFree (xim_styles);
> }
> -- }
> -+ }*/
> +- }
> ++ }*/
>
> screen = DefaultScreen (dpy);
>
> -@@ -891,7 +891,7 @@ main (int argc, char **argv)
> +@@ -1109,7 +1109,7 @@ main (int argc, char **argv)
> printf ("Outer window is 0x%lx, inner window is 0x%lx\n", w, subw);
> }
>
> - if (xim&& xim_style) {
> + /*if (xim&& xim_style) {
> - xic = XCreateIC (xim,
> - XNInputStyle, xim_style,
> - XNClientWindow, w,
> -@@ -901,7 +901,7 @@ main (int argc, char **argv)
> + xic = XCreateIC (xim,
> + XNInputStyle, xim_style,
> + XNClientWindow, w,
> +@@ -1119,7 +1119,7 @@ main (int argc, char **argv)
> if (xic == NULL) {
> fprintf (stderr, "XCreateIC failed\n");
> }
> - }
> + }*/
>
> - for (done = 0; !done; ) {
> - XEvent event;
> + have_rr = XRRQueryExtension (dpy,&rr_event_base,&rr_error_base);
> + if (have_rr) {
> diff --git a/meta/recipes-graphics/xorg-app/xev_1.0.3.bb b/meta/recipes-graphics/xorg-app/xev_1.2.0.bb
> similarity index 33%
> rename from meta/recipes-graphics/xorg-app/xev_1.0.3.bb
> rename to meta/recipes-graphics/xorg-app/xev_1.2.0.bb
> index 21ba62e..b340409 100644
> --- a/meta/recipes-graphics/xorg-app/xev_1.0.3.bb
> +++ b/meta/recipes-graphics/xorg-app/xev_1.2.0.bb
> @@ -1,10 +1,10 @@
> require xorg-app-common.inc
> -LIC_FILES_CHKSUM = "file://xev.c;startline=0;endline=35;md5=db2e69260ca64f1d332efa6ab4b7e2b5"
> +LIC_FILES_CHKSUM = "file://xev.c;startline=0;endline=35;md5=2f39a0038b59269c1e62efae64cfd056"
> DESCRIPTION = "X Event Viewer"
> LICENSE = "MIT"
> PE = "1"
>
> SRC_URI += "file://diet-x11.patch"
>
> -SRC_URI[md5sum] = "a9532c3d1683c99bb5df1895cb3a60b1"
> -SRC_URI[sha256sum] = "d4ac7ae154ee9733be27a5f55586abb9362c768f5fb8a4fc7fd2645100a9313a"
> +SRC_URI[md5sum] = "2727c72f3eba0c23f8f6b2e618d195a2"
> +SRC_URI[sha256sum] = "3786a77dab17741d508d5d117a0ff33bb6eabf93e0935388b5f920bfcf2fb38f"
Merged into OE-Core
Thanks
Sau!
prev parent reply other threads:[~2012-06-25 16:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-20 7:57 [PATCH] xev: updated to 1.2.0 Valentin Popa
2012-06-22 21:57 ` Saul Wold
2012-06-25 16:03 ` Saul Wold [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4FE88BCC.1010503@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox