Update to 0.5.0
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayfire?expand=0&rev=2
This commit is contained in:
parent
4d386e7a34
commit
9bafdab367
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:482167e3e2633a558f12e4defe473d13c192400dccf864c075d17f57c87c4a21
|
|
||||||
size 588904
|
|
@ -1 +0,0 @@
|
|||||||
482167e3e2633a558f12e4defe473d13c192400dccf864c075d17f57c87c4a21 wayfire-0.4.0.tar.xz
|
|
3
wayfire-0.5.0.tar.xz
Normal file
3
wayfire-0.5.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a8604dd53ad0e7f7eb02dcb9d9fed8dfbbb945ba5b44ca63dd722c534ebf3afe
|
||||||
|
size 670680
|
1
wayfire-0.5.0.tar.xz.sha256sum
Normal file
1
wayfire-0.5.0.tar.xz.sha256sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
a8604dd53ad0e7f7eb02dcb9d9fed8dfbbb945ba5b44ca63dd722c534ebf3afe wayfire-0.5.0.tar.xz
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 17 04:03:38 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 0.5.0:
|
||||||
|
* Compatible with wlroots 0.11
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 30 04:59:18 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>
|
Thu Apr 30 04:59:18 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>
|
||||||
|
|
||||||
|
25
wayfire.spec
25
wayfire.spec
@ -15,9 +15,9 @@
|
|||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
%define libname libwf-utils0
|
||||||
Name: wayfire
|
Name: wayfire
|
||||||
Version: 0.4.0
|
Version: 0.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: 3D wayland compositor
|
Summary: 3D wayland compositor
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -28,6 +28,7 @@ BuildRequires: Mesa-libGLESv3-devel
|
|||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: inotify-tools-devel
|
BuildRequires: inotify-tools-devel
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
|
BuildRequires: fdupes
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(cairo)
|
BuildRequires: pkgconfig(cairo)
|
||||||
BuildRequires: pkgconfig(egl)
|
BuildRequires: pkgconfig(egl)
|
||||||
@ -55,6 +56,12 @@ Recommends: wf-shell
|
|||||||
%description
|
%description
|
||||||
Wayfire is a wayland compositor based on wlroots. It aims to create a customizable, extendable and lightweight environment without sacrificing its appearance. If you want to gain a better impression at what it can do, see the demo videos on youtube: https://www.youtube.com/playlist?list=PLb7YRKEhWEBUIoT-a29UoJW9mhfzjpNle
|
Wayfire is a wayland compositor based on wlroots. It aims to create a customizable, extendable and lightweight environment without sacrificing its appearance. If you want to gain a better impression at what it can do, see the demo videos on youtube: https://www.youtube.com/playlist?list=PLb7YRKEhWEBUIoT-a29UoJW9mhfzjpNle
|
||||||
|
|
||||||
|
%package -n %{libname}
|
||||||
|
Summary: Library for %{name}
|
||||||
|
|
||||||
|
%description -n %{libname}
|
||||||
|
%{summary}.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Devel files for %{name}
|
Summary: Devel files for %{name}
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
@ -74,17 +81,27 @@ echo "`grep %{name}-%{version}.tar.xz %{SOURCE1} | grep -Eo '^[0-9a-f]+'` %{SOU
|
|||||||
%meson_install
|
%meson_install
|
||||||
install -Dpm0644 wayfire.desktop %{buildroot}%{_datadir}/wayland-sessions/%{name}.desktop
|
install -Dpm0644 wayfire.desktop %{buildroot}%{_datadir}/wayland-sessions/%{name}.desktop
|
||||||
|
|
||||||
|
%fdupes %{buildroot}/%{_prefix}
|
||||||
|
|
||||||
|
%post -n %{libname} -p /sbin/ldconfig
|
||||||
|
%postun -n %{libname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md wayfire.ini
|
%doc README.md wayfire.ini
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_libdir}/%{name}/
|
|
||||||
%{_libdir}/%{name}/*.so
|
|
||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
%{_datadir}/wayland-sessions/
|
%{_datadir}/wayland-sessions/
|
||||||
%{_datadir}/wayland-sessions/*.desktop
|
%{_datadir}/wayland-sessions/*.desktop
|
||||||
|
|
||||||
|
%files -n %{libname}
|
||||||
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
%{_libdir}/%{name}/
|
||||||
|
%{_libdir}/%{name}/*.so
|
||||||
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_includedir}/%{name}
|
%{_includedir}/%{name}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user