Github messages for voidlinux
 help / color / mirror / Atom feed
From: tstraus13 <tstraus13@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] WindowMaker: update 0.96.0
Date: Sun, 13 Aug 2023 00:32:44 +0200	[thread overview]
Message-ID: <20230812223244.LpOUEYiy10OYIymXgHhCAmoP-BgfKN5mYRdrNM7rLMo@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-45554@inbox.vuxu.org>

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

There is an updated pull request by tstraus13 against master on the void-packages repository

https://github.com/tstraus13/void-packages master
https://github.com/void-linux/void-packages/pull/45554

WindowMaker: update 0.96.0
Updated WindowMaker to 0.96.0. It required the distfiles url, version, revision, and checksum to be changed.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)



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

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

From 3fb63108a69bffd70dc6f4a3fb7aa3b9773bdd13 Mon Sep 17 00:00:00 2001
From: Tom Strausbaugh <tstrausbaugh@straustech.net>
Date: Fri, 11 Aug 2023 16:49:34 -0400
Subject: [PATCH] WindowMaker: update to 0.96.0

---
 srcpkgs/WindowMaker/template | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/WindowMaker/template b/srcpkgs/WindowMaker/template
index 7eceba0ade6d9..3acc1e3720f7e 100644
--- a/srcpkgs/WindowMaker/template
+++ b/srcpkgs/WindowMaker/template
@@ -1,7 +1,7 @@
 # Template file for 'WindowMaker'
 pkgname=WindowMaker
-version=0.95.9
-revision=2
+version=0.96.0
+revision=1
 build_style=gnu-configure
 configure_args="--enable-xinerama --localedir=/usr/share/locale
  --enable-usermenu --enable-modelock --enable-xrandr --enable-wmreplace
@@ -19,9 +19,12 @@ conf_files="
 short_desc="X11 window manager with a NEXTSTEP look and feel"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, WTFPL"
-homepage="http://www.windowmaker.org/"
-distfiles="http://windowmaker.org/pub/source/release/${pkgname}-${version}.tar.gz"
-checksum=f22358ff60301670e1e2b502faad0f2da7ff8976632d538f95fe4638e9c6b714
+homepage="https://www.windowmaker.org/"
+changelog="http://www.windowmaker.org/news/"
+distfiles="https://github.com/window-maker/wmaker/releases/download/wmaker-${version}/WindowMaker-${version}.tar.gz"
+checksum=4fe130ba23cf4aa21c156ec8f01f748df537d0604ec06c6bbcec896df1926f6d
+# tests various things against documentation, doesn't make sense to run
+make_check=no
 
 pre_configure() {
 	autoreconf -fi

  parent reply	other threads:[~2023-08-12 22:32 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-11 20:52 [PR PATCH] " tstraus13
2023-08-11 20:54 ` tstraus13
2023-08-11 21:01 ` Bnyro
2023-08-11 21:01 ` Bnyro
2023-08-11 21:02 ` Bnyro
2023-08-11 21:02 ` [PR REVIEW] " Bnyro
2023-08-11 21:03 ` tstraus13
2023-08-11 21:03 ` [PR REVIEW] " tstraus13
2023-08-11 21:05 ` [PR PATCH] [Updated] " tstraus13
2023-08-11 21:49 ` [PR REVIEW] " classabbyamp
2023-08-12  1:55 ` [PR PATCH] [Updated] " tstraus13
2023-08-12  2:15 ` [PR REVIEW] " classabbyamp
2023-08-12  2:20 ` [PR PATCH] [Updated] " tstraus13
2023-08-12 11:24 ` Bnyro
2023-08-12 11:26 ` Bnyro
2023-08-12 16:47 ` classabbyamp
2023-08-12 16:48 ` Bnyro
2023-08-12 21:12 ` tstraus13
2023-08-12 21:22 ` Bnyro
2023-08-12 21:39 ` tstraus13
2023-08-12 21:42 ` tstraus13
2023-08-12 21:52 ` [PR REVIEW] " classabbyamp
2023-08-12 22:02 ` tstraus13
2023-08-12 22:02 ` [PR PATCH] [Updated] " tstraus13
2023-08-12 22:26 ` tstraus13
2023-08-12 22:27 ` tstraus13
2023-08-12 22:30 ` classabbyamp
2023-08-12 22:32 ` tstraus13 [this message]
2023-08-12 22:33 ` tstraus13
2023-08-20 14:29 ` [PR PATCH] [Merged]: " Duncaen

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=20230812223244.LpOUEYiy10OYIymXgHhCAmoP-BgfKN5mYRdrNM7rLMo@z \
    --to=tstraus13@users.noreply.github.com \
    --cc=ml@inbox.vuxu.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;
as well as URLs for NNTP newsgroup(s).