Github messages for voidlinux
 help / color / mirror / Atom feed
From: lz-coder <lz-coder@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Waybar: Update to 0.9.17 & add libevdev-devel necessary for keyboard-module
Date: Tue, 07 Feb 2023 18:08:40 +0100	[thread overview]
Message-ID: <20230207170840.cxN7tICtZn6IeWpMo3dOuZX7jK524mj9KRREhyxIDAY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41610@inbox.vuxu.org>

[-- 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
 }

  parent reply	other threads:[~2023-02-07 17:08 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-13  1:05 [PR PATCH] " 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 ` lz-coder [this message]
2023-02-07 17:41 ` 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230207170840.cxN7tICtZn6IeWpMo3dOuZX7jK524mj9KRREhyxIDAY@z \
    --to=lz-coder@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).