Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dmenu: update to 5.1.
@ 2022-02-12 23:13 MouadCharradi
  2022-02-12 23:39 ` [PR PATCH] [Updated] " MouadCharradi
  2022-02-12 23:43 ` [PR PATCH] [Closed]: " MouadCharradi
  0 siblings, 2 replies; 3+ messages in thread
From: MouadCharradi @ 2022-02-12 23:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MouadCharradi/void-packages master
https://github.com/void-linux/void-packages/pull/35570

dmenu: update to 5.1.
<!-- 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 [skip CI](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/35570.patch is attached

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

From 0b05760ce3f7117c0f4e2eb198f5e96a3846e428 Mon Sep 17 00:00:00 2001
From: MouadCharradi <charradimouad58@gmail.com>
Date: Sun, 13 Feb 2022 00:09:45 +0100
Subject: [PATCH] dmenu: update to 5.1.

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

diff --git a/srcpkgs/dmenu/template b/srcpkgs/dmenu/template
index 7baa3e31b850..7d492f6dc958 100644
--- a/srcpkgs/dmenu/template
+++ b/srcpkgs/dmenu/template
@@ -1,6 +1,6 @@
 # Template file for 'dmenu'
 pkgname=dmenu
-version=5.0
+version=5.1
 revision=1
 makedepends="libXinerama-devel libXft-devel freetype-devel"
 short_desc="Generic menu for X"
@@ -8,7 +8,7 @@ maintainer="Lugubris <lugubris@disroot.org>"
 license="MIT"
 homepage="https://tools.suckless.org/dmenu/"
 distfiles="https://dl.suckless.org/tools/${pkgname}-${version}.tar.gz"
-checksum=fe18e142c4dbcf71ba5757dbbdea93b1c67d58fc206fc116664f4336deef6ed3
+checksum=1f4d709ebba37eb7326eba0e665e0f13be4fa24ee35c95b0d79c30f14a348fd5
 
 build_options="fuzzymatch"
 desc_option_fuzzymatch="Enable Fuzzymatch support"

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

* Re: [PR PATCH] [Updated] dmenu: update to 5.1.
  2022-02-12 23:13 [PR PATCH] dmenu: update to 5.1 MouadCharradi
@ 2022-02-12 23:39 ` MouadCharradi
  2022-02-12 23:43 ` [PR PATCH] [Closed]: " MouadCharradi
  1 sibling, 0 replies; 3+ messages in thread
From: MouadCharradi @ 2022-02-12 23:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MouadCharradi/void-packages master
https://github.com/void-linux/void-packages/pull/35570

dmenu: update to 5.1.
<!-- 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 [skip CI](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/35570.patch is attached

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

From 0b05760ce3f7117c0f4e2eb198f5e96a3846e428 Mon Sep 17 00:00:00 2001
From: MouadCharradi <charradimouad58@gmail.com>
Date: Sun, 13 Feb 2022 00:09:45 +0100
Subject: [PATCH 1/2] dmenu: update to 5.1.

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

diff --git a/srcpkgs/dmenu/template b/srcpkgs/dmenu/template
index 7baa3e31b850..7d492f6dc958 100644
--- a/srcpkgs/dmenu/template
+++ b/srcpkgs/dmenu/template
@@ -1,6 +1,6 @@
 # Template file for 'dmenu'
 pkgname=dmenu
-version=5.0
+version=5.1
 revision=1
 makedepends="libXinerama-devel libXft-devel freetype-devel"
 short_desc="Generic menu for X"
@@ -8,7 +8,7 @@ maintainer="Lugubris <lugubris@disroot.org>"
 license="MIT"
 homepage="https://tools.suckless.org/dmenu/"
 distfiles="https://dl.suckless.org/tools/${pkgname}-${version}.tar.gz"
-checksum=fe18e142c4dbcf71ba5757dbbdea93b1c67d58fc206fc116664f4336deef6ed3
+checksum=1f4d709ebba37eb7326eba0e665e0f13be4fa24ee35c95b0d79c30f14a348fd5
 
 build_options="fuzzymatch"
 desc_option_fuzzymatch="Enable Fuzzymatch support"

From 3c44c54e3e7004e8229917cb4d39be8ec672e34c Mon Sep 17 00:00:00 2001
From: MouadCharradi <charradimouad58@gmail.com>
Date: Sun, 13 Feb 2022 00:37:30 +0100
Subject: [PATCH 2/2] python3-qrcode: update to 7.3.1.

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

diff --git a/srcpkgs/python3-qrcode/template b/srcpkgs/python3-qrcode/template
index 50a1966adb5b..6abb8c0dce44 100644
--- a/srcpkgs/python3-qrcode/template
+++ b/srcpkgs/python3-qrcode/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-qrcode'
 pkgname=python3-qrcode
-version=6.1
+version=7.3.1
 revision=5
 wrksrc="qrcode-${version}"
 build_style=python3-module
@@ -12,7 +12,7 @@ maintainer="Charles E. Lehner <cel@celehner.com>"
 license="BSD-3-Clause"
 homepage="https://github.com/lincolnloop/python-qrcode"
 distfiles="${PYPI_SITE}/q/qrcode/qrcode-${version}.tar.gz"
-checksum=505253854f607f2abf4d16092c61d4e9d511a3b4392e60bff957a68592b04369
+checksum=375a6ff240ca9bd41adc070428b5dfc1dcfbb0f2507f1ac848f6cded38956578
 
 do_check() {
 	python3 setup.py test

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

* Re: [PR PATCH] [Closed]: dmenu: update to 5.1.
  2022-02-12 23:13 [PR PATCH] dmenu: update to 5.1 MouadCharradi
  2022-02-12 23:39 ` [PR PATCH] [Updated] " MouadCharradi
@ 2022-02-12 23:43 ` MouadCharradi
  1 sibling, 0 replies; 3+ messages in thread
From: MouadCharradi @ 2022-02-12 23:43 UTC (permalink / raw)
  To: ml

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

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

dmenu: update to 5.1.
https://github.com/void-linux/void-packages/pull/35570

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 [skip CI](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] 3+ messages in thread

end of thread, other threads:[~2022-02-12 23:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-12 23:13 [PR PATCH] dmenu: update to 5.1 MouadCharradi
2022-02-12 23:39 ` [PR PATCH] [Updated] " MouadCharradi
2022-02-12 23:43 ` [PR PATCH] [Closed]: " MouadCharradi

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