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: Sat, 12 Aug 2023 03:55:39 +0200	[thread overview]
Message-ID: <20230812015539.THpBq8E65C6cElk6DitRIWwQ7a7bpozJ8UB5v9P2KnY@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: 3360 bytes --]

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

Updated WindowMaker to 0.96.0. It required the distfiles url, version, and revision to be changed.
---
 srcpkgs/WindowMaker/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/WindowMaker/template b/srcpkgs/WindowMaker/template
index 7eceba0ade6d9..9bf0d40db977e 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=0
 build_style=gnu-configure
 configure_args="--enable-xinerama --localedir=/usr/share/locale
  --enable-usermenu --enable-modelock --enable-xrandr --enable-wmreplace
@@ -20,8 +20,8 @@ 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
+distfiles="https://github.com/window-maker/wmaker/releases/download/wmaker-${version}/${pkgname}-${version}.tar.gz"
+checksum=4fe130ba23cf4aa21c156ec8f01f748df537d0604ec06c6bbcec896df1926f6d
 
 pre_configure() {
 	autoreconf -fi

From 9baca2c118af6ad4b4a881e799f09c963d6f25c9 Mon Sep 17 00:00:00 2001
From: Tom Strausbaugh <tstrausbaugh@straustech.net>
Date: Fri, 11 Aug 2023 17:05:45 -0400
Subject: [PATCH 2/3] Update template

Change the revision from 0 to 1
---
 srcpkgs/WindowMaker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/WindowMaker/template b/srcpkgs/WindowMaker/template
index 9bf0d40db977e..89b207e9f9f5a 100644
--- a/srcpkgs/WindowMaker/template
+++ b/srcpkgs/WindowMaker/template
@@ -1,7 +1,7 @@
 # Template file for 'WindowMaker'
 pkgname=WindowMaker
 version=0.96.0
-revision=0
+revision=1
 build_style=gnu-configure
 configure_args="--enable-xinerama --localedir=/usr/share/locale
  --enable-usermenu --enable-modelock --enable-xrandr --enable-wmreplace

From 44bcbd05086a4fb609b61ee2421cc86d1a5ad857 Mon Sep 17 00:00:00 2001
From: Tom Strausbaugh <tstrausbaugh@straustech.net>
Date: Fri, 11 Aug 2023 21:55:36 -0400
Subject: [PATCH 3/3] Update srcpkgs/WindowMaker/template

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/WindowMaker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/WindowMaker/template b/srcpkgs/WindowMaker/template
index 89b207e9f9f5a..e712350191b55 100644
--- a/srcpkgs/WindowMaker/template
+++ b/srcpkgs/WindowMaker/template
@@ -20,7 +20,7 @@ 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="https://github.com/window-maker/wmaker/releases/download/wmaker-${version}/${pkgname}-${version}.tar.gz"
+distfiles="https://github.com/window-maker/wmaker/releases/download/wmaker-${version}/WindowMaker-${version}.tar.gz"
 checksum=4fe130ba23cf4aa21c156ec8f01f748df537d0604ec06c6bbcec896df1926f6d
 
 pre_configure() {

  parent reply	other threads:[~2023-08-12  1:55 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 ` tstraus13 [this message]
2023-08-12  2:15 ` 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 ` [PR PATCH] [Updated] " tstraus13
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=20230812015539.THpBq8E65C6cElk6DitRIWwQ7a7bpozJ8UB5v9P2KnY@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).