Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dwm: update to 6.4.
@ 2022-10-22 14:30 fccapria
  2022-10-22 15:08 ` [PR PATCH] [Updated] " fccapria
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: fccapria @ 2022-10-22 14:30 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1044 bytes --]

From fa4fb75b77292f7b13e6520f282ede1bddfeaaa0 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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/dwm/template b/srcpkgs/dwm/template
index 13577d371679..5d670a740454 100644
--- a/srcpkgs/dwm/template
+++ b/srcpkgs/dwm/template
@@ -1,6 +1,6 @@
 # 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"
@@ -8,7 +8,7 @@ maintainer="Nathan Owens <ndowens04@gmail.com>"
 license="MIT"
 homepage="http://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

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

* Re: [PR PATCH] [Updated] dwm: update to 6.4.
  2022-10-22 14:30 [PR PATCH] dwm: update to 6.4 fccapria
@ 2022-10-22 15:08 ` fccapria
  2022-10-22 15:08 ` fccapria
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: fccapria @ 2022-10-22 15:08 UTC (permalink / raw)
  To: ml

[-- 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: 1868 bytes --]

From fa4fb75b77292f7b13e6520f282ede1bddfeaaa0 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 1/2] dwm: update to 6.4.

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

diff --git a/srcpkgs/dwm/template b/srcpkgs/dwm/template
index 13577d371679..5d670a740454 100644
--- a/srcpkgs/dwm/template
+++ b/srcpkgs/dwm/template
@@ -1,6 +1,6 @@
 # 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"
@@ -8,7 +8,7 @@ maintainer="Nathan Owens <ndowens04@gmail.com>"
 license="MIT"
 homepage="http://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

From 33fc2eb8753853277085949a2aac02ebee207193 Mon Sep 17 00:00:00 2001
From: Francesco Carmelo Capria <francesco@capria.eu>
Date: Sat, 22 Oct 2022 17:07:32 +0200
Subject: [PATCH 2/2] Update

---
 srcpkgs/dwm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/dwm/template b/srcpkgs/dwm/template
index 5d670a740454..6db416afdaf1 100644
--- a/srcpkgs/dwm/template
+++ b/srcpkgs/dwm/template
@@ -6,7 +6,7 @@ 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=fa9c0d69a584485076cfc18809fd705e5c2080dafb13d5e729a3646ca7703a6e
 

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

* Re: [PR PATCH] [Updated] dwm: update to 6.4.
  2022-10-22 14:30 [PR PATCH] dwm: update to 6.4 fccapria
  2022-10-22 15:08 ` [PR PATCH] [Updated] " fccapria
@ 2022-10-22 15:08 ` fccapria
  2022-10-22 15:31 ` fccapria
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: fccapria @ 2022-10-22 15:08 UTC (permalink / raw)
  To: ml

[-- 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: 1070 bytes --]

From 8a9c4b16a02203631a076fb727396ac22f73ddf7 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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/dwm/template b/srcpkgs/dwm/template
index 13577d371679..6db416afdaf1 100644
--- a/srcpkgs/dwm/template
+++ b/srcpkgs/dwm/template
@@ -1,14 +1,14 @@
 # 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

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

* Re: [PR PATCH] [Updated] dwm: update to 6.4.
  2022-10-22 14:30 [PR PATCH] dwm: update to 6.4 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
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: fccapria @ 2022-10-22 15:31 UTC (permalink / raw)
  To: ml

[-- 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: 2004 bytes --]

From 8a9c4b16a02203631a076fb727396ac22f73ddf7 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 1/2] dwm: update to 6.4.

---
 srcpkgs/dwm/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/dwm/template b/srcpkgs/dwm/template
index 13577d371679..6db416afdaf1 100644
--- a/srcpkgs/dwm/template
+++ b/srcpkgs/dwm/template
@@ -1,14 +1,14 @@
 # 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

