Accepting request 759783 from X11:Wayland
- Add dependency on systemd and new gtk-layer-shell-devel - 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/request/show/759783 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/waybar?expand=0&rev=17
This commit is contained in:
commit
5b1c3eaa07
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2de2f0cec243da0d9ff2255ceb9dac9d95e8be06d6ea13926fae460d72e4b8aa
|
||||
size 112019
|
3
0.9.0.tar.gz
Normal file
3
0.9.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:65e8397d5a8880cbb9172138e361b0d91f649bc99327d36945e38d1e5dbb157d
|
||||
size 115404
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 28 13:26:47 UTC 2019 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Add dependency on systemd and new gtk-layer-shell-devel
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 28 12:17:51 UTC 2019 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- 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 <dimstar@opensuse.org>
|
||||
|
||||
|
32
waybar.spec
32
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
|
||||
|
Loading…
Reference in New Issue
Block a user