Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dmenu: update to 5.3, adopt.
@ 2024-03-22 12:02 iFoundSilentHouse
  2024-03-22 14:44 ` Duncaen
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: iFoundSilentHouse @ 2024-03-22 12:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/iFoundSilentHouse/void-packages dmenu-5.3
https://github.com/void-linux/void-packages/pull/49450

dmenu: update to 5.3, adopt.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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)
- I built this PR locally for these architectures:
  - x86_64-musl
  - i686
  - aarch64


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

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

From 6e0890d61adb2490a16c81cae8994444eca0a630 Mon Sep 17 00:00:00 2001
From: IFoundSilentHouse <adeptslab@gmail.com>
Date: Fri, 22 Mar 2024 17:47:26 +0600
Subject: [PATCH] dmenu: update to 5.3.

dmenu: update to 5.3, adopt.
---
 srcpkgs/dmenu/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/dmenu/template b/srcpkgs/dmenu/template
index 14da610ed88f11..dab7a4cf9776aa 100644
--- a/srcpkgs/dmenu/template
+++ b/srcpkgs/dmenu/template
@@ -1,14 +1,14 @@
 # Template file for 'dmenu'
 pkgname=dmenu
-version=5.2
+version=5.3
 revision=1
 makedepends="libXinerama-devel libXft-devel freetype-devel"
 short_desc="Generic menu for X"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="iFoundSilentHouse <adeptslab@gmail.com>"
 license="MIT"
 homepage="https://tools.suckless.org/dmenu/"
 distfiles="https://dl.suckless.org/tools/${pkgname}-${version}.tar.gz"
-checksum=d4d4ca77b59140f272272db537e05bb91a5914f56802652dc57e61a773d43792
+checksum=1a8f53e6fd2d749839ec870c5e27b3e14da5c3eeacbfcb945d159e1d5433795f
 
 build_options="fuzzymatch"
 desc_option_fuzzymatch="Enable Fuzzymatch support"

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

* Re: dmenu: update to 5.3, adopt.
  2024-03-22 12:02 [PR PATCH] dmenu: update to 5.3, adopt iFoundSilentHouse
@ 2024-03-22 14:44 ` Duncaen
  2024-03-22 16:09 ` [PR PATCH] [Updated] dmenu: update to 5.3 iFoundSilentHouse
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Duncaen @ 2024-03-22 14:44 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/49450#issuecomment-2015258654

Comment:
Please don't adopt the packages. https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#adopting-a-template

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

* Re: [PR PATCH] [Updated] dmenu: update to 5.3.
  2024-03-22 12:02 [PR PATCH] dmenu: update to 5.3, adopt iFoundSilentHouse
  2024-03-22 14:44 ` Duncaen
@ 2024-03-22 16:09 ` iFoundSilentHouse
  2024-03-22 16:56 ` iFoundSilentHouse
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: iFoundSilentHouse @ 2024-03-22 16:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/iFoundSilentHouse/void-packages dmenu-5.3
https://github.com/void-linux/void-packages/pull/49450

dmenu: update to 5.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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)
- I built this PR locally for these architectures:
  - x86_64-musl
  - i686
  - aarch64


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

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

From 6e0890d61adb2490a16c81cae8994444eca0a630 Mon Sep 17 00:00:00 2001
From: IFoundSilentHouse <adeptslab@gmail.com>
Date: Fri, 22 Mar 2024 17:47:26 +0600
Subject: [PATCH 1/2] dmenu: update to 5.3.

dmenu: update to 5.3, adopt.
---
 srcpkgs/dmenu/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/dmenu/template b/srcpkgs/dmenu/template
index 14da610ed88f11..dab7a4cf9776aa 100644
--- a/srcpkgs/dmenu/template
+++ b/srcpkgs/dmenu/template
@@ -1,14 +1,14 @@
 # Template file for 'dmenu'
 pkgname=dmenu
