Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] leftwm: update to 0.4.2
@ 2023-06-20 19:13 tranzystorek-io
  2023-06-20 19:31 ` 0323pin
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tranzystorek-io @ 2023-06-20 19:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages leftwm
https://github.com/void-linux/void-packages/pull/44544

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

#### Testing the changes
- I tested the changes in this PR: **NO** (Ping @0323pin)

<!--
#### 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/44544.patch is attached

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

From 472e71e9d20e300eccf005abb23e475745575bf5 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Tue, 20 Jun 2023 21:10:34 +0200
Subject: [PATCH] leftwm: update to 0.4.2

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

diff --git a/srcpkgs/leftwm/template b/srcpkgs/leftwm/template
index f872956e22c1..2b744bdb4dd4 100644
--- a/srcpkgs/leftwm/template
+++ b/srcpkgs/leftwm/template
@@ -1,6 +1,6 @@
 # Template file for 'leftwm'
 pkgname=leftwm
-version=0.4.1
+version=0.4.2
 revision=1
 build_style=cargo
 configure_args="--no-default-features --features lefthk,sys-log"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/leftwm/leftwm"
 changelog="https://raw.githubusercontent.com/leftwm/leftwm/main/CHANGELOG"
 distfiles="https://github.com/leftwm/leftwm/archive/refs/tags/${version}.tar.gz"
-checksum=fe10c6ef9f458a889ff0020d348e0185eeba8c606e2fb8ac04a78ac214ce40bc
+checksum=97a86b2966d20fd56237905fd90692a873e979759831f6030da2db9d5dc11f2b
 
 do_install() {
 	vdoc README.md

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

* Re: leftwm: update to 0.4.2
  2023-06-20 19:13 [PR PATCH] leftwm: update to 0.4.2 tranzystorek-io
@ 2023-06-20 19:31 ` 0323pin
  2023-06-22  6:38 ` 0323pin
  2023-06-22 10:27 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: 0323pin @ 2023-06-20 19:31 UTC (permalink / raw)
  To: ml

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

New comment by 0323pin on void-packages repository

https://github.com/void-linux/void-packages/pull/44544#issuecomment-1599387849

Comment:
@tranzystorek-io Thank you! I'll build and test run this on Thursday on x86_64 musl.

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

* Re: leftwm: update to 0.4.2
  2023-06-20 19:13 [PR PATCH] leftwm: update to 0.4.2 tranzystorek-io
  2023-06-20 19:31 ` 0323pin
@ 2023-06-22  6:38 ` 0323pin
  2023-06-22 10:27 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: 0323pin @ 2023-06-22  6:38 UTC (permalink / raw)
  To: ml

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

New comment by 0323pin on void-packages repository

https://github.com/void-linux/void-packages/pull/44544#issuecomment-1602087434

Comment:
@tranzystorek-io All good :smile: 

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

* Re: [PR PATCH] [Merged]: leftwm: update to 0.4.2
  2023-06-20 19:13 [PR PATCH] leftwm: update to 0.4.2 tranzystorek-io
  2023-06-20 19:31 ` 0323pin
  2023-06-22  6:38 ` 0323pin
@ 2023-06-22 10:27 ` Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2023-06-22 10:27 UTC (permalink / raw)
  To: ml

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

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

leftwm: update to 0.4.2
https://github.com/void-linux/void-packages/pull/44544

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

#### Testing the changes
- I tested the changes in this PR: **NO** (Ping @0323pin)

<!--
#### 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

end of thread, other threads:[~2023-06-22 10:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-20 19:13 [PR PATCH] leftwm: update to 0.4.2 tranzystorek-io
2023-06-20 19:31 ` 0323pin
2023-06-22  6:38 ` 0323pin
2023-06-22 10:27 ` [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).