Dominique Leuenberger 2021-01-06 18:57:40 +00:00 committed by Git OBS Bridge
commit 028e214d52
4 changed files with 15 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:63b95fdaece689c8fd14c8d5dfbff58de27036f9629b3f130c71f5d0415b1e66
size 3767355

3
0.9.5.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:32518a05987dfd81d65ca83aa50ba24c8cd156a1cdf25e8740368508afdbcc4a
size 3557512

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jan 4 10:35:11 UTC 2021 - Michael Vetter <mvetter@suse.com>
- Update to 0.9.5:
https://github.com/Alexays/Waybar/compare/0.9.4...0.9.5
-------------------------------------------------------------------
Mon Sep 21 21:02:16 UTC 2020 - Michael Vetter <mvetter@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package waybar
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: waybar
Version: 0.9.4
Version: 0.9.5
Release: 0
Summary: Customizable Wayland bar for Sway and Wlroots based compositors
License: MIT
@ -26,13 +26,15 @@ URL: https://github.com/Alexays/Waybar
# use this to download tarball. then use `meson subprojects download`
# to get the `date` dependency. and create own tarball
#Source: https://github.com/Alexays/Waybar/archive/%{version}.tar.gz
Source: %{version}.tar.gz
Source: %{version}.tar.xz
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: gtk-layer-shell-devel
BuildRequires: meson
BuildRequires: ninja
BuildRequires: pkgconfig
# wait for SR#860135
#BuildRequires: sndio-devel >= 1.7.0
# optional: man pages
BuildRequires: scdoc
# optional: tray module
@ -82,7 +84,7 @@ This package provides the upstream look and feel for sway.
%setup -q -n Waybar-%{version}
%build
%meson
%meson -Dsndio=disabled
%meson_build
%install