Github messages for voidlinux
 help / color / mirror / Atom feed
From: fccapria <fccapria@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] dwm: update to 6.4.
Date: Sat, 22 Oct 2022 17:54:21 +0200	[thread overview]
Message-ID: <20221022155421.VtQJnX4ff_RxOLtaz40ppHB8afaTUJJ8puTnCJA-ZGk@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40108@inbox.vuxu.org>

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

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

https://github.com/fccapria/void-packages dwm-6.4
https://github.com/void-linux/void-packages/pull/40108

dwm: update to 6.4.
#### 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-glibc)
- I built this PR locally for these architectures:
  - i686
  - x86_64-musl
  - aarch64
  - armv6l

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

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

From 32f80f210f1f6181af8149d42b109dcfeaa6d3e6 Mon Sep 17 00:00:00 2001
From: Francesco Carmelo Capria <francesco@capria.eu>
Date: Sat, 22 Oct 2022 16:25:36 +0200
Subject: [PATCH] dwm: update to 6.4.

---
 srcpkgs/dwm/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/dwm/template b/srcpkgs/dwm/template
index 13577d371679..80739a7b1bef 100644
--- a/srcpkgs/dwm/template
+++ b/srcpkgs/dwm/template
@@ -1,19 +1,18 @@
 # Template file for 'dwm'
 pkgname=dwm
-version=6.3
+version=6.4
 revision=1
 makedepends="libXinerama-devel libXft-devel freetype-devel"
 short_desc="Dynamic window manager for X"
 maintainer="Nathan Owens <ndowens04@gmail.com>"
 license="MIT"
-homepage="http://dwm.suckless.org"
+homepage="https://dwm.suckless.org"
 distfiles="https://dl.suckless.org/dwm/dwm-${version}.tar.gz"
-checksum=badaa028529b1fba1fd7f9a84f3b64f31190466c858011b53e2f7b70c6a3078d
+checksum=fa9c0d69a584485076cfc18809fd705e5c2080dafb13d5e729a3646ca7703a6e
 
 do_build() {
 	[ -e ${FILESDIR}/config.h ] && cp ${FILESDIR}/config.h config.h
-	sed -i "/CFLAGS/s|\${CPPFLAGS}|& $CFLAGS|g" config.mk
-	sed -i "/LDFLAGS/s|\-s|$LDFLAGS|g" config.mk
+	vsed -e "/CFLAGS/s|\${CPPFLAGS}|& $CFLAGS|g" -i config.mk
 	make CC=$CC INCS="-I. -I${XBPS_CROSS_BASE}/usr/include/freetype2" LIBS="-lX11 -lXinerama -lXft -lfontconfig"
 }
 

  parent reply	other threads:[~2022-10-22 15:54 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-22 14:30 [PR PATCH] " fccapria
2022-10-22 15:08 ` [PR PATCH] [Updated] " fccapria
2022-10-22 15:08 ` fccapria
2022-10-22 15:31 ` fccapria
2022-10-22 15:31 ` fccapria
2022-10-22 15:34 ` fccapria
2022-10-22 15:36 ` fccapria
2022-10-22 15:37 ` [PR PATCH] [Updated] " fccapria
2022-10-22 15:38 ` fccapria
2022-10-22 15:54 ` fccapria
2022-10-22 15:54 ` fccapria [this message]
2022-10-22 15:58 ` fccapria
2022-10-26 12:46 ` [PR PATCH] [Merged]: " leahneukirchen

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=20221022155421.VtQJnX4ff_RxOLtaz40ppHB8afaTUJJ8puTnCJA-ZGk@z \
    --to=fccapria@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).