- Update to version 0.7.3:

* Wayfire bug-fix release. Compatible with wf-config 
    and wf-shell 0.7.x, wlroots 0.15.x.
  * Added BuildRequires: pango
- Add xwayland dependency.

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayfire?expand=0&rev=7
This commit is contained in:
Dead Mozay 2022-04-18 04:06:59 +00:00 committed by Git OBS Bridge
parent b2d1561688
commit e16c7debfe
6 changed files with 24 additions and 8 deletions

View File

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

View File

@ -1 +0,0 @@
c6785613df438e64aa5dcce798a0205c83cd2f36102669fcfd0050e7a58c5abd wayfire-0.7.2.tar.xz

3
wayfire-0.7.3.tar.xz Normal file
View File

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

View File

@ -0,0 +1 @@
99d1d51b1db88c30de6484094fd02df39a82cbb503361e52abc1d94f8357cb5f *wayfire-0.7.3.tar.xz

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Apr 18 03:39:45 UTC 2022 - Dead Mozay <dead_mozay@opensuse.org>
- Update to version 0.7.3:
* Wayfire bug-fix release. Compatible with wf-config
and wf-shell 0.7.x, wlroots 0.15.x.
* Added BuildRequires: pango
-------------------------------------------------------------------
Wed Mar 9 04:36:48 UTC 2022 - Dead Mozay <dead_mozay@opensuse.org>
- Add xwayland dependency.
-------------------------------------------------------------------
Sat Aug 14 13:07:53 UTC 2021 - Dead Mozay <dead_mozay@opensuse.org>

View File

@ -19,7 +19,7 @@
%define _lto_cflags %{nil}
%define libname libwf-utils0
Name: wayfire
Version: 0.7.2
Version: 0.7.3
Release: 0
Summary: 3D wayland compositor
License: MIT
@ -29,7 +29,7 @@ Source1: https://github.com/WayfireWM/%{name}/releases/download/v%{versio
BuildRequires: Mesa-libGLESv3-devel
BuildRequires: gcc-c++
BuildRequires: inotify-tools-devel
BuildRequires: meson
BuildRequires: meson >= 0.56.0
BuildRequires: fdupes
BuildRequires: pkgconfig
BuildRequires: pkgconfig(cairo)
@ -49,8 +49,10 @@ BuildRequires: pkgconfig(wayland-cursor)
BuildRequires: pkgconfig(wayland-protocols) >= 1.12
BuildRequires: pkgconfig(wayland-server)
BuildRequires: pkgconfig(wf-config) >= 0.7.0
BuildRequires: pkgconfig(wlroots) >= 0.13.0
BuildRequires: pkgconfig(wlroots) >= 0.15.0
BuildRequires: pkgconfig(xkbcommon)
BuildRequires: pkgconfig(xwayland)
BuildRequires: pkgconfig(pango)
Recommends: wayfire-config-manager
Recommends: wayfire-plugins-extra
Recommends: wcm
@ -68,13 +70,14 @@ Summary: Library for %{name}
%package devel
Summary: Devel files for %{name}
Requires: %{name} = %{version}
Requires: %{libname} = %{version}
%description devel
Development files for %{name}.
%prep
echo "`grep %{name}-%{version}.tar.xz %{SOURCE1} | grep -Eo '^[0-9a-f]+'` %{SOURCE0}" | sha256sum -c
%autosetup
%autosetup -p1
%build
%meson \