- Use upstream tarball. Remove service files.

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/waybar?expand=0&rev=113
This commit is contained in:
Soc Virnyl Estela 2023-07-25 23:36:52 +00:00 committed by Git OBS Bridge
parent 5ac7d3431e
commit ce84b833e3
6 changed files with 11 additions and 26 deletions

View File

@ -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.20</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>

View File

@ -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>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4dd39180aee383d4df5b0deed4f01a94d9a0dd9e770c5077b7b39cd2eea8f9e7
size 1007116

3
waybar-0.9.20.tar.gz Normal file
View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
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>

View File

@ -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