- Update to version 0.7.1
* This is a bug-fix release of Wayfire. It also contains support for wlroots 0.13. OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayfire?expand=0&rev=4
This commit is contained in:
parent
13dff0065e
commit
3761cd5a78
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d8ec311510bf10647d857c2db6e3dbbccfe3ac9064463661c8062c8cbb469a6
|
||||
size 735756
|
@ -1 +0,0 @@
|
||||
0d8ec311510bf10647d857c2db6e3dbbccfe3ac9064463661c8062c8cbb469a6 wayfire-0.7.0.tar.xz
|
3
wayfire-0.7.1.tar.xz
Normal file
3
wayfire-0.7.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d8140aba8e41f1549d195f3dcbf8860e0448bcfdad1e18acc7d7ecebcb0f31bf
|
||||
size 753104
|
1
wayfire-0.7.1.tar.xz.sha256sum
Normal file
1
wayfire-0.7.1.tar.xz.sha256sum
Normal file
@ -0,0 +1 @@
|
||||
d8140aba8e41f1549d195f3dcbf8860e0448bcfdad1e18acc7d7ecebcb0f31bf *wayfire-0.7.1.tar.xz
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 19 13:24:25 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
- Update to version 0.7.1
|
||||
* This is a bug-fix release of Wayfire. It also contains
|
||||
support for wlroots 0.13.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 3 04:42:20 UTC 2021 - Dead Mozay <dead_mozay@opensuse.org>
|
||||
|
||||
|
15
wayfire.spec
15
wayfire.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package wayfire
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
%define _lto_cflags %{nil}
|
||||
%define libname libwf-utils0
|
||||
Name: wayfire
|
||||
Version: 0.7.0
|
||||
Version: 0.7.1
|
||||
Release: 0
|
||||
Summary: 3D wayland compositor
|
||||
License: MIT
|
||||
@ -32,22 +32,23 @@ BuildRequires: meson
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(cairo)
|
||||
BuildRequires: pkgconfig(doctest)
|
||||
BuildRequires: pkgconfig(egl)
|
||||
BuildRequires: pkgconfig(freetype2)
|
||||
BuildRequires: pkgconfig(glesv2)
|
||||
BuildRequires: pkgconfig(glm)
|
||||
BuildRequires: pkgconfig(libdrm)
|
||||
BuildRequires: pkgconfig(libevdev)
|
||||
BuildRequires: pkgconfig(libinput)
|
||||
BuildRequires: pkgconfig(libinput) >= 1.7.0
|
||||
BuildRequires: pkgconfig(libjpeg)
|
||||
BuildRequires: pkgconfig(libpng)
|
||||
BuildRequires: pkgconfig(pixman-1)
|
||||
BuildRequires: pkgconfig(wayland-client)
|
||||
BuildRequires: pkgconfig(wayland-cursor)
|
||||
BuildRequires: pkgconfig(wayland-protocols)
|
||||
BuildRequires: pkgconfig(wayland-protocols) >= 1.12
|
||||
BuildRequires: pkgconfig(wayland-server)
|
||||
BuildRequires: pkgconfig(wf-config)
|
||||
BuildRequires: pkgconfig(wlroots)
|
||||
BuildRequires: pkgconfig(wf-config) >= 0.7.0
|
||||
BuildRequires: pkgconfig(wlroots) >= 0.13.0
|
||||
BuildRequires: pkgconfig(xkbcommon)
|
||||
Recommends: wayfire-config-manager
|
||||
Recommends: wayfire-plugins-extra
|
||||
@ -81,6 +82,7 @@ echo "`grep %{name}-%{version}.tar.xz %{SOURCE1} | grep -Eo '^[0-9a-f]+'` %{SOU
|
||||
%install
|
||||
%meson_install
|
||||
install -Dpm0644 wayfire.desktop %{buildroot}%{_datadir}/wayland-sessions/%{name}.desktop
|
||||
find %{buildroot} -type f -name "*.a" -delete -print0
|
||||
|
||||
%fdupes %{buildroot}/%{_prefix}
|
||||
|
||||
@ -103,7 +105,6 @@ install -Dpm0644 wayfire.desktop %{buildroot}%{_datadir}/wayland-sessions/%{name
|
||||
%{_libdir}/%{name}/
|
||||
%{_libdir}/%{name}/*.so
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_includedir}/%{name}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user