Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bemenu: update to 0.6.15
@ 2023-05-11  4:22 nuckle
  2023-05-16 12:47 ` realcharmer
  2023-05-17  5:14 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 4+ messages in thread
From: nuckle @ 2023-05-11  4:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nuckle/void-packages bemenu--0.6.15
https://github.com/void-linux/void-packages/pull/43844

bemenu: update to 0.6.15
<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 9500b48c0e516c6d2afb14b9cf9a355adc5a938a Mon Sep 17 00:00:00 2001
From: Nuckle <coil@rwxt.xyz>
Date: Thu, 11 May 2023 07:21:54 +0300
Subject: [PATCH] bemenu: update to 0.6.15

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

diff --git a/srcpkgs/bemenu/template b/srcpkgs/bemenu/template
index d20d63c45d12..013a56e08c90 100644
--- a/srcpkgs/bemenu/template
+++ b/srcpkgs/bemenu/template
@@ -1,6 +1,6 @@
 # Template file for 'bemenu'
 pkgname=bemenu
-version=0.6.14
+version=0.6.15
 revision=1
 build_style=gnu-makefile
 hostmakedepends="pkg-config wayland-devel scdoc"
@@ -12,7 +12,7 @@ maintainer="Issam Maghni <me@concati.me>"
 license="GPL-3.0-or-later, LGPL-3.0-or-later"
 homepage="https://github.com/Cloudef/bemenu"
 distfiles="https://github.com/Cloudef/bemenu/archive/${version}.tar.gz"
-checksum=bc945776f94901d0898d19725d3a4c3e1f5bc90712a5bae9ec98d89d24603a9d
+checksum=abad9656b194ac511fd87d3d3ab4b155957fc4e402e76082c7fbefa6e84dad75
 
 bemenu-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

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

* Re: bemenu: update to 0.6.15
  2023-05-11  4:22 [PR PATCH] bemenu: update to 0.6.15 nuckle
@ 2023-05-16 12:47 ` realcharmer
  2023-05-17  5:14 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 4+ messages in thread
From: realcharmer @ 2023-05-16 12:47 UTC (permalink / raw)
  To: ml

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

New comment by realcharmer on void-packages repository

https://github.com/void-linux/void-packages/pull/43844#issuecomment-1549596752

Comment:
LGTM. No regressions found during normal use.

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

* Re: [PR PATCH] [Merged]: bemenu: update to 0.6.15
  2023-05-11  4:22 [PR PATCH] bemenu: update to 0.6.15 nuckle
  2023-05-16 12:47 ` realcharmer
@ 2023-05-17  5:14 ` classabbyamp
  1 sibling, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-05-17  5:14 UTC (permalink / raw)
  To: ml

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

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

bemenu: update to 0.6.15
https://github.com/void-linux/void-packages/pull/43844

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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

* [PR PATCH] bemenu: update to 0.6.15
@ 2023-05-09  8:14 nuckle
  0 siblings, 0 replies; 4+ messages in thread
From: nuckle @ 2023-05-09  8:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nuckle/void-packages master
https://github.com/void-linux/void-packages/pull/43809

bemenu: update to 0.6.15
<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 9d1198f8946aeb127e1138c542f36ff3984c1c15 Mon Sep 17 00:00:00 2001
From: Nuckle <37220313+nuckle@users.noreply.github.com>
Date: Tue, 9 May 2023 11:05:48 +0300
Subject: [PATCH] bemenu: update to 0.6.15

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

diff --git a/srcpkgs/bemenu/template b/srcpkgs/bemenu/template
index d20d63c45d12..013a56e08c90 100644
--- a/srcpkgs/bemenu/template
+++ b/srcpkgs/bemenu/template
@@ -1,6 +1,6 @@
 # Template file for 'bemenu'
 pkgname=bemenu
-version=0.6.14
+version=0.6.15
 revision=1
 build_style=gnu-makefile
 hostmakedepends="pkg-config wayland-devel scdoc"
@@ -12,7 +12,7 @@ maintainer="Issam Maghni <me@concati.me>"
 license="GPL-3.0-or-later, LGPL-3.0-or-later"
 homepage="https://github.com/Cloudef/bemenu"
 distfiles="https://github.com/Cloudef/bemenu/archive/${version}.tar.gz"
-checksum=bc945776f94901d0898d19725d3a4c3e1f5bc90712a5bae9ec98d89d24603a9d
+checksum=abad9656b194ac511fd87d3d3ab4b155957fc4e402e76082c7fbefa6e84dad75
 
 bemenu-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

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

end of thread, other threads:[~2023-05-17  5:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-11  4:22 [PR PATCH] bemenu: update to 0.6.15 nuckle
2023-05-16 12:47 ` realcharmer
2023-05-17  5:14 ` [PR PATCH] [Merged]: " classabbyamp
  -- strict thread matches above, loose matches on Subject: below --
2023-05-09  8:14 [PR PATCH] " nuckle

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