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..e7d5884 100644 --- a/waybar.changes +++ b/waybar.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +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 + +- 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..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 @@ -17,39 +17,42 @@ Name: waybar -Version: 0.8.0 +Version: 0.9.0 Release: 0 Summary: Customizable Wayland bar for Sway and Wlroots based compositors License: MIT Group: System/GUI/Other 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 @@ -70,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