Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
@ 2023-01-13  1:05 lz-coder
  2023-01-13  1:09 ` [PR PATCH] [Updated] " lz-coder
                   ` (31 more replies)
  0 siblings, 32 replies; 33+ messages in thread
From: lz-coder @ 2023-01-13  1:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lz-coder/void-packages Waybar
https://github.com/void-linux/void-packages/pull/41610

Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
The libevdev-devel dependency was missing, and was needed for the keyboard-state module to work.

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




A patch file from https://github.com/void-linux/void-packages/pull/41610.patch is attached

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

From 3e1560012cb4d637400aff4c96a44c1242b03a0c Mon Sep 17 00:00:00 2001
From: lz-coder <lzcoder@proton.me>
Date: Thu, 12 Jan 2023 21:47:30 -0300
Subject: [PATCH] Waybar: Update to 0.9.17 & add libevdev-devel necessary for
 keyboard-state module

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

diff --git a/srcpkgs/Waybar/template b/srcpkgs/Waybar/template
index 3d3a889229f2..57b147795617 100644
--- a/srcpkgs/Waybar/template
+++ b/srcpkgs/Waybar/template
@@ -1,7 +1,7 @@
 # Template file for 'Waybar'
 pkgname=Waybar
-version=0.9.16
-revision=1
+version=0.9.17
+revision=2
 _date_version=3.0.1
 _mesonbuild_date_ver=3.0.0-1
 build_wrksrc=Waybar-${version}
@@ -15,7 +15,7 @@ configure_args="-Dgtk-layer-shell=enabled -Dlibudev=enabled -Dman-pages=enabled
  -Dsndio=$(vopt_if sndio enabled disabled)"
 hostmakedepends="cmake pkg-config glib-devel wayland-devel scdoc
  $(vopt_if dbusmenugtk gobject-introspection)"
-makedepends="libinput-devel wayland-devel gtkmm-devel spdlog eudev-libudev-devel
+makedepends="libevdev-devel libinput-devel wayland-devel gtkmm-devel spdlog eudev-libudev-devel
  gtk-layer-shell-devel jsoncpp-devel libglib-devel libsigc++-devel fmt-devel
  $(vopt_if libnl libnl3-devel)
  $(vopt_if pulseaudio pulseaudio-devel)
@@ -31,7 +31,7 @@ changelog="https://github.com/Alexays/Waybar/releases"
 distfiles="https://github.com/Alexays/Waybar/archive/refs/tags/${version}.tar.gz
  https://github.com/HowardHinnant/date/archive/refs/tags/v${_date_version}.tar.gz
  https://github.com/mesonbuild/hinnant-date/archive/refs/tags/${_mesonbuild_date_ver}.tar.gz"
-checksum="37ebd7b10e32e802afe9236ea9374fabb77b1abb2c203ca6173b27dc03128096
+checksum="da6f448be343a593ee092486fb4744502aa1e6ad85f4eccc3670d0b84a2a4266
  7a390f200f0ccd207e8cff6757e04817c1a0aec3e327b006b7eb451c57ee3538
  f2aa492b59893f69367228bf802cbb0a07c4d52fac2185dfd8ebb5d16295d893"
 

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

* Re: [PR PATCH] [Updated] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
  2023-01-13  1:05 [PR PATCH] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module lz-coder
@ 2023-01-13  1:09 ` lz-coder
  2023-01-15 11:47 ` [PR REVIEW] " paper42
                   ` (30 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: lz-coder @ 2023-01-13  1:09 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by lz-coder against master on the void-packages repository

https://github.com/lz-coder/void-packages Waybar
https://github.com/void-linux/void-packages/pull/41610

Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
The libevdev-devel dependency was missing, and was needed for the keyboard-state module to work.

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




A patch file from https://github.com/void-linux/void-packages/pull/41610.patch is attached

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

From 8647ea85726382e2c4e301b78f080b16e147e8e4 Mon Sep 17 00:00:00 2001
From: lz-coder <lzcoder@proton.me>
Date: Thu, 12 Jan 2023 21:47:30 -0300
Subject: [PATCH] Waybar: Update to 0.9.17 & add libevdev-devel

---
 srcpkgs/Waybar/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/Waybar/template b/srcpkgs/Waybar/template
index 3d3a889229f2..7712c874378d 100644
--- a/srcpkgs/Waybar/template
+++ b/srcpkgs/Waybar/template
@@ -1,6 +1,6 @@
 # Template file for 'Waybar'
 pkgname=Waybar
-version=0.9.16
+version=0.9.17
 revision=1
 _date_version=3.0.1
 _mesonbuild_date_ver=3.0.0-1
@@ -15,7 +15,7 @@ configure_args="-Dgtk-layer-shell=enabled -Dlibudev=enabled -Dman-pages=enabled
  -Dsndio=$(vopt_if sndio enabled disabled)"
 hostmakedepends="cmake pkg-config glib-devel wayland-devel scdoc
  $(vopt_if dbusmenugtk gobject-introspection)"
-makedepends="libinput-devel wayland-devel gtkmm-devel spdlog eudev-libudev-devel
+makedepends="libevdev-devel libinput-devel wayland-devel gtkmm-devel spdlog eudev-libudev-devel
  gtk-layer-shell-devel jsoncpp-devel libglib-devel libsigc++-devel fmt-devel
  $(vopt_if libnl libnl3-devel)
  $(vopt_if pulseaudio pulseaudio-devel)
@@ -31,7 +31,7 @@ changelog="https://github.com/Alexays/Waybar/releases"
 distfiles="https://github.com/Alexays/Waybar/archive/refs/tags/${version}.tar.gz
  https://github.com/HowardHinnant/date/archive/refs/tags/v${_date_version}.tar.gz
  https://github.com/mesonbuild/hinnant-date/archive/refs/tags/${_mesonbuild_date_ver}.tar.gz"
-checksum="37ebd7b10e32e802afe9236ea9374fabb77b1abb2c203ca6173b27dc03128096
+checksum="da6f448be343a593ee092486fb4744502aa1e6ad85f4eccc3670d0b84a2a4266
  7a390f200f0ccd207e8cff6757e04817c1a0aec3e327b006b7eb451c57ee3538
  f2aa492b59893f69367228bf802cbb0a07c4d52fac2185dfd8ebb5d16295d893"
 

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

* Re: [PR REVIEW] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
  2023-01-13  1:05 [PR PATCH] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module lz-coder
  2023-01-13  1:09 ` [PR PATCH] [Updated] " lz-coder
