- Update to version 0.9.0:
* session-lock-v1 protocol. * Bindings following the current layout. * Animation easings. * A lot of effort in this release went into improving the IPC socket. * CSS theming in wf-shell. * improving and adding even more plugins. * There were many, many bug fixes in this release. * Full changelog: - https://wayfire.org/2024/08/23/Wayfire-0-9.html. OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayfire?expand=0&rev=13
This commit is contained in:
committed by
Git OBS Bridge
parent
2a039f1749
commit
f507b883c5
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8ac1947b688a9ec6c4d9ee2d77311bb357a8ead25665b8000eda96952328290d
|
|
||||||
size 856364
|
|
@@ -1 +0,0 @@
|
|||||||
8ac1947b688a9ec6c4d9ee2d77311bb357a8ead25665b8000eda96952328290d *wayfire-0.8.1.tar.xz
|
|
3
wayfire-0.9.0.tar.xz
Normal file
3
wayfire-0.9.0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dd0c9c08b8a72a2d8c3317c8be6c42b17a493c25abab1d02ac09c24eaa95229d
|
||||||
|
size 875584
|
1
wayfire-0.9.0.tar.xz.sha256sum
Normal file
1
wayfire-0.9.0.tar.xz.sha256sum
Normal file
@@ -0,0 +1 @@
|
|||||||
|
dd0c9c08b8a72a2d8c3317c8be6c42b17a493c25abab1d02ac09c24eaa95229d *wayfire-0.9.0.tar.xz
|
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 03:14:01 UTC 2024 - Dead Mozay <dead_mozay@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 0.9.0:
|
||||||
|
* session-lock-v1 protocol.
|
||||||
|
* Bindings following the current layout.
|
||||||
|
* Animation easings.
|
||||||
|
* A lot of effort in this release went into improving
|
||||||
|
the IPC socket.
|
||||||
|
* CSS theming in wf-shell.
|
||||||
|
* improving and adding even more plugins.
|
||||||
|
* There were many, many bug fixes in this release.
|
||||||
|
* Full changelog:
|
||||||
|
- https://wayfire.org/2024/08/23/Wayfire-0-9.html.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 14 04:13:00 UTC 2024 - Dead Mozay <dead_mozay@opensuse.org>
|
Thu Mar 14 04:13:00 UTC 2024 - Dead Mozay <dead_mozay@opensuse.org>
|
||||||
|
|
||||||
|
10
wayfire.spec
10
wayfire.spec
@@ -15,10 +15,11 @@
|
|||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
%define major_ver 0.9
|
||||||
|
%define minor_ver 0
|
||||||
%define libname libwf-utils0
|
%define libname libwf-utils0
|
||||||
Name: wayfire
|
Name: wayfire
|
||||||
Version: 0.8.1
|
Version: %{major_ver}.%{minor_ver}
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: 3D wayland compositor
|
Summary: 3D wayland compositor
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -54,7 +55,7 @@ BuildRequires: pkgconfig(wayland-client)
|
|||||||
BuildRequires: pkgconfig(wayland-cursor)
|
BuildRequires: pkgconfig(wayland-cursor)
|
||||||
BuildRequires: pkgconfig(wayland-protocols) >= 1.12
|
BuildRequires: pkgconfig(wayland-protocols) >= 1.12
|
||||||
BuildRequires: pkgconfig(wayland-server)
|
BuildRequires: pkgconfig(wayland-server)
|
||||||
BuildRequires: pkgconfig(wf-config) >= 0.7.0
|
BuildRequires: pkgconfig(wf-config) >= %{major_ver}
|
||||||
BuildRequires: pkgconfig(wlroots) >= 0.16.0
|
BuildRequires: pkgconfig(wlroots) >= 0.16.0
|
||||||
BuildRequires: pkgconfig(xkbcommon)
|
BuildRequires: pkgconfig(xkbcommon)
|
||||||
BuildRequires: pkgconfig(xwayland)
|
BuildRequires: pkgconfig(xwayland)
|
||||||
@@ -102,6 +103,9 @@ find %{buildroot} -type f -name "*.a" -delete -print0
|
|||||||
%post -n %{libname} -p /sbin/ldconfig
|
%post -n %{libname} -p /sbin/ldconfig
|
||||||
%postun -n %{libname} -p /sbin/ldconfig
|
%postun -n %{libname} -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%check
|
||||||
|
%meson_test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md wayfire.ini
|
%doc README.md wayfire.ini
|
||||||
|
Reference in New Issue
Block a user