Accepting request 1039030 from X11:Wayland
OBS-URL: https://build.opensuse.org/request/show/1039030 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/waybar?expand=0&rev=39
This commit is contained in:
commit
f66a9a19b7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:99875009970b487d1e4180f62244e386f09041157b3fed834df6f2b549c046c6
|
||||
size 5299668
|
3
Waybar-0.9.16.obscpio
Normal file
3
Waybar-0.9.16.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:818b4469e6a5e19fc27f40a4aee555289c2d89e6dd4f6f0571039f0469b44981
|
||||
size 845836
|
4
Waybar.obsinfo
Normal file
4
Waybar.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: Waybar
|
||||
version: 0.9.16
|
||||
mtime: 1669318452
|
||||
commit: 9eb6c4e296d5736565c0434514b709d2bbb3bebe
|
16
_service
Normal file
16
_service
Normal file
@ -0,0 +1,16 @@
|
||||
<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.16</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual"/>
|
||||
</services>
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/Alexays/Waybar.git</param>
|
||||
<param name="changesrevision">9eb6c4e296d5736565c0434514b709d2bbb3bebe</param></service></servicedata>
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 29 19:15:28 UTC 2022 - Filippo Bonazzi <filippo.bonazzi@suse.com>
|
||||
|
||||
- Update to version 0.9.16:
|
||||
* Revert breaking changes introduced in 0.9.14
|
||||
* button: Remove AButton class
|
||||
* modules: Revert button to label
|
||||
* Battery: "Plugged" status for TLP settings
|
||||
* fix: don't escape mpd label twice
|
||||
* Make backlight module respect format- config
|
||||
* feat(backlight): hide if the display is powered off
|
||||
* Do not crash when a monitor is removed
|
||||
* normalize capacity by number of batteries
|
||||
* clicking on the user label opens the default file manager
|
||||
* User module: fix call parent event handle, added command to open user folder
|
||||
* Recognize outputs with 'bluez' in monitor name as bluetooth class
|
||||
* feat: wireplumber support
|
||||
* fix custom module leaves zombie processes behind when bars are removed
|
||||
* Fix crashes when using named workspaces in Hyprland
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 3 08:47:28 UTC 2022 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
14
waybar.spec
14
waybar.spec
@ -17,16 +17,13 @@
|
||||
|
||||
|
||||
Name: waybar
|
||||
Version: 0.9.15
|
||||
Version: 0.9.16
|
||||
Release: 0
|
||||
Summary: Customizable Wayland bar for Sway and Wlroots based compositors
|
||||
License: MIT
|
||||
Group: System/GUI/Other
|
||||
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.xz
|
||||
Source: Waybar-%{version}.tar.xz
|
||||
BuildRequires: cmake
|
||||
%if 0%{?sle_version} >= 150400
|
||||
BuildRequires: gcc11-c++
|
||||
@ -66,9 +63,10 @@ BuildRequires: pkgconfig(systemd)
|
||||
BuildRequires: pkgconfig(wayland-client)
|
||||
BuildRequires: pkgconfig(wayland-cursor)
|
||||
BuildRequires: pkgconfig(wayland-protocols)
|
||||
BuildRequires: pkgconfig(wireplumber-0.4)
|
||||
BuildRequires: pkgconfig(xkbregistry)
|
||||
# requires branding
|
||||
Requires: %{name}-branding
|
||||
Requires: %{name}-branding = %{version}
|
||||
# optional: sway integration
|
||||
Recommends: sway
|
||||
|
||||
@ -79,8 +77,8 @@ Customizable Wayland bar for Sway and Wlroots based compositors.
|
||||
Summary: Upstream branding of %{name}
|
||||
Group: System/GUI/Other
|
||||
Requires: %{name} = %{version}
|
||||
Supplements: packageand(%{name}:branding-upstream)
|
||||
Conflicts: otherproviders(%{name}-branding)
|
||||
Supplements: (%{name} and branding-upstream)
|
||||
Conflicts: %{name}-branding
|
||||
Provides: %{name}-branding = %{version}
|
||||
BuildArch: noarch
|
||||
#BRAND: /etc/xdg/waybar/config contains upstream config
|
||||
|
Loading…
Reference in New Issue
Block a user