From cdac828ba8cbcbc991a3d66f5fcdf0c5f834f22c Mon Sep 17 00:00:00 2001
From: Francesco Carmelo Capria <francesco@capria.eu>
Date: Sat, 22 Oct 2022 17:30:34 +0200
Subject: [PATCH 2/2] update sed

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

diff --git a/srcpkgs/dwm/template b/srcpkgs/dwm/template
index 6db416afdaf1..fb3607870513 100644
--- a/srcpkgs/dwm/template
+++ b/srcpkgs/dwm/template
@@ -12,8 +12,8 @@ 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 -i "/CFLAGS/s|\${CPPFLAGS}|& $CFLAGS|g" config.mk
+	vsed -i "/LDFLAGS/s|\-s|$LDFLAGS|g" config.mk
 	make CC=$CC INCS="-I. -I${XBPS_CROSS_BASE}/usr/include/freetype2" LIBS="-lX11 -lXinerama -lXft -lfontconfig"
 }
 

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

* Re: [PR PATCH] [Updated] dwm: update to 6.4.
  2022-10-22 14:30 [PR PATCH] dwm: update to 6.4 fccapria
                   ` (2 preceding siblings ...)
  2022-10-22 15:31 ` fccapria
@ 2022-10-22 15:31 ` fccapria
  2022-10-22 15:34 ` fccapria
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: fccapria @ 2022-10-22 15:31 UTC (permalink / raw)
  To: ml

[-- 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: 1399 bytes --]

From e56a5969c3173f06a45dfc1b459daa01f33ac553 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 | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/dwm/template b/srcpkgs/dwm/template
index 13577d371679..fb3607870513 100644
--- a/srcpkgs/dwm/template
+++ b/srcpkgs/dwm/template
@@ -1,19 +1,19 @@
 # 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 -i "/CFLAGS/s|\${CPPFLAGS}|& $CFLAGS|g" config.mk
+	vsed -i "/LDFLAGS/s|\-s|$LDFLAGS|g" config.mk
 	make CC=$CC INCS="-I. -I${XBPS_CROSS_BASE}/usr/include/freetype2" LIBS="-lX11 -lXinerama -lXft -lfontconfig"
 }
 

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

* Re: dwm: update to 6.4.
  2022-10-22 14:30 [PR PATCH] dwm: update to 6.4 fccapria
                   ` (3 preceding siblings ...)
  2022-10-22 15:31 ` fccapria
@ 2022-10-22 15:34 ` fccapria
  2022-10-22 15:36 ` fccapria
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: fccapria @ 2022-10-22 15:34 UTC (permalink / raw)
  To: ml

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

New comment by fccapria on void-packages repository

https://github.com/void-linux/void-packages/pull/40108#issuecomment-1287829017

Comment:
> replace sed with vsed

I just changed it but sadly almost all the builds failed.

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

* Re: dwm: update to 6.4.
  2022-10-22 14:30 [PR PATCH] dwm: update to 6.4 fccapria
                   ` (4 preceding siblings ...)
  2022-10-22 15:34 ` fccapria
@ 2022-10-22 15:36 ` fccapria
  2022-10-22 15:37 ` [PR PATCH] [Updated] " fccapria
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: fccapria @ 2022-10-22 15:36 UTC (permalink / raw)
  To: ml

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

New comment by fccapria on void-packages repository

https://github.com/void-linux/void-packages/pull/40108#issuecomment-1287829017

Comment:
> replace sed with vsed

I just changed it but sadly almost all the builds failed.
I think I found the problem, I try now.

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

* Re: [PR PATCH] [Updated] dwm: update to 6.4.
  2022-10-22 14:30 [PR PATCH] dwm: update to 6.4 fccapria
                   ` (5 preceding siblings ...)
  2022-10-22 15:36 ` fccapria
@ 2022-10-22 15:37 ` fccapria
  2022-10-22 15:38 ` fccapria
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: fccapria @ 2022-10-22 15:37 UTC (permalink / raw)
  To: ml

[-- 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: 2335 bytes --]