-version=5.2
+version=5.3
 revision=1
 makedepends="libXinerama-devel libXft-devel freetype-devel"
 short_desc="Generic menu for X"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="iFoundSilentHouse <adeptslab@gmail.com>"
 license="MIT"
 homepage="https://tools.suckless.org/dmenu/"
 distfiles="https://dl.suckless.org/tools/${pkgname}-${version}.tar.gz"
-checksum=d4d4ca77b59140f272272db537e05bb91a5914f56802652dc57e61a773d43792
+checksum=1a8f53e6fd2d749839ec870c5e27b3e14da5c3eeacbfcb945d159e1d5433795f
 
 build_options="fuzzymatch"
 desc_option_fuzzymatch="Enable Fuzzymatch support"

From 1e8c630549479324f1410e6fa57057925532fb40 Mon Sep 17 00:00:00 2001
From: IFoundSilentHouse <adeptslab@gmail.com>
Date: Fri, 22 Mar 2024 22:08:44 +0600
Subject: [PATCH 2/2] dmenu: update to 5.3.

dmenu: update to 5.3
---
 srcpkgs/dmenu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/dmenu/template b/srcpkgs/dmenu/template
index dab7a4cf9776aa..cc6766e9538e12 100644
--- a/srcpkgs/dmenu/template
+++ b/srcpkgs/dmenu/template
@@ -4,7 +4,7 @@ version=5.3
 revision=1
 makedepends="libXinerama-devel libXft-devel freetype-devel"
 short_desc="Generic menu for X"
-maintainer="iFoundSilentHouse <adeptslab@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org"
 license="MIT"
 homepage="https://tools.suckless.org/dmenu/"
 distfiles="https://dl.suckless.org/tools/${pkgname}-${version}.tar.gz"

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

* Re: [PR PATCH] [Updated] dmenu: update to 5.3.
  2024-03-22 12:02 [PR PATCH] dmenu: update to 5.3, adopt iFoundSilentHouse
  2024-03-22 14:44 ` Duncaen
  2024-03-22 16:09 ` [PR PATCH] [Updated] dmenu: update to 5.3 iFoundSilentHouse
