Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] labwc: update to 0.6.1
@ 2023-01-30  1:12 tranzystorek-io
  2023-02-07 17:29 ` lz-coder
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tranzystorek-io @ 2023-01-30  1:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages labwc
https://github.com/void-linux/void-packages/pull/41950

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

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

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

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

From c104df289666ecc8ad11f92a60324da9bd0e6f6a Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Mon, 30 Jan 2023 02:12:05 +0100
Subject: [PATCH] labwc: update to 0.6.1

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

diff --git a/srcpkgs/labwc/template b/srcpkgs/labwc/template
index 2b898a51bfb6..833963dc0512 100644
--- a/srcpkgs/labwc/template
+++ b/srcpkgs/labwc/template
@@ -1,6 +1,6 @@
 # Template file for 'labwc'
 pkgname=labwc
-version=0.6.0
+version=0.6.1
 revision=1
 build_style=meson
 hostmakedepends="pkg-config scdoc wayland-devel"
@@ -11,7 +11,7 @@ license="GPL-2.0-or-later"
 homepage="https://labwc.github.io/"
 changelog="https://raw.githubusercontent.com/labwc/labwc/master/NEWS.md"
 distfiles="https://github.com/labwc/labwc/archive/refs/tags/${version}.tar.gz"
-checksum=3a4ee960b4f764f276d581f83c95692c74c6a685e55438fb37ca6dd92e02f069
+checksum=c951050d4a2c2afc71d52d8138f8f4ef7ed2a2c9a337dc9de146c8b1e97cf952
 
 post_install() {
 	local _example

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

* Re: labwc: update to 0.6.1
  2023-01-30  1:12 [PR PATCH] labwc: update to 0.6.1 tranzystorek-io
@ 2023-02-07 17:29 ` lz-coder
  2023-02-07 23:36 ` tranzystorek-io
  2023-02-10 22:52 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: lz-coder @ 2023-02-07 17:29 UTC (permalink / raw)
  To: ml

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

New comment by lz-coder on void-packages repository

https://github.com/void-linux/void-packages/pull/41950#issuecomment-1421161238

Comment:
I tested it on x86_64 glibc and it's working fine.

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

* Re: labwc: update to 0.6.1
  2023-01-30  1:12 [PR PATCH] labwc: update to 0.6.1 tranzystorek-io
  2023-02-07 17:29 ` lz-coder
@ 2023-02-07 23:36 ` tranzystorek-io
  2023-02-10 22:52 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: tranzystorek-io @ 2023-02-07 23:36 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/41950#issuecomment-1421646463

Comment:
I once again attempted to set up labwc on my vmware machine in hopes of being able to test it myself, but with no success :/

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

* Re: [PR PATCH] [Merged]: labwc: update to 0.6.1
  2023-01-30  1:12 [PR PATCH] labwc: update to 0.6.1 tranzystorek-io
  2023-02-07 17:29 ` lz-coder
  2023-02-07 23:36 ` tranzystorek-io
@ 2023-02-10 22:52 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2023-02-10 22:52 UTC (permalink / raw)
  To: ml

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

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

labwc: update to 0.6.1
https://github.com/void-linux/void-packages/pull/41950

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

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

<!--
#### 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-02-10 22:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-30  1:12 [PR PATCH] labwc: update to 0.6.1 tranzystorek-io
2023-02-07 17:29 ` lz-coder
2023-02-07 23:36 ` tranzystorek-io
2023-02-10 22:52 ` [PR PATCH] [Merged]: " paper42

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