Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xwininfo: update to 1.1.5
@ 2019-07-17 15:11 voidlinux-github
  2019-07-18  5:36 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-07-17 15:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 341 bytes --]

There is a new pull request by PaperMountainStudio against master on the void-packages repository

https://github.com/PaperMountainStudio/void-packages xwininfo-1.1.5
https://github.com/void-linux/void-packages/pull/13171

xwininfo: update to 1.1.5


A patch file from https://github.com/void-linux/void-packages/pull/13171.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xwininfo-1.1.5-13171.patch --]
[-- Type: application/text/x-diff, Size: 2481 bytes --]

From f3175c697392152dc7b11a337a54c73907fd71f9 Mon Sep 17 00:00:00 2001
From: Paper Mountain Studio <kodycze@gmail.com>
Date: Wed, 17 Jul 2019 17:10:54 +0200
Subject: [PATCH] xwininfo: update to 1.1.5

---
 .../patches/0001-roots-should-be-freed.patch  | 32 -------------------
 srcpkgs/xwininfo/template                     |  6 ++--
 2 files changed, 3 insertions(+), 35 deletions(-)
 delete mode 100644 srcpkgs/xwininfo/patches/0001-roots-should-be-freed.patch

diff --git a/srcpkgs/xwininfo/patches/0001-roots-should-be-freed.patch b/srcpkgs/xwininfo/patches/0001-roots-should-be-freed.patch
deleted file mode 100644
index 10b1fe239b6..00000000000
--- a/srcpkgs/xwininfo/patches/0001-roots-should-be-freed.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 941ee65327f67348a43f2528a1648a968a85b9b7 Mon Sep 17 00:00:00 2001
-From: David Hill <dhill@mindcry.org>
-Date: Wed, 11 Dec 2013 04:05:19 +0000
-Subject: [PATCH] In Find_Client, if (win == XCB_WINDOW_NONE), roots should be
- freed.
-
-https://bugs.freedesktop.org/show_bug.cgi?id=72583
-
-Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
----
- clientwin.c | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git clientwin.c clientwin.c
-index 2b1de04..be38a0d 100644
---- clientwin.c
-+++ clientwin.c
-@@ -219,8 +219,10 @@ Find_Client(xcb_connection_t * dpy, xcb_window_t root, xcb_window_t subwin)
-         if (subwin != roots[i])
-             continue;
-         win = Find_Child_At_Pointer(dpy, subwin);
--        if (win == XCB_WINDOW_NONE)
-+        if (win == XCB_WINDOW_NONE) {
-+            free (roots);
-             return subwin;      /* No child - Return virtual root. */
-+        }
-         subwin = win;
-         break;
-     }
--- 
-2.20.1
-
diff --git a/srcpkgs/xwininfo/template b/srcpkgs/xwininfo/template
index cd53b514313..1061504f4d4 100644
--- a/srcpkgs/xwininfo/template
+++ b/srcpkgs/xwininfo/template
@@ -1,7 +1,7 @@
 # Template file for 'xwininfo'
 pkgname=xwininfo
-version=1.1.4
-revision=2
+version=1.1.5
+revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="libX11-devel"
@@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="MIT"
 homepage="http://xorg.freedesktop.org"
 distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
-checksum=839498aa46b496492a5c65cd42cd2e86e0da88149b0672e90cb91648f8cd5b01
+checksum=7a405441dfc476666c744f5fcd1bc8a75abf8b5b1d85db7b88b370982365080e
 
 post_install() {
 	vlicense COPYING

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: xwininfo: update to 1.1.5
  2019-07-17 15:11 [PR PATCH] xwininfo: update to 1.1.5 voidlinux-github
@ 2019-07-18  5:36 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-07-18  5:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 158 bytes --]

There's a merged pull request on the void-packages repository

xwininfo: update to 1.1.5
https://github.com/void-linux/void-packages/pull/13171
Description: 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-18  5:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-17 15:11 [PR PATCH] xwininfo: update to 1.1.5 voidlinux-github
2019-07-18  5:36 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).