From e56a5969c3173f06a45dfc1b459daa01f33ac553 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 1/2] dwm: update to 6.4.

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

diff --git a/srcpkgs/dwm/template b/srcpkgs/dwm/template
index 13577d371679..fb3607870513 100644
--- a/srcpkgs/dwm/template
+++ b/srcpkgs/dwm/template
@@ -1,19 +1,19 @@
 # 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 -i "/CFLAGS/s|\${CPPFLAGS}|& $CFLAGS|g" config.mk
+	vsed -i "/LDFLAGS/s|\-s|$LDFLAGS|g" config.mk
 	make CC=$CC INCS="-I. -I${XBPS_CROSS_BASE}/usr/include/freetype2" LIBS="-lX11 -lXinerama -lXft -lfontconfig"
 }
 

From bcf8a60596c2c0be1f5813d3e59181c0fc4b4ea3 Mon Sep 17 00:00:00 2001
From: Francesco Carmelo Capria <francesco@capria.eu>
Date: Sat, 22 Oct 2022 17:37:15 +0200
Subject: [PATCH 2/2] edit

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

diff --git a/srcpkgs/dwm/template b/srcpkgs/dwm/template
index fb3607870513..15ab027b2766 100644
--- a/srcpkgs/dwm/template
+++ b/srcpkgs/dwm/template
@@ -12,8 +12,8 @@ checksum=fa9c0d69a584485076cfc18809fd705e5c2080dafb13d5e729a3646ca7703a6e
 
 do_build() {
 	[ -e ${FILESDIR}/config.h ] && cp ${FILESDIR}/config.h config.h
-	vsed -i "/CFLAGS/s|\${CPPFLAGS}|& $CFLAGS|g" config.mk
-	vsed -i "/LDFLAGS/s|\-s|$LDFLAGS|g" config.mk
+	vsed -e "/CFLAGS/s|\${CPPFLAGS}|& $CFLAGS|g" -i config.mk
+	vsed -e "/LDFLAGS/s|\-s|$LDFLAGS|g" -i config.mk
 	make CC=$CC INCS="-I. -I${XBPS_CROSS_BASE}/usr/include/freetype2" LIBS="-lX11 -lXinerama -lXft -lfontconfig"
 }
 

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

* Re: [PR PATCH] [Updated] dwm: update to 6.4.
  2022-10-22 14:30 [PR PATCH] dwm: update to 6.4 fccapria
                   ` (6 preceding siblings ...)
  2022-10-22 15:37 ` [PR PATCH] [Updated] " fccapria
@ 2022-10-22 15:38 ` fccapria
  2022-10-22 15:54 ` fccapria
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: fccapria @ 2022-10-22 15:38 UTC (permalink / raw)
  To: ml

[-- 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: 1405 bytes --]

From 9fc1a83d48e98a74255c40154c76b7aae41b40ae 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 | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/dwm/template b/srcpkgs/dwm/template
index 13577d371679..15ab027b2766 100644
--- a/srcpkgs/dwm/template
+++ b/srcpkgs/dwm/template
@@ -1,19 +1,19 @@
 # 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
+	vsed -e "/LDFLAGS/s|\-s|$LDFLAGS|g" -i config.mk
 	make CC=$CC INCS="-I. -I${XBPS_CROSS_BASE}/usr/include/freetype2" LIBS="-lX11 -lXinerama -lXft -lfontconfig"
 }
 

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

* Re: [PR PATCH] [Updated] dwm: update to 6.4.
  2022-10-22 14:30 [PR PATCH] dwm: update to 6.4 fccapria
                   ` (7 preceding siblings ...)
  2022-10-22 15:38 ` fccapria
@ 2022-10-22 15:54 ` fccapria
  2022-10-22 15:54 ` fccapria
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: fccapria @ 2022-10-22 15:54 UTC (permalink / raw)
  To: ml

[-- 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: 2215 bytes --]

From 9fc1a83d48e98a74255c40154c76b7aae41b40ae 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 1/2] dwm: update to 6.4.

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

