From e16c7debfe0c36774920ae5ac62f28f6a16bbce464365a833239446463edf644 Mon Sep 17 00:00:00 2001 From: Dead Mozay Date: Mon, 18 Apr 2022 04:06:59 +0000 Subject: [PATCH] - 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 --- wayfire-0.7.2.tar.xz | 3 --- wayfire-0.7.2.tar.xz.sha256sum | 1 - wayfire-0.7.3.tar.xz | 3 +++ wayfire-0.7.3.tar.xz.sha256sum | 1 + wayfire.changes | 13 +++++++++++++ wayfire.spec | 11 +++++++---- 6 files changed, 24 insertions(+), 8 deletions(-) delete mode 100644 wayfire-0.7.2.tar.xz delete mode 100644 wayfire-0.7.2.tar.xz.sha256sum create mode 100644 wayfire-0.7.3.tar.xz create mode 100644 wayfire-0.7.3.tar.xz.sha256sum diff --git a/wayfire-0.7.2.tar.xz b/wayfire-0.7.2.tar.xz deleted file mode 100644 index b669d04..0000000 --- a/wayfire-0.7.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6785613df438e64aa5dcce798a0205c83cd2f36102669fcfd0050e7a58c5abd -size 753132 diff --git a/wayfire-0.7.2.tar.xz.sha256sum b/wayfire-0.7.2.tar.xz.sha256sum deleted file mode 100644 index a4a9e93..0000000 --- a/wayfire-0.7.2.tar.xz.sha256sum +++ /dev/null @@ -1 +0,0 @@ -c6785613df438e64aa5dcce798a0205c83cd2f36102669fcfd0050e7a58c5abd wayfire-0.7.2.tar.xz diff --git a/wayfire-0.7.3.tar.xz b/wayfire-0.7.3.tar.xz new file mode 100644 index 0000000..5e5831e --- /dev/null +++ b/wayfire-0.7.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99d1d51b1db88c30de6484094fd02df39a82cbb503361e52abc1d94f8357cb5f +size 765524 diff --git a/wayfire-0.7.3.tar.xz.sha256sum b/wayfire-0.7.3.tar.xz.sha256sum new file mode 100644 index 0000000..b27690e --- /dev/null +++ b/wayfire-0.7.3.tar.xz.sha256sum @@ -0,0 +1 @@ +99d1d51b1db88c30de6484094fd02df39a82cbb503361e52abc1d94f8357cb5f *wayfire-0.7.3.tar.xz diff --git a/wayfire.changes b/wayfire.changes index 69788a4..e00fbe3 100644 --- a/wayfire.changes +++ b/wayfire.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Apr 18 03:39:45 UTC 2022 - Dead Mozay + +- 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 + +- Add xwayland dependency. + ------------------------------------------------------------------- Sat Aug 14 13:07:53 UTC 2021 - Dead Mozay diff --git a/wayfire.spec b/wayfire.spec index df0f57d..866517d 100644 --- a/wayfire.spec +++ b/wayfire.spec @@ -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 \