Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] WindowMaker: update to 0.95.9.
@ 2020-04-10 18:15 mobinmob
  2020-04-11  3:19 ` [PR PATCH] [Merged]: " pullmoll
  0 siblings, 1 reply; 2+ messages in thread
From: mobinmob @ 2020-04-10 18:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages WindowMaker
https://github.com/void-linux/void-packages/pull/20852

WindowMaker: update to 0.95.9.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-WindowMaker-20852.patch --]
[-- Type: text/x-diff, Size: 2867 bytes --]

From 163fc364fc4a3efb6edfcf9bcec44f96693fa248 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 10 Apr 2020 21:14:17 +0300
Subject: [PATCH] WindowMaker: update to 0.95.9.

---
 .../patches/illegal-window-sizes.patch        | 27 -------------------
 srcpkgs/WindowMaker/template                  | 10 +++----
 2 files changed, 5 insertions(+), 32 deletions(-)
 delete mode 100644 srcpkgs/WindowMaker/patches/illegal-window-sizes.patch

diff --git a/srcpkgs/WindowMaker/patches/illegal-window-sizes.patch b/srcpkgs/WindowMaker/patches/illegal-window-sizes.patch
deleted file mode 100644
index fe400744267..00000000000
--- a/srcpkgs/WindowMaker/patches/illegal-window-sizes.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Description: fixes issues with illegal windowsize hints
-Author: Gaspar Chilingarov
-Origin: upstream
-Applied-Upstream: https://repo.or.cz/wmaker-crm.git/commitdiff/6668715402a5d8e2ecda6702076a06bf8988721e
-Last-Update: 2018-11-25
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-diff --git src/window.c src/window.c
-index cb4ff4e..195c3e6 100644 (file)
---- src/window.c
-+++ src/window.c
-@@ -2087,6 +2087,14 @@ void wWindowConfigure(WWindow *wwin, int req_x, int req_y, int req_width, int re
-        int synth_notify = False;
-        int resize;
- 
-+       /* if window size is guaranteed to fail - fix it to some reasonable
-+        * defaults */
-+       if (req_height > SHRT_MAX)
-+               req_height = 480;
-+
-+       if (req_width > SHRT_MAX)
-+               req_height = 640;
-+
-        resize = (req_width != wwin->client.width || req_height != wwin->client.height);
-        /*
-         * if the window is being moved but not resized then
-
diff --git a/srcpkgs/WindowMaker/template b/srcpkgs/WindowMaker/template
index 90a395fda02..f38fba10fae 100644
--- a/srcpkgs/WindowMaker/template
+++ b/srcpkgs/WindowMaker/template
@@ -1,7 +1,7 @@
 # Template file for 'WindowMaker'
 pkgname=WindowMaker
-version=0.95.8
-revision=2
+version=0.95.9
+revision=1
 build_style=gnu-configure
 configure_args="--enable-xinerama --localedir=/usr/share/locale
  --enable-usermenu --enable-modelock --enable-xrandr --enable-wmreplace
@@ -16,12 +16,12 @@ conf_files="
 	/etc/WindowMaker/WMWindowAttributes
 	/etc/WindowMaker/WMState
 	/etc/WindowMaker/WMGLOBAL"
-short_desc="An X11 window manager with a NEXTSTEP look and feel"
+short_desc="X11 window manager with a NEXTSTEP look and feel"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-3"
+license="GPL-2.0-or-later, WTFPL"
 homepage="http://www.windowmaker.org/"
 distfiles="http://windowmaker.org/pub/source/release/${pkgname}-${version}.tar.gz"
-checksum=9dbf5c5571bb79c4b1584f496c960ee2cd7379af45ef0f58b4b0f487259de88a
+checksum=f22358ff60301670e1e2b502faad0f2da7ff8976632d538f95fe4638e9c6b714
 
 pre_configure() {
 	autoreconf -fi

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

* Re: [PR PATCH] [Merged]: WindowMaker: update to 0.95.9.
  2020-04-10 18:15 [PR PATCH] WindowMaker: update to 0.95.9 mobinmob
@ 2020-04-11  3:19 ` pullmoll
  0 siblings, 0 replies; 2+ messages in thread
From: pullmoll @ 2020-04-11  3:19 UTC (permalink / raw)
  To: ml

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

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

WindowMaker: update to 0.95.9.
https://github.com/void-linux/void-packages/pull/20852

Description:


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

end of thread, other threads:[~2020-04-11  3:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-10 18:15 [PR PATCH] WindowMaker: update to 0.95.9 mobinmob
2020-04-11  3:19 ` [PR PATCH] [Merged]: " pullmoll

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).