Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Waybar: update to 0.9.12
@ 2022-04-03 17:06 subnut
  2022-04-04 15:47 ` subnut
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: subnut @ 2022-04-03 17:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/subnut/void-packages Waybar
https://github.com/void-linux/void-packages/pull/36507

Waybar: update to 0.9.12
<!-- 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 [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 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/36507.patch is attached

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

From 3eec5a14aecde8051d3cfac3bf9e8ee2040b0049 Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Sun, 3 Apr 2022 22:33:58 +0530
Subject: [PATCH] Waybar: update to 0.9.12

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

diff --git a/srcpkgs/Waybar/template b/srcpkgs/Waybar/template
index c6470c6d330d..fd4fb7928d0d 100644
--- a/srcpkgs/Waybar/template
+++ b/srcpkgs/Waybar/template
@@ -1,6 +1,6 @@
 # Template file for 'Waybar'
 pkgname=Waybar
-version=0.9.9
+version=0.9.12
 revision=1
 _date_version=3.0.0
 build_style=meson
@@ -29,7 +29,7 @@ changelog="https://github.com/Alexays/Waybar/releases"
 distfiles="https://github.com/Alexays/Waybar/archive/${version}.tar.gz
  https://github.com/HowardHinnant/date/archive/v${_date_version}.tar.gz
  https://github.com/mesonbuild/hinnant-date/releases/download/${_date_version}-1/hinnant-date.zip"
-checksum="23a94538538f43a6db4c1c5f7e09e75ab743ded1ccfc737e1f3e0971fe4cdd87
+checksum="1f3f6692de99567c43939e7ad2e96f8c6a5ef83f760ad6f77865e46a3c6811d6
  87bba2eaf0ebc7ec539e5e62fc317cb80671a337c1fb1b84cb9e4d42c6dbebe3
  6ccaf70732d8bdbd1b6d5fdf3e1b935c23bf269bda12fdfd0e561276f63432fe"
 

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

* Re: Waybar: update to 0.9.12
  2022-04-03 17:06 [PR PATCH] Waybar: update to 0.9.12 subnut
@ 2022-04-04 15:47 ` subnut
  2022-04-11 13:57 ` cinerea0
  2022-04-11 15:01 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: subnut @ 2022-04-04 15:47 UTC (permalink / raw)
  To: ml

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

New comment by subnut on void-packages repository

https://github.com/void-linux/void-packages/pull/36507#issuecomment-1087722500

Comment:
Ping @ericonr

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

* Re: Waybar: update to 0.9.12
  2022-04-03 17:06 [PR PATCH] Waybar: update to 0.9.12 subnut
  2022-04-04 15:47 ` subnut
@ 2022-04-11 13:57 ` cinerea0
  2022-04-11 15:01 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2022-04-11 13:57 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/36507#issuecomment-1095086108

Comment:
Currently testing this PR and everything works for me.

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

* Re: [PR PATCH] [Merged]: Waybar: update to 0.9.12
  2022-04-03 17:06 [PR PATCH] Waybar: update to 0.9.12 subnut
  2022-04-04 15:47 ` subnut
  2022-04-11 13:57 ` cinerea0
@ 2022-04-11 15:01 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-04-11 15:01 UTC (permalink / raw)
  To: ml

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

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

Waybar: update to 0.9.12
https://github.com/void-linux/void-packages/pull/36507

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

end of thread, other threads:[~2022-04-11 15:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-03 17:06 [PR PATCH] Waybar: update to 0.9.12 subnut
2022-04-04 15:47 ` subnut
2022-04-11 13:57 ` cinerea0
2022-04-11 15:01 ` [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).