diff --git a/srcpkgs/dwm/template b/srcpkgs/dwm/template
index 13577d371679..15ab027b2766 100644
--- a/srcpkgs/dwm/template
+++ b/srcpkgs/dwm/template
@@ -1,19 +1,19 @@
 # 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
+	vsed -e "/LDFLAGS/s|\-s|$LDFLAGS|g" -i config.mk
 	make CC=$CC INCS="-I. -I${XBPS_CROSS_BASE}/usr/include/freetype2" LIBS="-lX11 -lXinerama -lXft -lfontconfig"
 }
 

From 96aaa0ba1068776cef4b0bf63a2a07a389f878c4 Mon Sep 17 00:00:00 2001
From: Francesco Carmelo Capria <francesco@capria.eu>
Date: Sat, 22 Oct 2022 17:53:37 +0200
Subject: [PATCH 2/2] update

---
 srcpkgs/dwm/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/dwm/template b/srcpkgs/dwm/template
index 15ab027b2766..80739a7b1bef 100644
--- a/srcpkgs/dwm/template
+++ b/srcpkgs/dwm/template
@@ -13,7 +13,6 @@ checksum=fa9c0d69a584485076cfc18809fd705e5c2080dafb13d5e729a3646ca7703a6e
 do_build() {
 	[ -e ${FILESDIR}/config.h ] && cp ${FILESDIR}/config.h config.h
 	vsed -e "/CFLAGS/s|\${CPPFLAGS}|& $CFLAGS|g" -i config.mk
-	vsed -e "/LDFLAGS/s|\-s|$LDFLAGS|g" -i config.mk
 	make CC=$CC INCS="-I. -I${XBPS_CROSS_BASE}/usr/include/freetype2" LIBS="-lX11 -lXinerama -lXft -lfontconfig"
 }
 

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

* Re: [PR PATCH] [Updated] dwm: update to 6.4.
  2022-10-22 14:30 [PR PATCH] dwm: update to 6.4 fccapria
                   ` (8 preceding siblings ...)
  2022-10-22 15:54 ` fccapria
@ 2022-10-22 15:54 ` fccapria
  2022-10-22 15:58 ` fccapria
  2022-10-26 12:46 ` [PR PATCH] [Merged]: " leahneukirchen
  11 siblings, 0 replies; 13+ messages in thread
From: fccapria @ 2022-10-22 15:54 UTC (permalink / raw)
  To: ml

[-- 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"
 }
 

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

* Re: dwm: update to 6.4.
  2022-10-22 14:30 [PR PATCH] dwm: update to 6.4 fccapria
                   ` (9 preceding siblings ...)
  2022-10-22 15:54 ` fccapria
@ 2022-10-22 15:58 ` fccapria
  2022-10-26 12:46 ` [PR PATCH] [Merged]: " leahneukirchen
  11 siblings, 0 replies; 13+ messages in thread
From: fccapria @ 2022-10-22 15:58 UTC (permalink / raw)
  To: ml

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

New comment by fccapria on void-packages repository

https://github.com/void-linux/void-packages/pull/40108#issuecomment-1287834616

Comment:
I just edited the template.
I removed the second sed as it didn't change anything inside config.mk.

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

* Re: [PR PATCH] [Merged]: dwm: update to 6.4.
  2022-10-22 14:30 [PR PATCH] dwm: update to 6.4 fccapria
                   ` (10 preceding siblings ...)
  2022-10-22 15:58 ` fccapria
@ 2022-10-26 12:46 ` leahneukirchen
  11 siblings, 0 replies; 13+ messages in thread
From: leahneukirchen @ 2022-10-26 12:46 UTC (permalink / raw)
  To: ml

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

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

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

Description:
#### 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

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

end of thread, other threads:[~2022-10-26 12:46 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-22 14:30 [PR PATCH] dwm: update to 6.4 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
2022-10-22 15:58 ` fccapria
2022-10-26 12:46 ` [PR PATCH] [Merged]: " leahneukirchen

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