From 9bafdab3673eb2c86b945218e8396e7c7a8f50074cd946e07103ae8faac46834 Mon Sep 17 00:00:00 2001 From: Dead Mozay Date: Wed, 14 Oct 2020 02:55:50 +0000 Subject: [PATCH] Update to 0.5.0 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayfire?expand=0&rev=2 --- wayfire-0.4.0.tar.xz | 3 --- wayfire-0.4.0.tar.xz.sha256sum | 1 - wayfire-0.5.0.tar.xz | 3 +++ wayfire-0.5.0.tar.xz.sha256sum | 1 + wayfire.changes | 6 ++++++ wayfire.spec | 25 +++++++++++++++++++++---- 6 files changed, 31 insertions(+), 8 deletions(-) delete mode 100644 wayfire-0.4.0.tar.xz delete mode 100644 wayfire-0.4.0.tar.xz.sha256sum create mode 100644 wayfire-0.5.0.tar.xz create mode 100644 wayfire-0.5.0.tar.xz.sha256sum diff --git a/wayfire-0.4.0.tar.xz b/wayfire-0.4.0.tar.xz deleted file mode 100644 index 10fee30..0000000 --- a/wayfire-0.4.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:482167e3e2633a558f12e4defe473d13c192400dccf864c075d17f57c87c4a21 -size 588904 diff --git a/wayfire-0.4.0.tar.xz.sha256sum b/wayfire-0.4.0.tar.xz.sha256sum deleted file mode 100644 index 37b4fce..0000000 --- a/wayfire-0.4.0.tar.xz.sha256sum +++ /dev/null @@ -1 +0,0 @@ -482167e3e2633a558f12e4defe473d13c192400dccf864c075d17f57c87c4a21 wayfire-0.4.0.tar.xz diff --git a/wayfire-0.5.0.tar.xz b/wayfire-0.5.0.tar.xz new file mode 100644 index 0000000..4399b11 --- /dev/null +++ b/wayfire-0.5.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8604dd53ad0e7f7eb02dcb9d9fed8dfbbb945ba5b44ca63dd722c534ebf3afe +size 670680 diff --git a/wayfire-0.5.0.tar.xz.sha256sum b/wayfire-0.5.0.tar.xz.sha256sum new file mode 100644 index 0000000..292ef44 --- /dev/null +++ b/wayfire-0.5.0.tar.xz.sha256sum @@ -0,0 +1 @@ +a8604dd53ad0e7f7eb02dcb9d9fed8dfbbb945ba5b44ca63dd722c534ebf3afe wayfire-0.5.0.tar.xz diff --git a/wayfire.changes b/wayfire.changes index 1088ca3..701b6b0 100644 --- a/wayfire.changes +++ b/wayfire.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Aug 17 04:03:38 UTC 2020 - Dead Mozay + +- Update to version 0.5.0: + * Compatible with wlroots 0.11 + ------------------------------------------------------------------- Thu Apr 30 04:59:18 UTC 2020 - Dead Mozay diff --git a/wayfire.spec b/wayfire.spec index 6e7fb3d..51f8d69 100644 --- a/wayfire.spec +++ b/wayfire.spec @@ -15,9 +15,9 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # - +%define libname libwf-utils0 Name: wayfire -Version: 0.4.0 +Version: 0.5.0 Release: 0 Summary: 3D wayland compositor License: MIT @@ -28,6 +28,7 @@ BuildRequires: Mesa-libGLESv3-devel BuildRequires: gcc-c++ BuildRequires: inotify-tools-devel BuildRequires: meson +BuildRequires: fdupes BuildRequires: pkgconfig BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(egl) @@ -55,6 +56,12 @@ Recommends: wf-shell %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 +%package -n %{libname} +Summary: Library for %{name} + +%description -n %{libname} +%{summary}. + %package devel Summary: Devel files for %{name} Requires: %{name} = %{version} @@ -74,17 +81,27 @@ echo "`grep %{name}-%{version}.tar.xz %{SOURCE1} | grep -Eo '^[0-9a-f]+'` %{SOU %meson_install 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 %license LICENSE %doc README.md wayfire.ini %{_bindir}/%{name} -%{_libdir}/%{name}/ -%{_libdir}/%{name}/*.so %{_datadir}/%{name} %{_datadir}/wayland-sessions/ %{_datadir}/wayland-sessions/*.desktop +%files -n %{libname} +%{_libdir}/*.so.* + + %files devel +%{_libdir}/%{name}/ +%{_libdir}/%{name}/*.so +%{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %{_includedir}/%{name}