Accepting request 1100748 from X11:Wayland
- Use upstream tarball. Remove service files. - Update to 0.9.20: * Fixed build warnings #2282 * hyprland/window: Add .hidden CSS class, account for hidden & fullscreen windows #2270 * Unbreak modules without DBus #2284 * hyprland/window: Fix no info with separate-outputs=true #2286 * fix, default to true, sway/workspaces: warp-on-scroll #2293 * clock: handle timezone changes (again) #2296 * hyprland/window expose more data #2294 * App Icons for hyprland/window #2303 * hyprland/window: Fix overlap with .hidden class from default style #2307 * hyprland/window: rename .hidden to .swallowing (and fix grouped windows) #2308 * backlight: do not convert percent to string in fmt #2317 * hyprland/backend: Fix JSON parser runtime error #2321 * Fix wrong name for {name} #2306 * Ensure signal is disconnected in destructor #2324 * hyprland/language: Differentiating keyboard layout variants #2326 * hyprland/window remove duplicate empty css #2318 OBS-URL: https://build.opensuse.org/request/show/1100748 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/waybar?expand=0&rev=47
This commit is contained in:
commit
80de393ca1
16
_service
16
_service
@ -1,16 +0,0 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/Alexays/Waybar.git</param>
|
||||
<param name="revision">0.9.19</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">(.*)</param>
|
||||
<param name="filename">waybar</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual"/>
|
||||
</services>
|
@ -1,4 +0,0 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/Alexays/Waybar.git</param>
|
||||
<param name="changesrevision">f0bead34d4f3a36cb9c94d60152d22dc6a773d60</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8d3469cb7c76c8818baec1599bbaaa987c687385c9241551774bbd5aeafd083b
|
||||
size 1001484
|
3
waybar-0.9.20.tar.gz
Normal file
3
waybar-0.9.20.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e300183defece4799b6dfb7aea72400492ec6e330217c22158a334f35532d014
|
||||
size 251084
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 25 23:35:19 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
- Use upstream tarball. Remove service files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 18 15:14:26 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.9.20:
|
||||
* Fixed build warnings #2282
|
||||
* hyprland/window: Add .hidden CSS class, account for hidden & fullscreen windows #2270
|
||||
* Unbreak modules without DBus #2284
|
||||
* hyprland/window: Fix no info with separate-outputs=true #2286
|
||||
* fix, default to true, sway/workspaces: warp-on-scroll #2293
|
||||
* clock: handle timezone changes (again) #2296
|
||||
* hyprland/window expose more data #2294
|
||||
* App Icons for hyprland/window #2303
|
||||
* hyprland/window: Fix overlap with .hidden class from default style #2307
|
||||
* hyprland/window: rename .hidden to .swallowing (and fix grouped windows) #2308
|
||||
* backlight: do not convert percent to string in fmt #2317
|
||||
* hyprland/backend: Fix JSON parser runtime error #2321
|
||||
* Fix wrong name for {name} #2306
|
||||
* Ensure signal is disconnected in destructor #2324
|
||||
* hyprland/language: Differentiating keyboard layout variants #2326
|
||||
* hyprland/window remove duplicate empty css #2318
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 4 21:32:57 UTC 2023 - Joshua Smith <jsmithfpv@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: waybar
|
||||
version: 0.9.19
|
||||
mtime: 1688504630
|
||||
commit: d8a808f76c51ded496b8be244513dad9345adb68
|
||||
version: 0.9.20
|
||||
mtime: 1689661772
|
||||
commit: 3ecd4030e3318863d2bab087d01c9921624f0269
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: waybar
|
||||
Version: 0.9.19
|
||||
Version: 0.9.20
|
||||
Release: 0
|
||||
Summary: Customizable Wayland bar for Sway and Wlroots based compositors
|
||||
License: MIT
|
||||
Group: System/GUI/Other
|
||||
URL: https://github.com/Alexays/Waybar
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/Alexays/Waybar/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
BuildRequires: cmake
|
||||
%if 0%{?sle_version} >= 150400
|
||||
BuildRequires: gcc13-c++
|
||||
@ -97,7 +97,7 @@ BuildArch: noarch
|
||||
This package provides the upstream look and feel for sway.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n waybar-%{version}
|
||||
%autosetup -p1 -n Waybar-%{version}
|
||||
|
||||
%build
|
||||
%if 0%{?sle_version} >= 150400
|
||||
|
Loading…
Reference in New Issue
Block a user