Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] slock: update to 1.4
@ 2022-06-29  2:45 wrest64
  2022-06-29  9:54 ` slock: added line in build section of template to factor in config.h sgn
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: wrest64 @ 2022-06-29  2:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/wrest64/void-packages master
https://github.com/void-linux/void-packages/pull/37736

slock: update to 1.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

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


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

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

From 38fd640269aa4f48449c97b6767ea887d8697b5b Mon Sep 17 00:00:00 2001
From: wrest64 <mrh64@pm.me>
Date: Tue, 28 Jun 2022 22:26:26 -0400
Subject: [PATCH] slock: update to 1.4.

---
 srcpkgs/slock/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/slock/template b/srcpkgs/slock/template
index df12400b6c98..481c5b86d168 100644
--- a/srcpkgs/slock/template
+++ b/srcpkgs/slock/template
@@ -12,6 +12,7 @@ distfiles="http://dl.suckless.org/tools/slock-${version}.tar.gz"
 checksum=b53849dbc60109a987d7a49b8da197305c29307fd74c12dc18af0d3044392e6a
 
 do_build() {
+	[ -e ${FILESDIR}/config.h ] && cp ${FILESDIR}/config.h config.h
 	sed -i 's/CPPFLAGS =/CPPFLAGS +=/g' config.mk
 	sed -i 's/CFLAGS =/CFLAGS +=/g' config.mk
 	sed -i 's/LDFLAGS =/LDFLAGS +=/g' config.mk

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

* Re: slock: added line in build section of template to factor in config.h
  2022-06-29  2:45 [PR PATCH] slock: update to 1.4 wrest64
@ 2022-06-29  9:54 ` sgn
  2022-06-29 10:01 ` [PR PATCH] [Updated] " wrest64
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2022-06-29  9:54 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/37736#issuecomment-1169778493

Comment:
Please change the commit message.  This is not an update.

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

* Re: [PR PATCH] [Updated] slock: added line in build section of template to factor in config.h
  2022-06-29  2:45 [PR PATCH] slock: update to 1.4 wrest64
  2022-06-29  9:54 ` slock: added line in build section of template to factor in config.h sgn
@ 2022-06-29 10:01 ` wrest64
  2022-06-29 10:02 ` wrest64
  2022-06-29 12:09 ` [PR PATCH] [Merged]: " Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: wrest64 @ 2022-06-29 10:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/wrest64/void-packages master
https://github.com/void-linux/void-packages/pull/37736

slock: added line in build section of template to factor in config.h
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

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


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

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

From 058f36c521742aedfebea7ff95e565809062938c Mon Sep 17 00:00:00 2001
From: wrest64 <mrh64@pm.me>
Date: Tue, 28 Jun 2022 22:26:26 -0400
Subject: [PATCH] slock: added line in build section of template to factor in
 config.h

---
 srcpkgs/slock/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/slock/template b/srcpkgs/slock/template
index df12400b6c98..481c5b86d168 100644
--- a/srcpkgs/slock/template
+++ b/srcpkgs/slock/template
@@ -12,6 +12,7 @@ distfiles="http://dl.suckless.org/tools/slock-${version}.tar.gz"
 checksum=b53849dbc60109a987d7a49b8da197305c29307fd74c12dc18af0d3044392e6a
 
 do_build() {
+	[ -e ${FILESDIR}/config.h ] && cp ${FILESDIR}/config.h config.h
 	sed -i 's/CPPFLAGS =/CPPFLAGS +=/g' config.mk
 	sed -i 's/CFLAGS =/CFLAGS +=/g' config.mk
 	sed -i 's/LDFLAGS =/LDFLAGS +=/g' config.mk

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

* Re: slock: added line in build section of template to factor in config.h
  2022-06-29  2:45 [PR PATCH] slock: update to 1.4 wrest64
  2022-06-29  9:54 ` slock: added line in build section of template to factor in config.h sgn
  2022-06-29 10:01 ` [PR PATCH] [Updated] " wrest64
@ 2022-06-29 10:02 ` wrest64
  2022-06-29 12:09 ` [PR PATCH] [Merged]: " Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: wrest64 @ 2022-06-29 10:02 UTC (permalink / raw)
  To: ml

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

New comment by wrest64 on void-packages repository

https://github.com/void-linux/void-packages/pull/37736#issuecomment-1169785868

Comment:
whoops sorry, fixed

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

* Re: [PR PATCH] [Merged]: slock: added line in build section of template to factor in config.h
  2022-06-29  2:45 [PR PATCH] slock: update to 1.4 wrest64
                   ` (2 preceding siblings ...)
  2022-06-29 10:02 ` wrest64
@ 2022-06-29 12:09 ` Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: Duncaen @ 2022-06-29 12:09 UTC (permalink / raw)
  To: ml

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

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

slock: added line in build section of template to factor in config.h
https://github.com/void-linux/void-packages/pull/37736

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

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

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


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

end of thread, other threads:[~2022-06-29 12:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-29  2:45 [PR PATCH] slock: update to 1.4 wrest64
2022-06-29  9:54 ` slock: added line in build section of template to factor in config.h sgn
2022-06-29 10:01 ` [PR PATCH] [Updated] " wrest64
2022-06-29 10:02 ` wrest64
2022-06-29 12:09 ` [PR PATCH] [Merged]: " Duncaen

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