Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] labwc: update to 0.6.3
@ 2023-05-08  7:21 tranzystorek-io
  2023-05-08  7:27 ` [PR PATCH] [Updated] " tranzystorek-io
  2023-05-09 13:22 ` [PR PATCH] [Merged]: " abenson
  0 siblings, 2 replies; 3+ messages in thread
From: tranzystorek-io @ 2023-05-08  7:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1248 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/43802

labwc: update to 0.6.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, (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/43802.patch is attached

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

From 9d6e8f676b33266bbf831feb6fd8291d771bc23c Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Mon, 8 May 2023 09:19:50 +0200
Subject: [PATCH] labwc: update to 0.6.3

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

diff --git a/srcpkgs/labwc/template b/srcpkgs/labwc/template
index 802852ea58b4..c69722f5f1db 100644
--- a/srcpkgs/labwc/template
+++ b/srcpkgs/labwc/template
@@ -1,6 +1,6 @@
 # Template file for 'labwc'
 pkgname=labwc
-version=0.6.2
+version=0.6.3
 revision=1
 build_style=meson
 hostmakedepends="pkg-config scdoc wayland-devel"
@@ -11,12 +11,10 @@ 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=f2a91edea4069ba0a9d759e096a8e96434eb3d36d54ccbbba486d66f5b8060f3
+checksum=a19ada70e40b90c759cf61094b4df96f907527f743b7e669da243d3ca3554ca2
 
 post_install() {
-	local _example
-	vmkdir usr/share/examples/labwc
-	for _example in autostart environment menu.xml rc.xml.all themerc; do
-		vinstall "docs/$_example" 0644 usr/share/examples/labwc
+	for example in autostart environment menu.xml rc.xml.all themerc; do
+		vsconf docs/${example}
 	done
 }

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

* Re: [PR PATCH] [Updated] labwc: update to 0.6.3
  2023-05-08  7:21 [PR PATCH] labwc: update to 0.6.3 tranzystorek-io
@ 2023-05-08  7:27 ` tranzystorek-io
  2023-05-09 13:22 ` [PR PATCH] [Merged]: " abenson
  1 sibling, 0 replies; 3+ messages in thread
From: tranzystorek-io @ 2023-05-08  7:27 UTC (permalink / raw)
  To: ml

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

There is an updated 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/43802

labwc: update to 0.6.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, (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/43802.patch is attached

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

From 6995ed3a7e34e3dfee738e274bcaa741c4ded221 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Mon, 8 May 2023 09:19:50 +0200
Subject: [PATCH] labwc: update to 0.6.3

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

diff --git a/srcpkgs/labwc/template b/srcpkgs/labwc/template
index 802852ea58b4..841b82c0cd82 100644
--- a/srcpkgs/labwc/template
+++ b/srcpkgs/labwc/template
@@ -1,6 +1,6 @@
 # Template file for 'labwc'
 pkgname=labwc
-version=0.6.2
+version=0.6.3
 revision=1
 build_style=meson
 hostmakedepends="pkg-config scdoc wayland-devel"
@@ -11,12 +11,11 @@ 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=f2a91edea4069ba0a9d759e096a8e96434eb3d36d54ccbbba486d66f5b8060f3
+checksum=a19ada70e40b90c759cf61094b4df96f907527f743b7e669da243d3ca3554ca2
 
 post_install() {
 	local _example
-	vmkdir usr/share/examples/labwc
 	for _example in autostart environment menu.xml rc.xml.all themerc; do
-		vinstall "docs/$_example" 0644 usr/share/examples/labwc
+		vsconf docs/${_example}
 	done
 }

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

* Re: [PR PATCH] [Merged]: labwc: update to 0.6.3
  2023-05-08  7:21 [PR PATCH] labwc: update to 0.6.3 tranzystorek-io
  2023-05-08  7:27 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2023-05-09 13:22 ` abenson
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2023-05-09 13:22 UTC (permalink / raw)
  To: ml

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

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

labwc: update to 0.6.3
https://github.com/void-linux/void-packages/pull/43802

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] 3+ messages in thread

end of thread, other threads:[~2023-05-09 13:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-08  7:21 [PR PATCH] labwc: update to 0.6.3 tranzystorek-io
2023-05-08  7:27 ` [PR PATCH] [Updated] " tranzystorek-io
2023-05-09 13:22 ` [PR PATCH] [Merged]: " abenson

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