Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wl-mirror: update to 0.13.1.
@ 2023-03-21 11:53 vutunganh
  2023-03-21 17:49 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: vutunganh @ 2023-03-21 11:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/vutunganh/void-packages wl-mirror-0.13.1
https://github.com/void-linux/void-packages/pull/42901

wl-mirror: update to 0.13.1.
Add 'pkg-config' as host dependency. See release notes

  https://github.com/Ferdi265/wl-mirror/releases/tag/v0.13.1

for more detail.

<!-- 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 (x86_64-glibc)
<!--
- 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/42901.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wl-mirror-0.13.1-42901.patch --]
[-- Type: text/x-diff, Size: 1528 bytes --]

From ae0a4d3a1fe4d3bd3eacef7f96816f187625c52f Mon Sep 17 00:00:00 2001
From: Tung Anh Vu <vu.tunganh96@gmail.com>
Date: Tue, 21 Mar 2023 12:51:44 +0100
Subject: [PATCH] wl-mirror: update to 0.13.1.

Add 'pkg-config' as host dependency. See release notes

  https://github.com/Ferdi265/wl-mirror/releases/tag/v0.13.1

for more detail.
---
 srcpkgs/wl-mirror/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/wl-mirror/template b/srcpkgs/wl-mirror/template
index 96e6790f8202..092882a87a8b 100644
--- a/srcpkgs/wl-mirror/template
+++ b/srcpkgs/wl-mirror/template
@@ -1,12 +1,12 @@
 # Template file for 'wl-mirror'
 pkgname=wl-mirror
-version=0.13.0
+version=0.13.1
 revision=1
 build_style=cmake
 configure_args="-DWLR_PROTOCOL_DIR=${wrksrc}/proto/wlr-protocols
  -DINSTALL_EXAMPLE_SCRIPTS=ON
  -DINSTALL_DOCUMENTATION=ON"
-hostmakedepends="wayland-devel scdoc"
+hostmakedepends="wayland-devel pkg-config scdoc"
 makedepends="libglvnd-devel wayland-devel wayland-protocols"
 short_desc="Simple Wayland output mirror client"
 maintainer="Tung Anh Vu <vu.tunganh96@gmail.com>"
@@ -14,4 +14,4 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/Ferdi265/wl-mirror"
 changelog="https://github.com/Ferdi265/wl-mirror/releases"
 distfiles="https://github.com/Ferdi265/wl-mirror/releases/download/v${version}/wl-mirror-${version}.tar.gz"
-checksum=2538848cca02c4b8eb4f32d883c9bdb76ab047b8dd6db28c01c84abe4be71532
+checksum=f61b84472eaafa41490579fae56f7e1ccc5a2ef02e5038b75a26b34534d9bbe5

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

* Re: [PR PATCH] [Merged]: wl-mirror: update to 0.13.1.
  2023-03-21 11:53 [PR PATCH] wl-mirror: update to 0.13.1 vutunganh
@ 2023-03-21 17:49 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2023-03-21 17:49 UTC (permalink / raw)
  To: ml

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

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

wl-mirror: update to 0.13.1.
https://github.com/void-linux/void-packages/pull/42901

Description:
Add 'pkg-config' as host dependency. See release notes

  https://github.com/Ferdi265/wl-mirror/releases/tag/v0.13.1

for more detail.

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


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

end of thread, other threads:[~2023-03-21 17:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-21 11:53 [PR PATCH] wl-mirror: update to 0.13.1 vutunganh
2023-03-21 17:49 ` [PR PATCH] [Merged]: " classabbyamp

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