Accepting request 1040414 from home:fbonazzi:branches:X11:Wayland
- Fix: do not require versioned branding (bsc#1205950) - Add dependency to hhdate library now in Factory - Add _service file back now that we don't need to modify the source tarball - Move to obscpio archive to save space OBS-URL: https://build.opensuse.org/request/show/1040414 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/waybar?expand=0&rev=95
This commit is contained in:
parent
db38cd0b44
commit
8bcf56f924
17
_service
Normal file
17
_service
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<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>
|
||||||
|
<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>
|
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>
|
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:5e62ce31638c135c779173b2e448dd390296c1ce03da6772360be179ba5d9e2b
|
||||||
|
size 845836
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cc1608ebd7ecc194f121a704155ceda6e5f3c50173ebc7125bba45203c62c23a
|
|
||||||
size 23685120
|
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 5 19:10:20 UTC 2022 - Filippo Bonazzi <filippo.bonazzi@suse.com>
|
||||||
|
|
||||||
|
- Fix: do not require versioned branding (bsc#1205950)
|
||||||
|
- Add dependency to hhdate library now in Factory
|
||||||
|
- Add _service file back now that we don't need to modify the source tarball
|
||||||
|
- Move to obscpio archive to save space
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 2 13:52:41 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
Fri Dec 2 13:52:41 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||||
|
|
||||||
|
4
waybar.obsinfo
Normal file
4
waybar.obsinfo
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
name: waybar
|
||||||
|
version: 0.9.16
|
||||||
|
mtime: 1669318452
|
||||||
|
commit: 9eb6c4e296d5736565c0434514b709d2bbb3bebe
|
10
waybar.spec
10
waybar.spec
@ -25,9 +25,6 @@ Group: System/GUI/Other
|
|||||||
URL: https://github.com/Alexays/Waybar
|
URL: https://github.com/Alexays/Waybar
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
Patch0: 0000-replace-gethostbyname-getaddrinfo.patch
|
Patch0: 0000-replace-gethostbyname-getaddrinfo.patch
|
||||||
# use this to download tarball. then use `meson subprojects download`
|
|
||||||
# to get the `date` dependency. and create own tarball
|
|
||||||
# Source1: https://github.com/Alexays/Waybar/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
%if 0%{?sle_version} >= 150400
|
%if 0%{?sle_version} >= 150400
|
||||||
BuildRequires: gcc11-c++
|
BuildRequires: gcc11-c++
|
||||||
@ -41,6 +38,8 @@ BuildRequires: pkgconfig
|
|||||||
# test dependency
|
# test dependency
|
||||||
BuildRequires: pkgconfig(catch2) >= 3.0
|
BuildRequires: pkgconfig(catch2) >= 3.0
|
||||||
BuildRequires: sndio-devel >= 1.7.0
|
BuildRequires: sndio-devel >= 1.7.0
|
||||||
|
# date module
|
||||||
|
BuildRequires: hhdate-devel
|
||||||
# optional: man pages
|
# optional: man pages
|
||||||
BuildRequires: scdoc
|
BuildRequires: scdoc
|
||||||
# optional: tray module
|
# optional: tray module
|
||||||
@ -70,7 +69,8 @@ BuildRequires: pkgconfig(wayland-protocols)
|
|||||||
BuildRequires: pkgconfig(wireplumber-0.4)
|
BuildRequires: pkgconfig(wireplumber-0.4)
|
||||||
BuildRequires: pkgconfig(xkbregistry)
|
BuildRequires: pkgconfig(xkbregistry)
|
||||||
# requires branding
|
# requires branding
|
||||||
Requires: %{name}-branding = %{version}
|
# NOTE: unversioned branding is required to avoid issues like bsc#1205950
|
||||||
|
Requires: %{name}-branding
|
||||||
# optional: sway integration
|
# optional: sway integration
|
||||||
Recommends: sway
|
Recommends: sway
|
||||||
|
|
||||||
@ -94,7 +94,7 @@ BuildArch: noarch
|
|||||||
This package provides the upstream look and feel for sway.
|
This package provides the upstream look and feel for sway.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n Waybar-%{version}
|
%autosetup -p1 -n waybar-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if 0%{?sle_version} >= 150400
|
%if 0%{?sle_version} >= 150400
|
||||||
|
Loading…
Reference in New Issue
Block a user