From dcbaddd1ea940c26c805e89ba29638c0d0b11352102dc80d6bd4e3c28c6dda4f Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Sat, 28 Dec 2019 12:21:40 +0000 Subject: [PATCH 1/3] - Update to 0.9.0: Added: * Use GTK Layer Shell for working Popups #441 * Disk module #471 * Man pages option #443 * Battery: format time #455 * Systemd user unit #460 * Detect timezone changes #480 * Pulseaudio: export desc as a format #507 * Toggle opacity #510 Changed: * Fix man memory description #444 * Fix output typo #445 * Fix typo: persistant -> persistent #446 * Fix exclusive zone #447 * Network: clamp signal strength 334bc1e * MPD: take lock in waitForEvent to prevent SIGABORT #467 * Pulseaudio: audio scroll bound #475 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/waybar?expand=0&rev=34 --- 0.8.0.tar.gz | 3 --- 0.9.0.tar.gz | 3 +++ waybar.changes | 22 ++++++++++++++++++++++ waybar.spec | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 0.8.0.tar.gz create mode 100644 0.9.0.tar.gz diff --git a/0.8.0.tar.gz b/0.8.0.tar.gz deleted file mode 100644 index 3da052a..0000000 --- a/0.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2de2f0cec243da0d9ff2255ceb9dac9d95e8be06d6ea13926fae460d72e4b8aa -size 112019 diff --git a/0.9.0.tar.gz b/0.9.0.tar.gz new file mode 100644 index 0000000..be09081 --- /dev/null +++ b/0.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65e8397d5a8880cbb9172138e361b0d91f649bc99327d36945e38d1e5dbb157d +size 115404 diff --git a/waybar.changes b/waybar.changes index 4cf3a29..c79ae63 100644 --- a/waybar.changes +++ b/waybar.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sat Dec 28 12:17:51 UTC 2019 - Michael Vetter + +- Update to 0.9.0: + Added: + * Use GTK Layer Shell for working Popups #441 + * Disk module #471 + * Man pages option #443 + * Battery: format time #455 + * Systemd user unit #460 + * Detect timezone changes #480 + * Pulseaudio: export desc as a format #507 + * Toggle opacity #510 + Changed: + * Fix man memory description #444 + * Fix output typo #445 + * Fix typo: persistant -> persistent #446 + * Fix exclusive zone #447 + * Network: clamp signal strength 334bc1e + * MPD: take lock in waitForEvent to prevent SIGABORT #467 + * Pulseaudio: audio scroll bound #475 + ------------------------------------------------------------------- Thu Dec 19 16:16:29 UTC 2019 - Dominique Leuenberger diff --git a/waybar.spec b/waybar.spec index 7b4f671..140b039 100644 --- a/waybar.spec +++ b/waybar.spec @@ -17,7 +17,7 @@ Name: waybar -Version: 0.8.0 +Version: 0.9.0 Release: 0 Summary: Customizable Wayland bar for Sway and Wlroots based compositors License: MIT From 4e4629b1e3a5018f3be93193ec2720dde5709a5b0eff6c27062f3f4a34d776f8 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Sat, 28 Dec 2019 12:26:43 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/waybar?expand=0&rev=35 --- waybar.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/waybar.spec b/waybar.spec index 140b039..6d37087 100644 --- a/waybar.spec +++ b/waybar.spec @@ -24,6 +24,7 @@ License: MIT Group: System/GUI/Other URL: https://github.com/Alexays/Waybar Source: %{url}/archive/%{version}.tar.gz +BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: meson BuildRequires: ninja From d9e63cb062a20b100b4be61eca0ed36fd6959c69715f991739afb86469922620 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Sat, 28 Dec 2019 13:27:09 +0000 Subject: [PATCH 3/3] - Add dependency on systemd and new gtk-layer-shell-devel OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/waybar?expand=0&rev=36 --- waybar.changes | 5 +++++ waybar.spec | 29 ++++++++++++++++------------- 2 files changed, 21 insertions(+), 13 deletions(-) diff --git a/waybar.changes b/waybar.changes index c79ae63..e7d5884 100644 --- a/waybar.changes +++ b/waybar.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Dec 28 13:26:47 UTC 2019 - Michael Vetter + +- Add dependency on systemd and new gtk-layer-shell-devel + ------------------------------------------------------------------- Sat Dec 28 12:17:51 UTC 2019 - Michael Vetter diff --git a/waybar.spec b/waybar.spec index 6d37087..180e464 100644 --- a/waybar.spec +++ b/waybar.spec @@ -1,7 +1,7 @@ # # spec file for package waybar # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,31 +26,33 @@ URL: https://github.com/Alexays/Waybar Source: %{url}/archive/%{version}.tar.gz BuildRequires: cmake BuildRequires: gcc-c++ +BuildRequires: gtk-layer-shell-devel BuildRequires: meson BuildRequires: ninja BuildRequires: pkgconfig +# optional: man pages +BuildRequires: scdoc +# optional: tray module +BuildRequires: pkgconfig(dbusmenu-gtk3-0.4) BuildRequires: pkgconfig(fmt) BuildRequires: pkgconfig(gio-unix-2.0) BuildRequires: pkgconfig(gtkmm-3.0) BuildRequires: pkgconfig(jsoncpp) BuildRequires: pkgconfig(libinput) -BuildRequires: pkgconfig(libudev) -BuildRequires: pkgconfig(sigc++-2.0) -BuildRequires: pkgconfig(spdlog) -BuildRequires: pkgconfig(wayland-client) -BuildRequires: pkgconfig(wayland-cursor) -BuildRequires: pkgconfig(wayland-protocols) -# optional: man pages -BuildRequires: scdoc -# optional: tray module -BuildRequires: pkgconfig(dbusmenu-gtk3-0.4) +# optional: mpd module +BuildRequires: pkgconfig(libmpdclient) # optional: network BuildRequires: pkgconfig(libnl-3.0) BuildRequires: pkgconfig(libnl-genl-3.0) # optional: audio BuildRequires: pkgconfig(libpulse) -# optional: mpd module -BuildRequires: pkgconfig(libmpdclient) +BuildRequires: pkgconfig(libudev) +BuildRequires: pkgconfig(sigc++-2.0) +BuildRequires: pkgconfig(spdlog) +BuildRequires: pkgconfig(systemd) +BuildRequires: pkgconfig(wayland-client) +BuildRequires: pkgconfig(wayland-cursor) +BuildRequires: pkgconfig(wayland-protocols) # optional: sway integration Recommends: sway @@ -71,5 +73,6 @@ Customizable Wayland bar for Sway and Wlroots based compositors. %{_sysconfdir}/xdg/waybar/ %{_bindir}/waybar %{_mandir}/man?/%{name}* +%{_prefix}/lib/systemd/user/waybar.service %changelog