Accepting request 788920 from X11:Wayland
OBS-URL: https://build.opensuse.org/request/show/788920 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/waybar?expand=0&rev=18
This commit is contained in:
commit
171512ef8c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:65e8397d5a8880cbb9172138e361b0d91f649bc99327d36945e38d1e5dbb157d
|
|
||||||
size 115404
|
|
3
0.9.1.tar.gz
Normal file
3
0.9.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bb2822c8fab466fbed0c4eb8021b86cedc3afbab254f5dc836c048a4fb73eae8
|
||||||
|
size 1727720
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 25 17:19:24 UTC 2020 - Denis Kondratenko <denis.kondratenko@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.9.1:
|
||||||
|
Added
|
||||||
|
* Clock: Add timezone support tada #560
|
||||||
|
* Clock: Current month calendar in tooltip tada#570
|
||||||
|
* Mpd: add paused format string #543
|
||||||
|
Changed:
|
||||||
|
* Network: hide on empty format c885be3
|
||||||
|
* Mediaplayer: Show title if artist isn't available #534
|
||||||
|
* Fixed: WindowId recieves 'u' #536
|
||||||
|
* Man: adding and clarification of configuration options #541
|
||||||
|
* Add info on "on-click-middle" option to custom module man page #529
|
||||||
|
* Network: add missing include #546
|
||||||
|
* Tray: Keep aspect ratio when scaling tray icons #548
|
||||||
|
* Fixed SIGSEGV on Monitor Disconnect/Connect #555 #578
|
||||||
|
* Pulseaudio: Use PA_PROP_DEVICE_FORM_FACTOR for device icon #550
|
||||||
|
* Pulseaudio: Adapt icon names to form factors #571 #577
|
||||||
|
* Clock: lower precision of zoned_time to avoid fractional seconds in output #579
|
||||||
|
- new 'date' library added to the sources archive
|
||||||
|
* added to the subprojects dir with 'meson subprojects download'
|
||||||
|
* it is a dependency for the Clock
|
||||||
|
* https://github.com/Alexays/Waybar/issues/594
|
||||||
|
- changing Sources to local archive as it packs additional `date` submodule
|
||||||
|
* OBS checks would fail if it points to the exernal sources
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 28 13:26:47 UTC 2019 - Michael Vetter <mvetter@suse.com>
|
Sat Dec 28 13:26:47 UTC 2019 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package waybar
|
# spec file for package waybar
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: waybar
|
Name: waybar
|
||||||
Version: 0.9.0
|
Version: 0.9.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Customizable Wayland bar for Sway and Wlroots based compositors
|
Summary: Customizable Wayland bar for Sway and Wlroots based compositors
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System/GUI/Other
|
Group: System/GUI/Other
|
||||||
URL: https://github.com/Alexays/Waybar
|
URL: https://github.com/Alexays/Waybar
|
||||||
Source: %{url}/archive/%{version}.tar.gz
|
Source: %{version}.tar.gz
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: gtk-layer-shell-devel
|
BuildRequires: gtk-layer-shell-devel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user