@ 2023-01-15 11:47 ` paper42
  2023-01-15 13:05 ` lz-coder
                   ` (29 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: paper42 @ 2023-01-15 11:47 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41610#discussion_r1070571634

Comment:
this looks like an ugly hack, is it still required?

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

* Re: [PR REVIEW] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
  2023-01-13  1:05 [PR PATCH] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module lz-coder
  2023-01-13  1:09 ` [PR PATCH] [Updated] " lz-coder
  2023-01-15 11:47 ` [PR REVIEW] " paper42
@ 2023-01-15 13:05 ` lz-coder
  2023-01-15 13:06 ` lz-coder
                   ` (28 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: lz-coder @ 2023-01-15 13:05 UTC (permalink / raw)
  To: ml

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

New review comment by lz-coder on void-packages repository

https://github.com/void-linux/void-packages/pull/41610#discussion_r1070590164

Comment:
We not have chrono-date packaged yet, and this is necessary for clock/date module to work.

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

* Re: [PR REVIEW] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
  2023-01-13  1:05 [PR PATCH] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module lz-coder
                   ` (2 preceding siblings ...)
  2023-01-15 13:05 ` lz-coder
@ 2023-01-15 13:06 ` lz-coder
  2023-01-16  8:38 ` classabbyamp
                   ` (27 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: lz-coder @ 2023-01-15 13:06 UTC (permalink / raw)
  To: ml

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

New review comment by lz-coder on void-packages repository

https://github.com/void-linux/void-packages/pull/41610#discussion_r1070590164

Comment:
We don't have chrono-date packaged yet, and this is needed for the clock/date module to work.

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

* Re: [PR REVIEW] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
  2023-01-13  1:05 [PR PATCH] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module lz-coder
                   ` (3 preceding siblings ...)
  2023-01-15 13:06 ` lz-coder
@ 2023-01-16  8:38 ` classabbyamp
  2023-01-20  5:58 ` lz-coder
                   ` (26 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: classabbyamp @ 2023-01-16  8:38 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41610#discussion_r1070961049

Comment:
doesn't look too complex to package, the template will probably be straightforward

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

* Re: [PR REVIEW] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
  2023-01-13  1:05 [PR PATCH] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module lz-coder
                   ` (4 preceding siblings ...)
  2023-01-16  8:38 ` classabbyamp
@ 2023-01-20  5:58 ` lz-coder
  2023-02-04 18:18 ` RAR27
                   ` (25 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: lz-coder @ 2023-01-20  5:58 UTC (permalink / raw)
  To: ml

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

New review comment by lz-coder on void-packages repository

https://github.com/void-linux/void-packages/pull/41610#discussion_r1082134767

Comment:
https://github.com/void-linux/void-packages/pull/41750 
if everything is fine with this PR and it is merged, the next step then is to change the Waybar template so that it uses the chrono-date package and no longer this 'ugly hack'.

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

* Re: [PR REVIEW] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
  2023-01-13  1:05 [PR PATCH] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module lz-coder
                   ` (5 preceding siblings ...)
  2023-01-20  5:58 ` lz-coder
@ 2023-02-04 18:18 ` RAR27
  2023-02-07 17:08 ` [PR PATCH] [Updated] " lz-coder
                   ` (24 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: RAR27 @ 2023-02-04 18:18 UTC (permalink / raw)
  To: ml

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

New review comment by RAR27 on void-packages repository

https://github.com/void-linux/void-packages/pull/41610#discussion_r1096569595

Comment:
Any update on this?

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

* Re: [PR PATCH] [Updated] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
  2023-01-13  1:05 [PR PATCH] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module lz-coder
                   ` (6 preceding siblings ...)
  2023-02-04 18:18 ` RAR27
@ 2023-02-07 17:08 ` lz-coder
  2023-02-07 17:41 ` [PR REVIEW] " lz-coder
                   ` (23 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: lz-coder @ 2023-02-07 17:08 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by lz-coder against master on the void-packages repository

https://github.com/lz-coder/void-packages Waybar
https://github.com/void-linux/void-packages/pull/41610

Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
The libevdev-devel dependency was missing, and was needed for the keyboard-state module to work.

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




A patch file from https://github.com/void-linux/void-packages/pull/41610.patch is attached

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

From cefab22ecb99aa8e6dbb8b8f234da96de7738cc1 Mon Sep 17 00:00:00 2001
From: lz-coder <lzcode@proton.me>
Date: Tue, 7 Feb 2023 14:06:33 -0300
Subject: [PATCH] Waybar: update to 0.9.17.

---
 srcpkgs/Waybar/template | 24 +++++-------------------
 1 file changed, 5 insertions(+), 19 deletions(-)

diff --git a/srcpkgs/Waybar/template b/srcpkgs/Waybar/template
index 3d3a889229f2..920a9fa018ea 100644
--- a/srcpkgs/Waybar/template
+++ b/srcpkgs/Waybar/template
@@ -1,10 +1,7 @@
 # Template file for 'Waybar'
 pkgname=Waybar
-version=0.9.16
+version=0.9.17
 revision=1
-_date_version=3.0.1
-_mesonbuild_date_ver=3.0.0-1
-build_wrksrc=Waybar-${version}
 build_style=meson
 configure_args="-Dgtk-layer-shell=enabled -Dlibudev=enabled -Dman-pages=enabled
  -Dsystemd=disabled -Drfkill=enabled
@@ -15,8 +12,8 @@ configure_args="-Dgtk-layer-shell=enabled -Dlibudev=enabled -Dman-pages=enabled
  -Dsndio=$(vopt_if sndio enabled disabled)"
 hostmakedepends="cmake pkg-config glib-devel wayland-devel scdoc
  $(vopt_if dbusmenugtk gobject-introspection)"
-makedepends="libinput-devel wayland-devel gtkmm-devel spdlog eudev-libudev-devel
- gtk-layer-shell-devel jsoncpp-devel libglib-devel libsigc++-devel fmt-devel
+makedepends="libevdev-devel libinput-devel wayland-devel gtkmm-devel spdlog eudev-libudev-devel
+ gtk-layer-shell-devel jsoncpp-devel libglib-devel libsigc++-devel fmt-devel chrono-date-devel
  $(vopt_if libnl libnl3-devel)
  $(vopt_if pulseaudio pulseaudio-devel)
  $(vopt_if dbusmenugtk libdbusmenu-gtk3-devel)
@@ -27,13 +24,8 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="MIT"
 homepage="https://github.com/Alexays/Waybar"
 changelog="https://github.com/Alexays/Waybar/releases"
-# date library URLs and checksums taken from subprojects/date.wrap
-distfiles="https://github.com/Alexays/Waybar/archive/refs/tags/${version}.tar.gz
- https://github.com/HowardHinnant/date/archive/refs/tags/v${_date_version}.tar.gz
- https://github.com/mesonbuild/hinnant-date/archive/refs/tags/${_mesonbuild_date_ver}.tar.gz"
-checksum="37ebd7b10e32e802afe9236ea9374fabb77b1abb2c203ca6173b27dc03128096
- 7a390f200f0ccd207e8cff6757e04817c1a0aec3e327b006b7eb451c57ee3538
- f2aa492b59893f69367228bf802cbb0a07c4d52fac2185dfd8ebb5d16295d893"
+distfiles="https://github.com/Alexays/Waybar/archive/refs/tags/${version}.tar.gz"
+checksum="da6f448be343a593ee092486fb4744502aa1e6ad85f4eccc3670d0b84a2a4266"
 
 build_options="libnl pulseaudio dbusmenugtk mpd sndio"
 build_options_default="libnl pulseaudio dbusmenugtk mpd sndio"
@@ -42,12 +34,6 @@ desc_option_libnl="Enable libnl support for network related features"
 desc_option_dbusmenugtk="Enable support for tray"
 desc_option_mpd="Enable support for MPD"
 
-post_extract() {
-	mv hinnant-date-${_mesonbuild_date_ver}/meson_options.txt date-${_date_version}/
-	mv hinnant-date-${_mesonbuild_date_ver}/meson.build date-${_date_version}/
-	mv date-${_date_version} Waybar-${version}/subprojects/
-}
-
 post_install() {
 	vlicense LICENSE
 }

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

* Re: [PR REVIEW] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
  2023-01-13  1:05 [PR PATCH] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module lz-coder
                   ` (7 preceding siblings ...)
  2023-02-07 17:08 ` [PR PATCH] [Updated] " lz-coder
@ 2023-02-07 17:41 ` lz-coder
  2023-02-08  1:28 ` RAR27
                   ` (22 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: lz-coder @ 2023-02-07 17:41 UTC (permalink / raw)
  To: ml

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

New review comment by lz-coder on void-packages repository

https://github.com/void-linux/void-packages/pull/41610#discussion_r1098999084

Comment:
https://github.com/void-linux/void-packages/commit/cefab22ecb99aa8e6dbb8b8f234da96de7738cc1 with that the 'ugly hack' has resolved.

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

* Re: Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
  2023-01-13  1:05 [PR PATCH] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module lz-coder
                   ` (8 preceding siblings ...)
  2023-02-07 17:41 ` [PR REVIEW] " lz-coder
@ 2023-02-08  1:28 ` RAR27
  2023-02-08 14:34 ` lz-coder
                   ` (21 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: RAR27 @ 2023-02-08  1:28 UTC (permalink / raw)
  To: ml

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

New comment by RAR27 on void-packages repository

https://github.com/void-linux/void-packages/pull/41610#issuecomment-1421785328

Comment:
In the package's current state, the new `mpris` module does not work. 

Adding `playerctl-devel` to `makedepends` and adding the line ```libplayerctl.so.2 playerctl-2.4.1_1``` to `common/shlibs` results in the `mpris` module working as it should.

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

* Re: Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
  2023-01-13  1:05 [PR PATCH] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module lz-coder
                   ` (9 preceding siblings ...)
  2023-02-08  1:28 ` RAR27
@ 2023-02-08 14:34 ` lz-coder
  2023-02-08 14:39 ` lz-coder
                   ` (20 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: lz-coder @ 2023-02-08 14:34 UTC (permalink / raw)
  To: ml

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

New comment by lz-coder on void-packages repository

https://github.com/void-linux/void-packages/pull/41610#issuecomment-1422694251

Comment:
> In the package's current state, the new `mpris` module does not work.
> 
> Adding `playerctl-devel` to `makedepends` and adding the line `libplayerctl.so.2 playerctl-2.4.1_1` to `common/shlibs` results in the `mpris` module working as it should.

After https://github.com/void-linux/void-packages/pull/42143 being merged, we can add playerctl-devel to makedepens in the template to fix this.


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

* Re: Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
  2023-01-13  1:05 [PR PATCH] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module lz-coder
                   ` (10 preceding siblings ...)
  2023-02-08 14:34 ` lz-coder
@ 2023-02-08 14:39 ` lz-coder
  2023-02-08 15:06 ` [PR PATCH] [Updated] " lz-coder
                   ` (19 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: lz-coder @ 2023-02-08 14:39 UTC (permalink / raw)
  To: ml

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

New comment by lz-coder on void-packages repository

https://github.com/void-linux/void-packages/pull/41610#issuecomment-1422694251

Comment:
> In the package's current state, the new `mpris` module does not work.
> 
> Adding `playerctl-devel` to `makedepends` and adding the line `libplayerctl.so.2 playerctl-2.4.1_1` to `common/shlibs` results in the `mpris` module working as it should.

After https://github.com/void-linux/void-packages/pull/42143 being merged, we can add playerctl-devel to makedepens in the template to fix this.


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

* Re: [PR PATCH] [Updated] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
  2023-01-13  1:05 [PR PATCH] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module lz-coder
                   ` (11 preceding siblings ...)
  2023-02-08 14:39 ` lz-coder
@ 2023-02-08 15:06 ` lz-coder
  2023-02-08 17:25 ` classabbyamp
                   ` (18 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: lz-coder @ 2023-02-08 15:06 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by lz-coder against master on the void-packages repository

https://github.com/lz-coder/void-packages Waybar
https://github.com/void-linux/void-packages/pull/41610

Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
The libevdev-devel dependency was missing, and was needed for the keyboard-state module to work.

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




A patch file from https://github.com/void-linux/void-packages/pull/41610.patch is attached

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

From cefab22ecb99aa8e6dbb8b8f234da96de7738cc1 Mon Sep 17 00:00:00 2001
From: lz-coder <lzcode@proton.me>
Date: Tue, 7 Feb 2023 14:06:33 -0300
Subject: [PATCH 1/2] Waybar: update to 0.9.17.

---
 srcpkgs/Waybar/template | 24 +++++-------------------
 1 file changed, 5 insertions(+), 19 deletions(-)

diff --git a/srcpkgs/Waybar/template b/srcpkgs/Waybar/template
index 3d3a889229f2..920a9fa018ea 100644
--- a/srcpkgs/Waybar/template
+++ b/srcpkgs/Waybar/template
@@ -1,10 +1,7 @@
 # Template file for 'Waybar'
 pkgname=Waybar
-version=0.9.16
+version=0.9.17
 revision=1
-_date_version=3.0.1
-_mesonbuild_date_ver=3.0.0-1
-build_wrksrc=Waybar-${version}
 build_style=meson
 configure_args="-Dgtk-layer-shell=enabled -Dlibudev=enabled -Dman-pages=enabled
  -Dsystemd=disabled -Drfkill=enabled
@@ -15,8 +12,8 @@ configure_args="-Dgtk-layer-shell=enabled -Dlibudev=enabled -Dman-pages=enabled
  -Dsndio=$(vopt_if sndio enabled disabled)"
 hostmakedepends="cmake pkg-config glib-devel wayland-devel scdoc
  $(vopt_if dbusmenugtk gobject-introspection)"
-makedepends="libinput-devel wayland-devel gtkmm-devel spdlog eudev-libudev-devel
- gtk-layer-shell-devel jsoncpp-devel libglib-devel libsigc++-devel fmt-devel
+makedepends="libevdev-devel libinput-devel wayland-devel gtkmm-devel spdlog eudev-libudev-devel
+ gtk-layer-shell-devel jsoncpp-devel libglib-devel libsigc++-devel fmt-devel chrono-date-devel
  $(vopt_if libnl libnl3-devel)
  $(vopt_if pulseaudio pulseaudio-devel)
  $(vopt_if dbusmenugtk libdbusmenu-gtk3-devel)
@@ -27,13 +24,8 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="MIT"
 homepage="https://github.com/Alexays/Waybar"
 changelog="https://github.com/Alexays/Waybar/releases"
-# date library URLs and checksums taken from subprojects/date.wrap
-distfiles="https://github.com/Alexays/Waybar/archive/refs/tags/${version}.tar.gz
- https://github.com/HowardHinnant/date/archive/refs/tags/v${_date_version}.tar.gz
- https://github.com/mesonbuild/hinnant-date/archive/refs/tags/${_mesonbuild_date_ver}.tar.gz"
-checksum="37ebd7b10e32e802afe9236ea9374fabb77b1abb2c203ca6173b27dc03128096
- 7a390f200f0ccd207e8cff6757e04817c1a0aec3e327b006b7eb451c57ee3538
- f2aa492b59893f69367228bf802cbb0a07c4d52fac2185dfd8ebb5d16295d893"
+distfiles="https://github.com/Alexays/Waybar/archive/refs/tags/${version}.tar.gz"
+checksum="da6f448be343a593ee092486fb4744502aa1e6ad85f4eccc3670d0b84a2a4266"
 
 build_options="libnl pulseaudio dbusmenugtk mpd sndio"
 build_options_default="libnl pulseaudio dbusmenugtk mpd sndio"
@@ -42,12 +34,6 @@ desc_option_libnl="Enable libnl support for network related features"
 desc_option_dbusmenugtk="Enable support for tray"
 desc_option_mpd="Enable support for MPD"
 
-post_extract() {
-	mv hinnant-date-${_mesonbuild_date_ver}/meson_options.txt date-${_date_version}/
-	mv hinnant-date-${_mesonbuild_date_ver}/meson.build date-${_date_version}/
-	mv date-${_date_version} Waybar-${version}/subprojects/
-}
-
 post_install() {
 	vlicense LICENSE
 }

From 0ca39b991a26a8d08368237b81b71975da15f98e Mon Sep 17 00:00:00 2001
From: lz-coder <lzcoder@proton.me>
Date: Wed, 8 Feb 2023 12:02:13 -0300
Subject: [PATCH 2/2] Waybar: update to 0.9.17.

---
 common/shlibs           | 1 +
 srcpkgs/Waybar/template | 1 +
 2 files changed, 2 insertions(+)

diff --git a/common/shlibs b/common/shlibs
index 504d29f4cb98..cbf2cf155198 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4225,3 +4225,4 @@ libOpenEXR-3_1.so.30 libopenexr-3.1.5_1
 libOpenEXRCore-3_1.so.30 libopenexr-3.1.5_1
 libOpenEXRUtil-3_1.so.30 libopenexr-3.1.5_1
 libdate-tz.so.3 chrono-date-3.0.1_1
+libplayerctl.so.2 playerctl-2.4.1_1
diff --git a/srcpkgs/Waybar/template b/srcpkgs/Waybar/template
index 920a9fa018ea..86dc58b633d7 100644
--- a/srcpkgs/Waybar/template
+++ b/srcpkgs/Waybar/template
@@ -14,6 +14,7 @@ hostmakedepends="cmake pkg-config glib-devel wayland-devel scdoc
  $(vopt_if dbusmenugtk gobject-introspection)"
 makedepends="libevdev-devel libinput-devel wayland-devel gtkmm-devel spdlog eudev-libudev-devel
  gtk-layer-shell-devel jsoncpp-devel libglib-devel libsigc++-devel fmt-devel chrono-date-devel
+ playerctl-devel
  $(vopt_if libnl libnl3-devel)
  $(vopt_if pulseaudio pulseaudio-devel)
  $(vopt_if dbusmenugtk libdbusmenu-gtk3-devel)

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

* Re: Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
  2023-01-13  1:05 [PR PATCH] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module lz-coder
                   ` (12 preceding siblings ...)
  2023-02-08 15:06 ` [PR PATCH] [Updated] " lz-coder
@ 2023-02-08 17:25 ` classabbyamp
  2023-02-08 18:02 ` [PR PATCH] [Updated] " lz-coder
                   ` (17 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: classabbyamp @ 2023-02-08 17:25 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41610#issuecomment-1422982253

Comment:
can you make the common/shlibs change its own commit, so that there's 2 commits:

1. `common/shlibs: add libplayerctl.so.2`
2. `Waybar: update to 0.9.17.`

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

* Re: [PR PATCH] [Updated] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
  2023-01-13  1:05 [PR PATCH] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module lz-coder
                   ` (13 preceding siblings ...)
  2023-02-08 17:25 ` classabbyamp
@ 2023-02-08 18:02 ` lz-coder
  2023-02-14 21:45 ` lz-coder
                   ` (16 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: lz-coder @ 2023-02-08 18:02 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by lz-coder against master on the void-packages repository

https://github.com/lz-coder/void-packages Waybar
https://github.com/void-linux/void-packages/pull/41610

Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
The libevdev-devel dependency was missing, and was needed for the keyboard-state module to work.

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




A patch file from https://github.com/void-linux/void-packages/pull/41610.patch is attached

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

From cefab22ecb99aa8e6dbb8b8f234da96de7738cc1 Mon Sep 17 00:00:00 2001
From: lz-coder <lzcode@proton.me>
Date: Tue, 7 Feb 2023 14:06:33 -0300
Subject: [PATCH 1/3] Waybar: update to 0.9.17.

---
 srcpkgs/Waybar/template | 24 +++++-------------------
 1 file changed, 5 insertions(+), 19 deletions(-)

diff --git a/srcpkgs/Waybar/template b/srcpkgs/Waybar/template
index 3d3a889229f2..920a9fa018ea 100644
--- a/srcpkgs/Waybar/template
+++ b/srcpkgs/Waybar/template
@@ -1,10 +1,7 @@
 # Template file for 'Waybar'
 pkgname=Waybar
-version=0.9.16
+version=0.9.17
 revision=1
-_date_version=3.0.1
-_mesonbuild_date_ver=3.0.0-1
-build_wrksrc=Waybar-${version}
 build_style=meson
 configure_args="-Dgtk-layer-shell=enabled -Dlibudev=enabled -Dman-pages=enabled
  -Dsystemd=disabled -Drfkill=enabled
@@ -15,8 +12,8 @@ configure_args="-Dgtk-layer-shell=enabled -Dlibudev=enabled -Dman-pages=enabled
  -Dsndio=$(vopt_if sndio enabled disabled)"
 hostmakedepends="cmake pkg-config glib-devel wayland-devel scdoc
  $(vopt_if dbusmenugtk gobject-introspection)"
-makedepends="libinput-devel wayland-devel gtkmm-devel spdlog eudev-libudev-devel
- gtk-layer-shell-devel jsoncpp-devel libglib-devel libsigc++-devel fmt-devel
+makedepends="libevdev-devel libinput-devel wayland-devel gtkmm-devel spdlog eudev-libudev-devel
+ gtk-layer-shell-devel jsoncpp-devel libglib-devel libsigc++-devel fmt-devel chrono-date-devel
  $(vopt_if libnl libnl3-devel)
  $(vopt_if pulseaudio pulseaudio-devel)
  $(vopt_if dbusmenugtk libdbusmenu-gtk3-devel)
@@ -27,13 +24,8 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="MIT"
 homepage="https://github.com/Alexays/Waybar"
 changelog="https://github.com/Alexays/Waybar/releases"
-# date library URLs and checksums taken from subprojects/date.wrap
-distfiles="https://github.com/Alexays/Waybar/archive/refs/tags/${version}.tar.gz
- https://github.com/HowardHinnant/date/archive/refs/tags/v${_date_version}.tar.gz
- https://github.com/mesonbuild/hinnant-date/archive/refs/tags/${_mesonbuild_date_ver}.tar.gz"
-checksum="37ebd7b10e32e802afe9236ea9374fabb77b1abb2c203ca6173b27dc03128096
- 7a390f200f0ccd207e8cff6757e04817c1a0aec3e327b006b7eb451c57ee3538
- f2aa492b59893f69367228bf802cbb0a07c4d52fac2185dfd8ebb5d16295d893"
+distfiles="https://github.com/Alexays/Waybar/archive/refs/tags/${version}.tar.gz"
+checksum="da6f448be343a593ee092486fb4744502aa1e6ad85f4eccc3670d0b84a2a4266"
 
 build_options="libnl pulseaudio dbusmenugtk mpd sndio"
 build_options_default="libnl pulseaudio dbusmenugtk mpd sndio"
@@ -42,12 +34,6 @@ desc_option_libnl="Enable libnl support for network related features"
 desc_option_dbusmenugtk="Enable support for tray"
 desc_option_mpd="Enable support for MPD"
 
-post_extract() {
-	mv hinnant-date-${_mesonbuild_date_ver}/meson_options.txt date-${_date_version}/
-	mv hinnant-date-${_mesonbuild_date_ver}/meson.build date-${_date_version}/
-	mv date-${_date_version} Waybar-${version}/subprojects/
-}
-
 post_install() {
 	vlicense LICENSE
 }

From bf0c4e1d3e3a6306e82f660917108ce76c807fe4 Mon Sep 17 00:00:00 2001
From: lz-coder <lzcoder@proton.me>
Date: Wed, 8 Feb 2023 14:59:31 -0300
Subject: [PATCH 2/3] common/shlibs: add libplayerctl.so.2

---
 common/shlibs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/shlibs b/common/shlibs
index 504d29f4cb98..cbf2cf155198 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4225,3 +4225,4 @@ libOpenEXR-3_1.so.30 libopenexr-3.1.5_1
 libOpenEXRCore-3_1.so.30 libopenexr-3.1.5_1
 libOpenEXRUtil-3_1.so.30 libopenexr-3.1.5_1
 libdate-tz.so.3 chrono-date-3.0.1_1
+libplayerctl.so.2 playerctl-2.4.1_1

From 696f0c729deac70026c2416449985ee1632a3aeb Mon Sep 17 00:00:00 2001
From: lz-coder <lzcoder@proton.me>
Date: Wed, 8 Feb 2023 15:00:38 -0300
Subject: [PATCH 3/3] Waybar: update to 0.9.17.

---
 srcpkgs/Waybar/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/Waybar/template b/srcpkgs/Waybar/template
index 920a9fa018ea..86dc58b633d7 100644
--- a/srcpkgs/Waybar/template
+++ b/srcpkgs/Waybar/template
@@ -14,6 +14,7 @@ hostmakedepends="cmake pkg-config glib-devel wayland-devel scdoc
  $(vopt_if dbusmenugtk gobject-introspection)"
 makedepends="libevdev-devel libinput-devel wayland-devel gtkmm-devel spdlog eudev-libudev-devel
  gtk-layer-shell-devel jsoncpp-devel libglib-devel libsigc++-devel fmt-devel chrono-date-devel
+ playerctl-devel
  $(vopt_if libnl libnl3-devel)
  $(vopt_if pulseaudio pulseaudio-devel)
  $(vopt_if dbusmenugtk libdbusmenu-gtk3-devel)

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

* Re: [PR PATCH] [Updated] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
  2023-01-13  1:05 [PR PATCH] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module lz-coder
                   ` (14 preceding siblings ...)
  2023-02-08 18:02 ` [PR PATCH] [Updated] " lz-coder
@ 2023-02-14 21:45 ` lz-coder
  2023-02-15  2:12 ` lz-coder
                   ` (15 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: lz-coder @ 2023-02-14 21:45 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by lz-coder against master on the void-packages repository

https://github.com/lz-coder/void-packages Waybar
https://github.com/void-linux/void-packages/pull/41610

Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
The libevdev-devel dependency was missing, and was needed for the keyboard-state module to work.

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




A patch file from https://github.com/void-linux/void-packages/pull/41610.patch is attached

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

From cefab22ecb99aa8e6dbb8b8f234da96de7738cc1 Mon Sep 17 00:00:00 2001
From: lz-coder <lzcode@proton.me>
Date: Tue, 7 Feb 2023 14:06:33 -0300
Subject: [PATCH 1/3] Waybar: update to 0.9.17.

---
 srcpkgs/Waybar/template | 24 +++++-------------------
 1 file changed, 5 insertions(+), 19 deletions(-)

diff --git a/srcpkgs/Waybar/template b/srcpkgs/Waybar/template
index 3d3a889229f2..920a9fa018ea 100644
--- a/srcpkgs/Waybar/template
+++ b/srcpkgs/Waybar/template
@@ -1,10 +1,7 @@
 # Template file for 'Waybar'
 pkgname=Waybar
-version=0.9.16
+version=0.9.17
 revision=1
-_date_version=3.0.1
-_mesonbuild_date_ver=3.0.0-1
-build_wrksrc=Waybar-${version}
 build_style=meson
 configure_args="-Dgtk-layer-shell=enabled -Dlibudev=enabled -Dman-pages=enabled
  -Dsystemd=disabled -Drfkill=enabled
@@ -15,8 +12,8 @@ configure_args="-Dgtk-layer-shell=enabled -Dlibudev=enabled -Dman-pages=enabled
  -Dsndio=$(vopt_if sndio enabled disabled)"
 hostmakedepends="cmake pkg-config glib-devel wayland-devel scdoc
  $(vopt_if dbusmenugtk gobject-introspection)"
-makedepends="libinput-devel wayland-devel gtkmm-devel spdlog eudev-libudev-devel
- gtk-layer-shell-devel jsoncpp-devel libglib-devel libsigc++-devel fmt-devel
+makedepends="libevdev-devel libinput-devel wayland-devel gtkmm-devel spdlog eudev-libudev-devel
+ gtk-layer-shell-devel jsoncpp-devel libglib-devel libsigc++-devel fmt-devel chrono-date-devel
  $(vopt_if libnl libnl3-devel)
  $(vopt_if pulseaudio pulseaudio-devel)
  $(vopt_if dbusmenugtk libdbusmenu-gtk3-devel)
@@ -27,13 +24,8 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="MIT"
 homepage="https://github.com/Alexays/Waybar"
 changelog="https://github.com/Alexays/Waybar/releases"
-# date library URLs and checksums taken from subprojects/date.wrap
-distfiles="https://github.com/Alexays/Waybar/archive/refs/tags/${version}.tar.gz
- https://github.com/HowardHinnant/date/archive/refs/tags/v${_date_version}.tar.gz
- https://github.com/mesonbuild/hinnant-date/archive/refs/tags/${_mesonbuild_date_ver}.tar.gz"
-checksum="37ebd7b10e32e802afe9236ea9374fabb77b1abb2c203ca6173b27dc03128096
- 7a390f200f0ccd207e8cff6757e04817c1a0aec3e327b006b7eb451c57ee3538
- f2aa492b59893f69367228bf802cbb0a07c4d52fac2185dfd8ebb5d16295d893"
+distfiles="https://github.com/Alexays/Waybar/archive/refs/tags/${version}.tar.gz"
+checksum="da6f448be343a593ee092486fb4744502aa1e6ad85f4eccc3670d0b84a2a4266"
 
 build_options="libnl pulseaudio dbusmenugtk mpd sndio"
 build_options_default="libnl pulseaudio dbusmenugtk mpd sndio"
@@ -42,12 +34,6 @@ desc_option_libnl="Enable libnl support for network related features"
 desc_option_dbusmenugtk="Enable support for tray"
 desc_option_mpd="Enable support for MPD"
 
-post_extract() {
-	mv hinnant-date-${_mesonbuild_date_ver}/meson_options.txt date-${_date_version}/
-	mv hinnant-date-${_mesonbuild_date_ver}/meson.build date-${_date_version}/
-	mv date-${_date_version} Waybar-${version}/subprojects/
-}
-
 post_install() {
 	vlicense LICENSE
 }

From bf0c4e1d3e3a6306e82f660917108ce76c807fe4 Mon Sep 17 00:00:00 2001
From: lz-coder <lzcoder@proton.me>
Date: Wed, 8 Feb 2023 14:59:31 -0300
Subject: [PATCH 2/3] common/shlibs: add libplayerctl.so.2

---
 common/shlibs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/shlibs b/common/shlibs
index 504d29f4cb98..cbf2cf155198 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4225,3 +4225,4 @@ libOpenEXR-3_1.so.30 libopenexr-3.1.5_1
 libOpenEXRCore-3_1.so.30 libopenexr-3.1.5_1
 libOpenEXRUtil-3_1.so.30 libopenexr-3.1.5_1
 libdate-tz.so.3 chrono-date-3.0.1_1
+libplayerctl.so.2 playerctl-2.4.1_1

From 696f0c729deac70026c2416449985ee1632a3aeb Mon Sep 17 00:00:00 2001
From: lz-coder <lzcoder@proton.me>
Date: Wed, 8 Feb 2023 15:00:38 -0300
Subject: [PATCH 3/3] Waybar: update to 0.9.17.

---
 srcpkgs/Waybar/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/Waybar/template b/srcpkgs/Waybar/template
index 920a9fa018ea..86dc58b633d7 100644
--- a/srcpkgs/Waybar/template
+++ b/srcpkgs/Waybar/template
@@ -14,6 +14,7 @@ hostmakedepends="cmake pkg-config glib-devel wayland-devel scdoc
  $(vopt_if dbusmenugtk gobject-introspection)"
 makedepends="libevdev-devel libinput-devel wayland-devel gtkmm-devel spdlog eudev-libudev-devel
  gtk-layer-shell-devel jsoncpp-devel libglib-devel libsigc++-devel fmt-devel chrono-date-devel
+ playerctl-devel
  $(vopt_if libnl libnl3-devel)
  $(vopt_if pulseaudio pulseaudio-devel)
  $(vopt_if dbusmenugtk libdbusmenu-gtk3-devel)

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

* Re: [PR PATCH] [Updated] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
  2023-01-13  1:05 [PR PATCH] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module lz-coder
                   ` (15 preceding siblings ...)
  2023-02-14 21:45 ` lz-coder
@ 2023-02-15  2:12 ` lz-coder
  2023-04-01 19:05 ` hochata
                   ` (14 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: lz-coder @ 2023-02-15  2:12 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by lz-coder against master on the void-packages repository

https://github.com/lz-coder/void-packages Waybar
https://github.com/void-linux/void-packages/pull/41610

Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
The libevdev-devel dependency was missing, and was needed for the keyboard-state module to work.

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




A patch file from https://github.com/void-linux/void-packages/pull/41610.patch is attached

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

From cefab22ecb99aa8e6dbb8b8f234da96de7738cc1 Mon Sep 17 00:00:00 2001
From: lz-coder <lzcode@proton.me>
Date: Tue, 7 Feb 2023 14:06:33 -0300
Subject: [PATCH 1/3] Waybar: update to 0.9.17.

---
 srcpkgs/Waybar/template | 24 +++++-------------------
 1 file changed, 5 insertions(+), 19 deletions(-)

diff --git a/srcpkgs/Waybar/template b/srcpkgs/Waybar/template
index 3d3a889229f2..920a9fa018ea 100644
--- a/srcpkgs/Waybar/template
+++ b/srcpkgs/Waybar/template
@@ -1,10 +1,7 @@
 # Template file for 'Waybar'
 pkgname=Waybar
-version=0.9.16
+version=0.9.17
 revision=1
-_date_version=3.0.1
-_mesonbuild_date_ver=3.0.0-1
-build_wrksrc=Waybar-${version}
 build_style=meson
 configure_args="-Dgtk-layer-shell=enabled -Dlibudev=enabled -Dman-pages=enabled
  -Dsystemd=disabled -Drfkill=enabled
@@ -15,8 +12,8 @@ configure_args="-Dgtk-layer-shell=enabled -Dlibudev=enabled -Dman-pages=enabled
  -Dsndio=$(vopt_if sndio enabled disabled)"
 hostmakedepends="cmake pkg-config glib-devel wayland-devel scdoc
  $(vopt_if dbusmenugtk gobject-introspection)"
-makedepends="libinput-devel wayland-devel gtkmm-devel spdlog eudev-libudev-devel
- gtk-layer-shell-devel jsoncpp-devel libglib-devel libsigc++-devel fmt-devel
+makedepends="libevdev-devel libinput-devel wayland-devel gtkmm-devel spdlog eudev-libudev-devel
+ gtk-layer-shell-devel jsoncpp-devel libglib-devel libsigc++-devel fmt-devel chrono-date-devel
  $(vopt_if libnl libnl3-devel)
  $(vopt_if pulseaudio pulseaudio-devel)
  $(vopt_if dbusmenugtk libdbusmenu-gtk3-devel)
@@ -27,13 +24,8 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="MIT"
 homepage="https://github.com/Alexays/Waybar"
 changelog="https://github.com/Alexays/Waybar/releases"
-# date library URLs and checksums taken from subprojects/date.wrap
-distfiles="https://github.com/Alexays/Waybar/archive/refs/tags/${version}.tar.gz
- https://github.com/HowardHinnant/date/archive/refs/tags/v${_date_version}.tar.gz
- https://github.com/mesonbuild/hinnant-date/archive/refs/tags/${_mesonbuild_date_ver}.tar.gz"
-checksum="37ebd7b10e32e802afe9236ea9374fabb77b1abb2c203ca6173b27dc03128096
- 7a390f200f0ccd207e8cff6757e04817c1a0aec3e327b006b7eb451c57ee3538
- f2aa492b59893f69367228bf802cbb0a07c4d52fac2185dfd8ebb5d16295d893"
+distfiles="https://github.com/Alexays/Waybar/archive/refs/tags/${version}.tar.gz"
+checksum="da6f448be343a593ee092486fb4744502aa1e6ad85f4eccc3670d0b84a2a4266"
 
 build_options="libnl pulseaudio dbusmenugtk mpd sndio"
 build_options_default="libnl pulseaudio dbusmenugtk mpd sndio"
@@ -42,12 +34,6 @@ desc_option_libnl="Enable libnl support for network related features"
 desc_option_dbusmenugtk="Enable support for tray"
 desc_option_mpd="Enable support for MPD"
 
-post_extract() {
-	mv hinnant-date-${_mesonbuild_date_ver}/meson_options.txt date-${_date_version}/
-	mv hinnant-date-${_mesonbuild_date_ver}/meson.build date-${_date_version}/
-	mv date-${_date_version} Waybar-${version}/subprojects/
-}
-
 post_install() {
 	vlicense LICENSE
 }

From bf0c4e1d3e3a6306e82f660917108ce76c807fe4 Mon Sep 17 00:00:00 2001
From: lz-coder <lzcoder@proton.me>
Date: Wed, 8 Feb 2023 14:59:31 -0300
Subject: [PATCH 2/3] common/shlibs: add libplayerctl.so.2

---
 common/shlibs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/shlibs b/common/shlibs
index 504d29f4cb98..cbf2cf155198 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4225,3 +4225,4 @@ libOpenEXR-3_1.so.30 libopenexr-3.1.5_1
 libOpenEXRCore-3_1.so.30 libopenexr-3.1.5_1
 libOpenEXRUtil-3_1.so.30 libopenexr-3.1.5_1
 libdate-tz.so.3 chrono-date-3.0.1_1
+libplayerctl.so.2 playerctl-2.4.1_1

From 696f0c729deac70026c2416449985ee1632a3aeb Mon Sep 17 00:00:00 2001
From: lz-coder <lzcoder@proton.me>
Date: Wed, 8 Feb 2023 15:00:38 -0300
Subject: [PATCH 3/3] Waybar: update to 0.9.17.

---
 srcpkgs/Waybar/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/Waybar/template b/srcpkgs/Waybar/template
index 920a9fa018ea..86dc58b633d7 100644
--- a/srcpkgs/Waybar/template
+++ b/srcpkgs/Waybar/template
@@ -14,6 +14,7 @@ hostmakedepends="cmake pkg-config glib-devel wayland-devel scdoc
  $(vopt_if dbusmenugtk gobject-introspection)"
 makedepends="libevdev-devel libinput-devel wayland-devel gtkmm-devel spdlog eudev-libudev-devel
  gtk-layer-shell-devel jsoncpp-devel libglib-devel libsigc++-devel fmt-devel chrono-date-devel
+ playerctl-devel
  $(vopt_if libnl libnl3-devel)
  $(vopt_if pulseaudio pulseaudio-devel)
  $(vopt_if dbusmenugtk libdbusmenu-gtk3-devel)

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

* Re: Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
  2023-01-13  1:05 [PR PATCH] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module lz-coder
                   ` (16 preceding siblings ...)
  2023-02-15  2:12 ` lz-coder
@ 2023-04-01 19:05 ` hochata
  2023-04-19  3:51 ` [PR PATCH] [Updated] " lz-coder
                   ` (13 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: hochata @ 2023-04-01 19:05 UTC (permalink / raw)
  To: ml

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

New comment by hochata on void-packages repository

https://github.com/void-linux/void-packages/pull/41610#issuecomment-1493078172

Comment:
Is there anything missing from this? Other than rebasing

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

* Re: [PR PATCH] [Updated] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
  2023-01-13  1:05 [PR PATCH] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module lz-coder
                   ` (17 preceding siblings ...)
  2023-04-01 19:05 ` hochata
@ 2023-04-19  3:51 ` lz-coder
  2023-04-19  6:40 ` classabbyamp
                   ` (12 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: lz-coder @ 2023-04-19  3:51 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by lz-coder against master on the void-packages repository

https://github.com/lz-coder/void-packages Waybar
https://github.com/void-linux/void-packages/pull/41610

Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
The libevdev-devel dependency was missing, and was needed for the keyboard-state module to work.

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




A patch file from https://github.com/void-linux/void-packages/pull/41610.patch is attached

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

From 89974b44baa04f764b972700aa7e2147227964e7 Mon Sep 17 00:00:00 2001
From: lz-coder <lzcoder@proton.me>
Date: Wed, 19 Apr 2023 00:39:59 -0300
Subject: [PATCH 1/2] add libplayerctl.so.2

---
 common/shlibs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/shlibs b/common/shlibs
index 0b05cd99d6b3..b755156718f9 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4244,3 +4244,4 @@ libdate-tz.so.3 chrono-date-3.0.1_1
 libayatana-ido3-0.4.so.0 ayatana-ido-0.9.2_1
 libayatana-indicator3.so.7 libayatana-indicator-0.9.3_1
 libayatana-appindicator3.so.1 libayatana-appindicator-0.5.91_1
+libplayerctl.so.2 playerctl-2.4.1_1

From f2f7be75525a65c483f2516964571bb3d7100b88 Mon Sep 17 00:00:00 2001
From: lz-coder <lzcoder@proton.me>
Date: Wed, 19 Apr 2023 00:40:31 -0300
Subject: [PATCH 2/2] Waybar: update to 0.9.17.

---
 srcpkgs/Waybar/template | 25 ++++++-------------------
 1 file changed, 6 insertions(+), 19 deletions(-)

diff --git a/srcpkgs/Waybar/template b/srcpkgs/Waybar/template
index 3d3a889229f2..86dc58b633d7 100644
--- a/srcpkgs/Waybar/template
+++ b/srcpkgs/Waybar/template
@@ -1,10 +1,7 @@
 # Template file for 'Waybar'
 pkgname=Waybar
-version=0.9.16
+version=0.9.17
 revision=1
-_date_version=3.0.1
-_mesonbuild_date_ver=3.0.0-1
-build_wrksrc=Waybar-${version}
 build_style=meson
 configure_args="-Dgtk-layer-shell=enabled -Dlibudev=enabled -Dman-pages=enabled
  -Dsystemd=disabled -Drfkill=enabled
@@ -15,8 +12,9 @@ configure_args="-Dgtk-layer-shell=enabled -Dlibudev=enabled -Dman-pages=enabled
  -Dsndio=$(vopt_if sndio enabled disabled)"
 hostmakedepends="cmake pkg-config glib-devel wayland-devel scdoc
  $(vopt_if dbusmenugtk gobject-introspection)"
-makedepends="libinput-devel wayland-devel gtkmm-devel spdlog eudev-libudev-devel
- gtk-layer-shell-devel jsoncpp-devel libglib-devel libsigc++-devel fmt-devel
+makedepends="libevdev-devel libinput-devel wayland-devel gtkmm-devel spdlog eudev-libudev-devel
+ gtk-layer-shell-devel jsoncpp-devel libglib-devel libsigc++-devel fmt-devel chrono-date-devel
+ playerctl-devel
  $(vopt_if libnl libnl3-devel)
  $(vopt_if pulseaudio pulseaudio-devel)
  $(vopt_if dbusmenugtk libdbusmenu-gtk3-devel)
@@ -27,13 +25,8 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="MIT"
 homepage="https://github.com/Alexays/Waybar"
 changelog="https://github.com/Alexays/Waybar/releases"
-# date library URLs and checksums taken from subprojects/date.wrap
-distfiles="https://github.com/Alexays/Waybar/archive/refs/tags/${version}.tar.gz
- https://github.com/HowardHinnant/date/archive/refs/tags/v${_date_version}.tar.gz
- https://github.com/mesonbuild/hinnant-date/archive/refs/tags/${_mesonbuild_date_ver}.tar.gz"
-checksum="37ebd7b10e32e802afe9236ea9374fabb77b1abb2c203ca6173b27dc03128096
- 7a390f200f0ccd207e8cff6757e04817c1a0aec3e327b006b7eb451c57ee3538
- f2aa492b59893f69367228bf802cbb0a07c4d52fac2185dfd8ebb5d16295d893"
+distfiles="https://github.com/Alexays/Waybar/archive/refs/tags/${version}.tar.gz"
+checksum="da6f448be343a593ee092486fb4744502aa1e6ad85f4eccc3670d0b84a2a4266"
 
 build_options="libnl pulseaudio dbusmenugtk mpd sndio"
 build_options_default="libnl pulseaudio dbusmenugtk mpd sndio"
@@ -42,12 +35,6 @@ desc_option_libnl="Enable libnl support for network related features"
 desc_option_dbusmenugtk="Enable support for tray"
 desc_option_mpd="Enable support for MPD"
 
-post_extract() {
-	mv hinnant-date-${_mesonbuild_date_ver}/meson_options.txt date-${_date_version}/
-	mv hinnant-date-${_mesonbuild_date_ver}/meson.build date-${_date_version}/
-	mv date-${_date_version} Waybar-${version}/subprojects/
-}
-
 post_install() {
 	vlicense LICENSE
 }

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

* Re: Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
  2023-01-13  1:05 [PR PATCH] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module lz-coder
                   ` (18 preceding siblings ...)
  2023-04-19  3:51 ` [PR PATCH] [Updated] " lz-coder
@ 2023-04-19  6:40 ` classabbyamp
  2023-04-19 16:35 ` [PR PATCH] [Updated] " lz-coder
                   ` (11 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: classabbyamp @ 2023-04-19  6:40 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41610#issuecomment-1514207040

Comment:
commit message should be:
```
common/shlibs: add libplayerctl.so.2
```


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

* Re: [PR PATCH] [Updated] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
  2023-01-13  1:05 [PR PATCH] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module lz-coder
                   ` (19 preceding siblings ...)
  2023-04-19  6:40 ` classabbyamp
@ 2023-04-19 16:35 ` lz-coder
  2023-04-20 17:45 ` lukas-jo
                   ` (10 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: lz-coder @ 2023-04-19 16:35 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by lz-coder against master on the void-packages repository

https://github.com/lz-coder/void-packages Waybar
https://github.com/void-linux/void-packages/pull/41610

Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
The libevdev-devel dependency was missing, and was needed for the keyboard-state module to work.

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




A patch file from https://github.com/void-linux/void-packages/pull/41610.patch is attached

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

From 4d739ac3be447c44db887a786b8bb6ef25b838c9 Mon Sep 17 00:00:00 2001
From: lz-coder <lzcoder@proton.me>
Date: Wed, 19 Apr 2023 00:39:59 -0300
Subject: [PATCH 1/2] common/shlibs: add libplayerctl.so.2

---
 common/shlibs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/shlibs b/common/shlibs
index 0b05cd99d6b3..b755156718f9 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4244,3 +4244,4 @@ libdate-tz.so.3 chrono-date-3.0.1_1
 libayatana-ido3-0.4.so.0 ayatana-ido-0.9.2_1
 libayatana-indicator3.so.7 libayatana-indicator-0.9.3_1
 libayatana-appindicator3.so.1 libayatana-appindicator-0.5.91_1
+libplayerctl.so.2 playerctl-2.4.1_1

From 31cfd6d97d2f52a6e0a346455fe2ffdf84efcfbd Mon Sep 17 00:00:00 2001
From: lz-coder <lzcoder@proton.me>
Date: Wed, 19 Apr 2023 00:40:31 -0300
Subject: [PATCH 2/2] Waybar: update to 0.9.17.

---
 srcpkgs/Waybar/template | 25 ++++++-------------------
 1 file changed, 6 insertions(+), 19 deletions(-)

diff --git a/srcpkgs/Waybar/template b/srcpkgs/Waybar/template
index 3d3a889229f2..86dc58b633d7 100644
--- a/srcpkgs/Waybar/template
+++ b/srcpkgs/Waybar/template
@@ -1,10 +1,7 @@
 # Template file for 'Waybar'
 pkgname=Waybar
-version=0.9.16
+version=0.9.17
 revision=1
-_date_version=3.0.1
-_mesonbuild_date_ver=3.0.0-1
-build_wrksrc=Waybar-${version}
 build_style=meson
 configure_args="-Dgtk-layer-shell=enabled -Dlibudev=enabled -Dman-pages=enabled
  -Dsystemd=disabled -Drfkill=enabled
@@ -15,8 +12,9 @@ configure_args="-Dgtk-layer-shell=enabled -Dlibudev=enabled -Dman-pages=enabled
  -Dsndio=$(vopt_if sndio enabled disabled)"
 hostmakedepends="cmake pkg-config glib-devel wayland-devel scdoc
  $(vopt_if dbusmenugtk gobject-introspection)"
-makedepends="libinput-devel wayland-devel gtkmm-devel spdlog eudev-libudev-devel
- gtk-layer-shell-devel jsoncpp-devel libglib-devel libsigc++-devel fmt-devel
+makedepends="libevdev-devel libinput-devel wayland-devel gtkmm-devel spdlog eudev-libudev-devel
+ gtk-layer-shell-devel jsoncpp-devel libglib-devel libsigc++-devel fmt-devel chrono-date-devel
+ playerctl-devel
  $(vopt_if libnl libnl3-devel)
  $(vopt_if pulseaudio pulseaudio-devel)
  $(vopt_if dbusmenugtk libdbusmenu-gtk3-devel)
@@ -27,13 +25,8 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="MIT"
 homepage="https://github.com/Alexays/Waybar"
 changelog="https://github.com/Alexays/Waybar/releases"
-# date library URLs and checksums taken from subprojects/date.wrap
-distfiles="https://github.com/Alexays/Waybar/archive/refs/tags/${version}.tar.gz
- https://github.com/HowardHinnant/date/archive/refs/tags/v${_date_version}.tar.gz
- https://github.com/mesonbuild/hinnant-date/archive/refs/tags/${_mesonbuild_date_ver}.tar.gz"
-checksum="37ebd7b10e32e802afe9236ea9374fabb77b1abb2c203ca6173b27dc03128096
- 7a390f200f0ccd207e8cff6757e04817c1a0aec3e327b006b7eb451c57ee3538
- f2aa492b59893f69367228bf802cbb0a07c4d52fac2185dfd8ebb5d16295d893"
+distfiles="https://github.com/Alexays/Waybar/archive/refs/tags/${version}.tar.gz"
+checksum="da6f448be343a593ee092486fb4744502aa1e6ad85f4eccc3670d0b84a2a4266"
 
 build_options="libnl pulseaudio dbusmenugtk mpd sndio"
 build_options_default="libnl pulseaudio dbusmenugtk mpd sndio"
@@ -42,12 +35,6 @@ desc_option_libnl="Enable libnl support for network related features"
 desc_option_dbusmenugtk="Enable support for tray"
 desc_option_mpd="Enable support for MPD"
 
-post_extract() {
-	mv hinnant-date-${_mesonbuild_date_ver}/meson_options.txt date-${_date_version}/
-	mv hinnant-date-${_mesonbuild_date_ver}/meson.build date-${_date_version}/
-	mv date-${_date_version} Waybar-${version}/subprojects/
-}
-
 post_install() {
 	vlicense LICENSE
 }

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

* Re: Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
  2023-01-13  1:05 [PR PATCH] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module lz-coder
                   ` (20 preceding siblings ...)
  2023-04-19 16:35 ` [PR PATCH] [Updated] " lz-coder
@ 2023-04-20 17:45 ` lukas-jo
  2023-04-21 14:31 ` lz-coder
                   ` (9 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: lukas-jo @ 2023-04-20 17:45 UTC (permalink / raw)
  To: ml

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

New comment by lukas-jo on void-packages repository

https://github.com/void-linux/void-packages/pull/41610#issuecomment-1516716575

Comment:
I also noticed the wireplumber module doesn't work. Similarly to playerctl this should fix it:
1. adding `wireplumber-devel` to `makedepends`
2. adding `libwireplumber-0.4.so.0 wireplumber-0.4.14_1` to `common/shlibs`  

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

* Re: Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
  2023-01-13  1:05 [PR PATCH] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module lz-coder
                   ` (21 preceding siblings ...)
  2023-04-20 17:45 ` lukas-jo
@ 2023-04-21 14:31 ` lz-coder
  2023-04-21 14:31 ` lz-coder
                   ` (8 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: lz-coder @ 2023-04-21 14:31 UTC (permalink / raw)
  To: ml

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

New comment by lz-coder on void-packages repository

https://github.com/void-linux/void-packages/pull/41610#issuecomment-1517924408

Comment:
> I also noticed the wireplumber module doesn't work. Similarly to playerctl this should fix it:
> 1. adding `wireplumber-devel` to `makedepends`
> 2. adding `libwireplumber-0.4.so.0 wireplumber-0.4.14_1` to `common/shlibs`  

I added those changes, but meson didn't find the pipewire dependency, so the pipewire module wasn't built.

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

* Re: Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
  2023-01-13  1:05 [PR PATCH] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module lz-coder
                   ` (22 preceding siblings ...)
  2023-04-21 14:31 ` lz-coder
@ 2023-04-21 14:31 ` lz-coder
  2023-04-25 20:48 ` lukas-jo
                   ` (7 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: lz-coder @ 2023-04-21 14:31 UTC (permalink / raw)
  To: ml

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

New comment by lz-coder on void-packages repository

https://github.com/void-linux/void-packages/pull/41610#issuecomment-1517924408

Comment:
> I also noticed the wireplumber module doesn't work. Similarly to playerctl this should fix it:
> 1. adding `wireplumber-devel` to `makedepends`
> 2. adding `libwireplumber-0.4.so.0 wireplumber-0.4.14_1` to `common/shlibs`  

I added those changes, but meson didn't find the wireplumber dependency, so the wireplumber module wasn't built.

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

* Re: Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
  2023-01-13  1:05 [PR PATCH] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module lz-coder
                   ` (23 preceding siblings ...)
  2023-04-21 14:31 ` lz-coder
@ 2023-04-25 20:48 ` lukas-jo
  2023-04-25 20:51 ` lukas-jo
                   ` (6 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: lukas-jo @ 2023-04-25 20:48 UTC (permalink / raw)
  To: ml

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

New comment by lukas-jo on void-packages repository

https://github.com/void-linux/void-packages/pull/41610#issuecomment-1522396248

Comment:
After some random testing it seems that adding `pipewire-devel` to `makedepends` as well does the trick

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

* Re: Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
  2023-01-13  1:05 [PR PATCH] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module lz-coder
                   ` (24 preceding siblings ...)
  2023-04-25 20:48 ` lukas-jo
@ 2023-04-25 20:51 ` lukas-jo
  2023-04-26  3:37 ` [PR PATCH] [Updated] " lz-coder
                   ` (5 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: lukas-jo @ 2023-04-25 20:51 UTC (permalink / raw)
  To: ml

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

New comment by lukas-jo on void-packages repository

https://github.com/void-linux/void-packages/pull/41610#issuecomment-1522396248

Comment:
After some random testing it seems that adding `pipewire-devel` to `makedepends` too does the trick

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

* Re: [PR PATCH] [Updated] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
  2023-01-13  1:05 [PR PATCH] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module lz-coder
                   ` (25 preceding siblings ...)
  2023-04-25 20:51 ` lukas-jo
@ 2023-04-26  3:37 ` lz-coder
  2023-04-30  0:47 ` [PR REVIEW] " classabbyamp
                   ` (4 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: lz-coder @ 2023-04-26  3:37 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by lz-coder against master on the void-packages repository

https://github.com/lz-coder/void-packages Waybar
https://github.com/void-linux/void-packages/pull/41610

Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
The libevdev-devel dependency was missing, and was needed for the keyboard-state module to work.

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




A patch file from https://github.com/void-linux/void-packages/pull/41610.patch is attached

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

From 4d739ac3be447c44db887a786b8bb6ef25b838c9 Mon Sep 17 00:00:00 2001
From: lz-coder <lzcoder@proton.me>
Date: Wed, 19 Apr 2023 00:39:59 -0300
Subject: [PATCH 1/3] common/shlibs: add libplayerctl.so.2

---
 common/shlibs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/shlibs b/common/shlibs
index 0b05cd99d6b3..b755156718f9 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4244,3 +4244,4 @@ libdate-tz.so.3 chrono-date-3.0.1_1
 libayatana-ido3-0.4.so.0 ayatana-ido-0.9.2_1
 libayatana-indicator3.so.7 libayatana-indicator-0.9.3_1
 libayatana-appindicator3.so.1 libayatana-appindicator-0.5.91_1
+libplayerctl.so.2 playerctl-2.4.1_1

From a9d579e3829ecac8bfc44973422e2e4d19dcc1ac Mon Sep 17 00:00:00 2001
From: lz-coder <lzcoder@proton.me>
Date: Wed, 19 Apr 2023 00:40:31 -0300
Subject: [PATCH 2/3] Waybar: update to 0.9.17.

---
 srcpkgs/Waybar/template | 25 ++++++-------------------
 1 file changed, 6 insertions(+), 19 deletions(-)

diff --git a/srcpkgs/Waybar/template b/srcpkgs/Waybar/template
index 3d3a889229f2..76b2f23526f2 100644
--- a/srcpkgs/Waybar/template
+++ b/srcpkgs/Waybar/template
@@ -1,10 +1,7 @@
 # Template file for 'Waybar'
 pkgname=Waybar
-version=0.9.16
+version=0.9.17
 revision=1
-_date_version=3.0.1
-_mesonbuild_date_ver=3.0.0-1
-build_wrksrc=Waybar-${version}
 build_style=meson
 configure_args="-Dgtk-layer-shell=enabled -Dlibudev=enabled -Dman-pages=enabled
  -Dsystemd=disabled -Drfkill=enabled
@@ -15,8 +12,9 @@ configure_args="-Dgtk-layer-shell=enabled -Dlibudev=enabled -Dman-pages=enabled
  -Dsndio=$(vopt_if sndio enabled disabled)"
 hostmakedepends="cmake pkg-config glib-devel wayland-devel scdoc
  $(vopt_if dbusmenugtk gobject-introspection)"
-makedepends="libinput-devel wayland-devel gtkmm-devel spdlog eudev-libudev-devel
- gtk-layer-shell-devel jsoncpp-devel libglib-devel libsigc++-devel fmt-devel
+makedepends="libevdev-devel libinput-devel wayland-devel gtkmm-devel spdlog eudev-libudev-devel
+ gtk-layer-shell-devel jsoncpp-devel libglib-devel libsigc++-devel fmt-devel chrono-date-devel
+ playerctl-devel wireplumber-devel pipewire-devel
  $(vopt_if libnl libnl3-devel)
  $(vopt_if pulseaudio pulseaudio-devel)
  $(vopt_if dbusmenugtk libdbusmenu-gtk3-devel)
@@ -27,13 +25,8 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="MIT"
 homepage="https://github.com/Alexays/Waybar"
 changelog="https://github.com/Alexays/Waybar/releases"
-# date library URLs and checksums taken from subprojects/date.wrap
-distfiles="https://github.com/Alexays/Waybar/archive/refs/tags/${version}.tar.gz
- https://github.com/HowardHinnant/date/archive/refs/tags/v${_date_version}.tar.gz
- https://github.com/mesonbuild/hinnant-date/archive/refs/tags/${_mesonbuild_date_ver}.tar.gz"
-checksum="37ebd7b10e32e802afe9236ea9374fabb77b1abb2c203ca6173b27dc03128096
- 7a390f200f0ccd207e8cff6757e04817c1a0aec3e327b006b7eb451c57ee3538
- f2aa492b59893f69367228bf802cbb0a07c4d52fac2185dfd8ebb5d16295d893"
+distfiles="https://github.com/Alexays/Waybar/archive/refs/tags/${version}.tar.gz"
+checksum="da6f448be343a593ee092486fb4744502aa1e6ad85f4eccc3670d0b84a2a4266"
 
 build_options="libnl pulseaudio dbusmenugtk mpd sndio"
 build_options_default="libnl pulseaudio dbusmenugtk mpd sndio"
@@ -42,12 +35,6 @@ desc_option_libnl="Enable libnl support for network related features"
 desc_option_dbusmenugtk="Enable support for tray"
 desc_option_mpd="Enable support for MPD"
 
-post_extract() {
-	mv hinnant-date-${_mesonbuild_date_ver}/meson_options.txt date-${_date_version}/
-	mv hinnant-date-${_mesonbuild_date_ver}/meson.build date-${_date_version}/
-	mv date-${_date_version} Waybar-${version}/subprojects/
-}
-
 post_install() {
 	vlicense LICENSE
 }

From e57559154072695bc1048c259ddc8257eef7b918 Mon Sep 17 00:00:00 2001
From: lz-coder <lzcoder@proton.me>
Date: Tue, 25 Apr 2023 23:47:22 -0300
Subject: [PATCH 3/3] common/shlibs: add libwireplumber-0.4.so.0

---
 common/shlibs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/shlibs b/common/shlibs
index b755156718f9..0799b892adff 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4245,3 +4245,4 @@ libayatana-ido3-0.4.so.0 ayatana-ido-0.9.2_1
 libayatana-indicator3.so.7 libayatana-indicator-0.9.3_1
 libayatana-appindicator3.so.1 libayatana-appindicator-0.5.91_1
 libplayerctl.so.2 playerctl-2.4.1_1
+libwireplumber-0.4.so.0 wireplumber-0.4.14_1

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

* Re: [PR REVIEW] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
  2023-01-13  1:05 [PR PATCH] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module lz-coder
                   ` (27 preceding siblings ...)
  2023-04-30  0:47 ` [PR REVIEW] " classabbyamp
@ 2023-04-30  0:47 ` classabbyamp
  2023-05-04 12:27 ` [PR PATCH] [Updated] " lz-coder
                   ` (2 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: classabbyamp @ 2023-04-30  0:47 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41610#discussion_r1181146320

Comment:
```suggestion
 playerctl-devel $(vopt_if pipewire 'wireplumber-devel pipewire-devel')
```

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

* Re: [PR REVIEW] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
  2023-01-13  1:05 [PR PATCH] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module lz-coder
                   ` (26 preceding siblings ...)
  2023-04-26  3:37 ` [PR PATCH] [Updated] " lz-coder
@ 2023-04-30  0:47 ` classabbyamp
  2023-04-30  0:47 ` classabbyamp
                   ` (3 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: classabbyamp @ 2023-04-30  0:47 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41610#discussion_r1181146358

Comment:
```suggestion
build_options="libnl pulseaudio dbusmenugtk mpd sndio pipewire"
build_options_default="libnl pulseaudio dbusmenugtk mpd sndio pipewire"
```

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

* Re: [PR PATCH] [Updated] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
  2023-01-13  1:05 [PR PATCH] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module lz-coder
                   ` (28 preceding siblings ...)
  2023-04-30  0:47 ` classabbyamp
@ 2023-05-04 12:27 ` lz-coder
  2023-05-04 13:23 ` lz-coder
  2023-05-06 14:19 ` [PR PATCH] [Merged]: " classabbyamp
  31 siblings, 0 replies; 33+ messages in thread
From: lz-coder @ 2023-05-04 12:27 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by lz-coder against master on the void-packages repository

https://github.com/lz-coder/void-packages Waybar
https://github.com/void-linux/void-packages/pull/41610

Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
The libevdev-devel dependency was missing, and was needed for the keyboard-state module to work.

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




A patch file from https://github.com/void-linux/void-packages/pull/41610.patch is attached

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

From 4d739ac3be447c44db887a786b8bb6ef25b838c9 Mon Sep 17 00:00:00 2001
From: lz-coder <lzcoder@proton.me>
Date: Wed, 19 Apr 2023 00:39:59 -0300
Subject: [PATCH 1/4] common/shlibs: add libplayerctl.so.2

---
 common/shlibs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/shlibs b/common/shlibs
index 0b05cd99d6b3..b755156718f9 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4244,3 +4244,4 @@ libdate-tz.so.3 chrono-date-3.0.1_1
 libayatana-ido3-0.4.so.0 ayatana-ido-0.9.2_1
 libayatana-indicator3.so.7 libayatana-indicator-0.9.3_1
 libayatana-appindicator3.so.1 libayatana-appindicator-0.5.91_1
+libplayerctl.so.2 playerctl-2.4.1_1

From a9d579e3829ecac8bfc44973422e2e4d19dcc1ac Mon Sep 17 00:00:00 2001
From: lz-coder <lzcoder@proton.me>
Date: Wed, 19 Apr 2023 00:40:31 -0300
Subject: [PATCH 2/4] Waybar: update to 0.9.17.

---
 srcpkgs/Waybar/template | 25 ++++++-------------------
 1 file changed, 6 insertions(+), 19 deletions(-)

diff --git a/srcpkgs/Waybar/template b/srcpkgs/Waybar/template
index 3d3a889229f2..76b2f23526f2 100644
--- a/srcpkgs/Waybar/template
+++ b/srcpkgs/Waybar/template
@@ -1,10 +1,7 @@
 # Template file for 'Waybar'
 pkgname=Waybar
-version=0.9.16
+version=0.9.17
 revision=1
-_date_version=3.0.1
-_mesonbuild_date_ver=3.0.0-1
-build_wrksrc=Waybar-${version}
 build_style=meson
 configure_args="-Dgtk-layer-shell=enabled -Dlibudev=enabled -Dman-pages=enabled
  -Dsystemd=disabled -Drfkill=enabled
@@ -15,8 +12,9 @@ configure_args="-Dgtk-layer-shell=enabled -Dlibudev=enabled -Dman-pages=enabled
  -Dsndio=$(vopt_if sndio enabled disabled)"
 hostmakedepends="cmake pkg-config glib-devel wayland-devel scdoc
  $(vopt_if dbusmenugtk gobject-introspection)"
-makedepends="libinput-devel wayland-devel gtkmm-devel spdlog eudev-libudev-devel
- gtk-layer-shell-devel jsoncpp-devel libglib-devel libsigc++-devel fmt-devel
+makedepends="libevdev-devel libinput-devel wayland-devel gtkmm-devel spdlog eudev-libudev-devel
+ gtk-layer-shell-devel jsoncpp-devel libglib-devel libsigc++-devel fmt-devel chrono-date-devel
+ playerctl-devel wireplumber-devel pipewire-devel
  $(vopt_if libnl libnl3-devel)
  $(vopt_if pulseaudio pulseaudio-devel)
  $(vopt_if dbusmenugtk libdbusmenu-gtk3-devel)
@@ -27,13 +25,8 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="MIT"
 homepage="https://github.com/Alexays/Waybar"
 changelog="https://github.com/Alexays/Waybar/releases"
-# date library URLs and checksums taken from subprojects/date.wrap
-distfiles="https://github.com/Alexays/Waybar/archive/refs/tags/${version}.tar.gz
- https://github.com/HowardHinnant/date/archive/refs/tags/v${_date_version}.tar.gz
- https://github.com/mesonbuild/hinnant-date/archive/refs/tags/${_mesonbuild_date_ver}.tar.gz"
-checksum="37ebd7b10e32e802afe9236ea9374fabb77b1abb2c203ca6173b27dc03128096
- 7a390f200f0ccd207e8cff6757e04817c1a0aec3e327b006b7eb451c57ee3538
- f2aa492b59893f69367228bf802cbb0a07c4d52fac2185dfd8ebb5d16295d893"
+distfiles="https://github.com/Alexays/Waybar/archive/refs/tags/${version}.tar.gz"
+checksum="da6f448be343a593ee092486fb4744502aa1e6ad85f4eccc3670d0b84a2a4266"
 
 build_options="libnl pulseaudio dbusmenugtk mpd sndio"
 build_options_default="libnl pulseaudio dbusmenugtk mpd sndio"
@@ -42,12 +35,6 @@ desc_option_libnl="Enable libnl support for network related features"
 desc_option_dbusmenugtk="Enable support for tray"
 desc_option_mpd="Enable support for MPD"
 
-post_extract() {
-	mv hinnant-date-${_mesonbuild_date_ver}/meson_options.txt date-${_date_version}/
-	mv hinnant-date-${_mesonbuild_date_ver}/meson.build date-${_date_version}/
-	mv date-${_date_version} Waybar-${version}/subprojects/
-}
-
 post_install() {
 	vlicense LICENSE
 }

From e57559154072695bc1048c259ddc8257eef7b918 Mon Sep 17 00:00:00 2001
From: lz-coder <lzcoder@proton.me>
Date: Tue, 25 Apr 2023 23:47:22 -0300
Subject: [PATCH 3/4] common/shlibs: add libwireplumber-0.4.so.0

---
 common/shlibs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/shlibs b/common/shlibs
index b755156718f9..0799b892adff 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4245,3 +4245,4 @@ libayatana-ido3-0.4.so.0 ayatana-ido-0.9.2_1
 libayatana-indicator3.so.7 libayatana-indicator-0.9.3_1
 libayatana-appindicator3.so.1 libayatana-appindicator-0.5.91_1
 libplayerctl.so.2 playerctl-2.4.1_1
+libwireplumber-0.4.so.0 wireplumber-0.4.14_1

From 92edf2add655b135c45faef1e57f2650e7e7eaaa Mon Sep 17 00:00:00 2001
From: lz-coder <lzcoder@proton.me>
Date: Thu, 4 May 2023 09:24:11 -0300
Subject: [PATCH 4/4] Waybar: update to 0.9.17.

---
 srcpkgs/Waybar/template | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/Waybar/template b/srcpkgs/Waybar/template
index 76b2f23526f2..5d6577d2abc0 100644
--- a/srcpkgs/Waybar/template
+++ b/srcpkgs/Waybar/template
@@ -14,7 +14,8 @@ hostmakedepends="cmake pkg-config glib-devel wayland-devel scdoc
  $(vopt_if dbusmenugtk gobject-introspection)"
 makedepends="libevdev-devel libinput-devel wayland-devel gtkmm-devel spdlog eudev-libudev-devel
  gtk-layer-shell-devel jsoncpp-devel libglib-devel libsigc++-devel fmt-devel chrono-date-devel
- playerctl-devel wireplumber-devel pipewire-devel
+ playerctl-devel
+ $(vopt_if pipewire 'wireplumber-devel pipewire-devel')
  $(vopt_if libnl libnl3-devel)
  $(vopt_if pulseaudio pulseaudio-devel)
  $(vopt_if dbusmenugtk libdbusmenu-gtk3-devel)
@@ -28,12 +29,13 @@ changelog="https://github.com/Alexays/Waybar/releases"
 distfiles="https://github.com/Alexays/Waybar/archive/refs/tags/${version}.tar.gz"
 checksum="da6f448be343a593ee092486fb4744502aa1e6ad85f4eccc3670d0b84a2a4266"
 
-build_options="libnl pulseaudio dbusmenugtk mpd sndio"
-build_options_default="libnl pulseaudio dbusmenugtk mpd sndio"
+build_options="libnl pulseaudio dbusmenugtk mpd sndio pipewire"
+build_options_default="libnl pulseaudio dbusmenugtk mpd sndio pipewire"
 
 desc_option_libnl="Enable libnl support for network related features"
 desc_option_dbusmenugtk="Enable support for tray"
 desc_option_mpd="Enable support for MPD"
+desc_option_pipewire="Enable support for pipewire related features"
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
  2023-01-13  1:05 [PR PATCH] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module lz-coder
                   ` (29 preceding siblings ...)
  2023-05-04 12:27 ` [PR PATCH] [Updated] " lz-coder
@ 2023-05-04 13:23 ` lz-coder
  2023-05-06 14:19 ` [PR PATCH] [Merged]: " classabbyamp
  31 siblings, 0 replies; 33+ messages in thread
From: lz-coder @ 2023-05-04 13:23 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by lz-coder against master on the void-packages repository

https://github.com/lz-coder/void-packages Waybar
https://github.com/void-linux/void-packages/pull/41610

Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
The libevdev-devel dependency was missing, and was needed for the keyboard-state module to work.

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




A patch file from https://github.com/void-linux/void-packages/pull/41610.patch is attached

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

From 4d739ac3be447c44db887a786b8bb6ef25b838c9 Mon Sep 17 00:00:00 2001
From: lz-coder <lzcoder@proton.me>
Date: Wed, 19 Apr 2023 00:39:59 -0300
Subject: [PATCH 1/4] common/shlibs: add libplayerctl.so.2

---
 common/shlibs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/shlibs b/common/shlibs
index 0b05cd99d6b3..b755156718f9 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4244,3 +4244,4 @@ libdate-tz.so.3 chrono-date-3.0.1_1
 libayatana-ido3-0.4.so.0 ayatana-ido-0.9.2_1
 libayatana-indicator3.so.7 libayatana-indicator-0.9.3_1
 libayatana-appindicator3.so.1 libayatana-appindicator-0.5.91_1
+libplayerctl.so.2 playerctl-2.4.1_1

From a9d579e3829ecac8bfc44973422e2e4d19dcc1ac Mon Sep 17 00:00:00 2001
From: lz-coder <lzcoder@proton.me>
Date: Wed, 19 Apr 2023 00:40:31 -0300
Subject: [PATCH 2/4] Waybar: update to 0.9.17.

---
 srcpkgs/Waybar/template | 25 ++++++-------------------
 1 file changed, 6 insertions(+), 19 deletions(-)

diff --git a/srcpkgs/Waybar/template b/srcpkgs/Waybar/template
index 3d3a889229f2..76b2f23526f2 100644
--- a/srcpkgs/Waybar/template
+++ b/srcpkgs/Waybar/template
@@ -1,10 +1,7 @@
 # Template file for 'Waybar'
 pkgname=Waybar
-version=0.9.16
+version=0.9.17
 revision=1
-_date_version=3.0.1
-_mesonbuild_date_ver=3.0.0-1
-build_wrksrc=Waybar-${version}
 build_style=meson
 configure_args="-Dgtk-layer-shell=enabled -Dlibudev=enabled -Dman-pages=enabled
  -Dsystemd=disabled -Drfkill=enabled
@@ -15,8 +12,9 @@ configure_args="-Dgtk-layer-shell=enabled -Dlibudev=enabled -Dman-pages=enabled
  -Dsndio=$(vopt_if sndio enabled disabled)"
 hostmakedepends="cmake pkg-config glib-devel wayland-devel scdoc
  $(vopt_if dbusmenugtk gobject-introspection)"
-makedepends="libinput-devel wayland-devel gtkmm-devel spdlog eudev-libudev-devel
- gtk-layer-shell-devel jsoncpp-devel libglib-devel libsigc++-devel fmt-devel
+makedepends="libevdev-devel libinput-devel wayland-devel gtkmm-devel spdlog eudev-libudev-devel
+ gtk-layer-shell-devel jsoncpp-devel libglib-devel libsigc++-devel fmt-devel chrono-date-devel
+ playerctl-devel wireplumber-devel pipewire-devel
  $(vopt_if libnl libnl3-devel)
  $(vopt_if pulseaudio pulseaudio-devel)
  $(vopt_if dbusmenugtk libdbusmenu-gtk3-devel)
@@ -27,13 +25,8 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="MIT"
 homepage="https://github.com/Alexays/Waybar"
 changelog="https://github.com/Alexays/Waybar/releases"
-# date library URLs and checksums taken from subprojects/date.wrap
-distfiles="https://github.com/Alexays/Waybar/archive/refs/tags/${version}.tar.gz
- https://github.com/HowardHinnant/date/archive/refs/tags/v${_date_version}.tar.gz
- https://github.com/mesonbuild/hinnant-date/archive/refs/tags/${_mesonbuild_date_ver}.tar.gz"
-checksum="37ebd7b10e32e802afe9236ea9374fabb77b1abb2c203ca6173b27dc03128096
- 7a390f200f0ccd207e8cff6757e04817c1a0aec3e327b006b7eb451c57ee3538
- f2aa492b59893f69367228bf802cbb0a07c4d52fac2185dfd8ebb5d16295d893"
+distfiles="https://github.com/Alexays/Waybar/archive/refs/tags/${version}.tar.gz"
+checksum="da6f448be343a593ee092486fb4744502aa1e6ad85f4eccc3670d0b84a2a4266"
 
 build_options="libnl pulseaudio dbusmenugtk mpd sndio"
 build_options_default="libnl pulseaudio dbusmenugtk mpd sndio"
@@ -42,12 +35,6 @@ desc_option_libnl="Enable libnl support for network related features"
 desc_option_dbusmenugtk="Enable support for tray"
 desc_option_mpd="Enable support for MPD"
 
-post_extract() {
-	mv hinnant-date-${_mesonbuild_date_ver}/meson_options.txt date-${_date_version}/
-	mv hinnant-date-${_mesonbuild_date_ver}/meson.build date-${_date_version}/
-	mv date-${_date_version} Waybar-${version}/subprojects/
-}
-
 post_install() {
 	vlicense LICENSE
 }

From e57559154072695bc1048c259ddc8257eef7b918 Mon Sep 17 00:00:00 2001
From: lz-coder <lzcoder@proton.me>
Date: Tue, 25 Apr 2023 23:47:22 -0300
Subject: [PATCH 3/4] common/shlibs: add libwireplumber-0.4.so.0

---
 common/shlibs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/shlibs b/common/shlibs
index b755156718f9..0799b892adff 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4245,3 +4245,4 @@ libayatana-ido3-0.4.so.0 ayatana-ido-0.9.2_1
 libayatana-indicator3.so.7 libayatana-indicator-0.9.3_1
 libayatana-appindicator3.so.1 libayatana-appindicator-0.5.91_1
 libplayerctl.so.2 playerctl-2.4.1_1
+libwireplumber-0.4.so.0 wireplumber-0.4.14_1

From ca9b72e12d0460e0b1eb39e502141304f96d8327 Mon Sep 17 00:00:00 2001
From: lz-coder <lzcoder@proton.me>
Date: Thu, 4 May 2023 09:24:11 -0300
Subject: [PATCH 4/4] Waybar: update to 0.9.17.

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

diff --git a/srcpkgs/Waybar/template b/srcpkgs/Waybar/template
index 76b2f23526f2..4a6d1d595037 100644
--- a/srcpkgs/Waybar/template
+++ b/srcpkgs/Waybar/template
@@ -9,12 +9,14 @@ configure_args="-Dgtk-layer-shell=enabled -Dlibudev=enabled -Dman-pages=enabled
  -Dpulseaudio=$(vopt_if pulseaudio enabled disabled)
  -Ddbusmenu-gtk=$(vopt_if dbusmenugtk enabled disabled)
  -Dmpd=$(vopt_if mpd enabled disabled)
- -Dsndio=$(vopt_if sndio enabled disabled)"
+ -Dsndio=$(vopt_if sndio enabled disabled)
+ -Dwireplumber=$(vopt_if pipewire enabled disabled)"
 hostmakedepends="cmake pkg-config glib-devel wayland-devel scdoc
  $(vopt_if dbusmenugtk gobject-introspection)"
 makedepends="libevdev-devel libinput-devel wayland-devel gtkmm-devel spdlog eudev-libudev-devel
  gtk-layer-shell-devel jsoncpp-devel libglib-devel libsigc++-devel fmt-devel chrono-date-devel
- playerctl-devel wireplumber-devel pipewire-devel
+ playerctl-devel
+ $(vopt_if pipewire 'wireplumber-devel pipewire-devel')
  $(vopt_if libnl libnl3-devel)
  $(vopt_if pulseaudio pulseaudio-devel)
  $(vopt_if dbusmenugtk libdbusmenu-gtk3-devel)
@@ -28,12 +30,13 @@ changelog="https://github.com/Alexays/Waybar/releases"
 distfiles="https://github.com/Alexays/Waybar/archive/refs/tags/${version}.tar.gz"
 checksum="da6f448be343a593ee092486fb4744502aa1e6ad85f4eccc3670d0b84a2a4266"
 
-build_options="libnl pulseaudio dbusmenugtk mpd sndio"
-build_options_default="libnl pulseaudio dbusmenugtk mpd sndio"
+build_options="libnl pulseaudio dbusmenugtk mpd sndio pipewire"
+build_options_default="libnl pulseaudio dbusmenugtk mpd sndio pipewire"
 
 desc_option_libnl="Enable libnl support for network related features"
 desc_option_dbusmenugtk="Enable support for tray"
 desc_option_mpd="Enable support for MPD"
+desc_option_pipewire="Enable support for pipewire related features"
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
  2023-01-13  1:05 [PR PATCH] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module lz-coder
                   ` (30 preceding siblings ...)
  2023-05-04 13:23 ` lz-coder
@ 2023-05-06 14:19 ` classabbyamp
  31 siblings, 0 replies; 33+ messages in thread
From: classabbyamp @ 2023-05-06 14:19 UTC (permalink / raw)
  To: ml

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

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

Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
https://github.com/void-linux/void-packages/pull/41610

Description:
The libevdev-devel dependency was missing, and was needed for the keyboard-state module to work.

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




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

end of thread, other threads:[~2023-05-06 14:19 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-13  1:05 [PR PATCH] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module lz-coder
2023-01-13  1:09 ` [PR PATCH] [Updated] " lz-coder
2023-01-15 11:47 ` [PR REVIEW] " paper42
2023-01-15 13:05 ` lz-coder
2023-01-15 13:06 ` lz-coder
2023-01-16  8:38 ` classabbyamp
2023-01-20  5:58 ` lz-coder
2023-02-04 18:18 ` RAR27
2023-02-07 17:08 ` [PR PATCH] [Updated] " lz-coder
2023-02-07 17:41 ` [PR REVIEW] " lz-coder
2023-02-08  1:28 ` RAR27
2023-02-08 14:34 ` lz-coder
2023-02-08 14:39 ` lz-coder
2023-02-08 15:06 ` [PR PATCH] [Updated] " lz-coder
2023-02-08 17:25 ` classabbyamp
2023-02-08 18:02 ` [PR PATCH] [Updated] " lz-coder
2023-02-14 21:45 ` lz-coder
2023-02-15  2:12 ` lz-coder
2023-04-01 19:05 ` hochata
2023-04-19  3:51 ` [PR PATCH] [Updated] " lz-coder
2023-04-19  6:40 ` classabbyamp
2023-04-19 16:35 ` [PR PATCH] [Updated] " lz-coder
2023-04-20 17:45 ` lukas-jo
2023-04-21 14:31 ` lz-coder
2023-04-21 14:31 ` lz-coder
2023-04-25 20:48 ` lukas-jo
2023-04-25 20:51 ` lukas-jo
2023-04-26  3:37 ` [PR PATCH] [Updated] " lz-coder
2023-04-30  0:47 ` [PR REVIEW] " classabbyamp
2023-04-30  0:47 ` classabbyamp
2023-05-04 12:27 ` [PR PATCH] [Updated] " lz-coder
2023-05-04 13:23 ` lz-coder
2023-05-06 14:19 ` [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).