@ 2024-03-22 16:56 ` iFoundSilentHouse
  2024-03-22 20:47 ` balejk
  2024-03-22 20:56 ` [PR PATCH] [Closed]: " iFoundSilentHouse
  4 siblings, 0 replies; 6+ messages in thread
From: iFoundSilentHouse @ 2024-03-22 16:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/iFoundSilentHouse/void-packages dmenu-5.3
https://github.com/void-linux/void-packages/pull/49450

dmenu: update to 5.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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)
- I built this PR locally for these architectures:
  - x86_64-musl
  - i686
  - aarch64


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

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

From 6e0890d61adb2490a16c81cae8994444eca0a630 Mon Sep 17 00:00:00 2001
From: IFoundSilentHouse <adeptslab@gmail.com>
Date: Fri, 22 Mar 2024 17:47:26 +0600
Subject: [PATCH 1/3] dmenu: update to 5.3.

dmenu: update to 5.3, adopt.
---
 srcpkgs/dmenu/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/dmenu/template b/srcpkgs/dmenu/template
index 14da610ed88f11..dab7a4cf9776aa 100644
--- a/srcpkgs/dmenu/template
+++ b/srcpkgs/dmenu/template
@@ -1,14 +1,14 @@
 # Template file for 'dmenu'
 pkgname=dmenu
-version=5.2
+version=5.3
 revision=1
 makedepends="libXinerama-devel libXft-devel freetype-devel"
 short_desc="Generic menu for X"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="iFoundSilentHouse <adeptslab@gmail.com>"
 license="MIT"
 homepage="https://tools.suckless.org/dmenu/"
 distfiles="https://dl.suckless.org/tools/${pkgname}-${version}.tar.gz"
-checksum=d4d4ca77b59140f272272db537e05bb91a5914f56802652dc57e61a773d43792
+checksum=1a8f53e6fd2d749839ec870c5e27b3e14da5c3eeacbfcb945d159e1d5433795f
 
 build_options="fuzzymatch"
 desc_option_fuzzymatch="Enable Fuzzymatch support"

From 1e8c630549479324f1410e6fa57057925532fb40 Mon Sep 17 00:00:00 2001
From: IFoundSilentHouse <adeptslab@gmail.com>
Date: Fri, 22 Mar 2024 22:08:44 +0600
Subject: [PATCH 2/3] dmenu: update to 5.3.

dmenu: update to 5.3
---
 srcpkgs/dmenu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/dmenu/template b/srcpkgs/dmenu/template
index dab7a4cf9776aa..cc6766e9538e12 100644
--- a/srcpkgs/dmenu/template
+++ b/srcpkgs/dmenu/template
@@ -4,7 +4,7 @@ version=5.3
 revision=1
 makedepends="libXinerama-devel libXft-devel freetype-devel"
 short_desc="Generic menu for X"
-maintainer="iFoundSilentHouse <adeptslab@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org"
 license="MIT"
 homepage="https://tools.suckless.org/dmenu/"
 distfiles="https://dl.suckless.org/tools/${pkgname}-${version}.tar.gz"

From a96c9017c65f9b2808201094329f7550e985ae3e Mon Sep 17 00:00:00 2001
From: IFoundSilentHouse <adeptslab@gmail.com>
Date: Fri, 22 Mar 2024 22:56:15 +0600
Subject: [PATCH 3/3] dmenu: update to 5.3.

dmenu: update to 5.3
---
 srcpkgs/dmenu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/dmenu/template b/srcpkgs/dmenu/template
index cc6766e9538e12..8b66e624879b01 100644
--- a/srcpkgs/dmenu/template
+++ b/srcpkgs/dmenu/template
@@ -4,7 +4,7 @@ version=5.3
 revision=1
 makedepends="libXinerama-devel libXft-devel freetype-devel"
 short_desc="Generic menu for X"
-maintainer="Orphaned <orphan@voidlinux.org"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://tools.suckless.org/dmenu/"
 distfiles="https://dl.suckless.org/tools/${pkgname}-${version}.tar.gz"

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

* Re: dmenu: update to 5.3.
  2024-03-22 12:02 [PR PATCH] dmenu: update to 5.3, adopt iFoundSilentHouse
                   ` (2 preceding siblings ...)
  2024-03-22 16:56 ` iFoundSilentHouse
@ 2024-03-22 20:47 ` balejk
  2024-03-22 20:56 ` [PR PATCH] [Closed]: " iFoundSilentHouse
  4 siblings, 0 replies; 6+ messages in thread
From: balejk @ 2024-03-22 20:47 UTC (permalink / raw)
  To: ml

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

New comment by balejk on void-packages repository

https://github.com/void-linux/void-packages/pull/49450#issuecomment-2015884943

Comment:
Updated in f13c2356e4a6.


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

* Re: [PR PATCH] [Closed]: dmenu: update to 5.3.
  2024-03-22 12:02 [PR PATCH] dmenu: update to 5.3, adopt iFoundSilentHouse
                   ` (3 preceding siblings ...)
  2024-03-22 20:47 ` balejk
@ 2024-03-22 20:56 ` iFoundSilentHouse
  4 siblings, 0 replies; 6+ messages in thread
From: iFoundSilentHouse @ 2024-03-22 20:56 UTC (permalink / raw)
  To: ml

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

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

dmenu: update to 5.3.
https://github.com/void-linux/void-packages/pull/49450

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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)
- I built this PR locally for these architectures:
  - x86_64-musl
  - i686
  - aarch64


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

end of thread, other threads:[~2024-03-22 20:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-22 12:02 [PR PATCH] dmenu: update to 5.3, adopt iFoundSilentHouse
2024-03-22 14:44 ` Duncaen
2024-03-22 16:09 ` [PR PATCH] [Updated] dmenu: update to 5.3 iFoundSilentHouse
2024-03-22 16:56 ` iFoundSilentHouse
2024-03-22 20:47 ` balejk
2024-03-22 20:56 ` [PR PATCH] [Closed]: " iFoundSilentHouse

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