From 6ce745c02ff8b19cabdaebfa5da0e9274000500b Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Mon, 17 Feb 2025 10:44:22 -0800 Subject: [PATCH] fix: scenefx (#3407) (#3416) (cherry picked from commit 4281a89253a09b14fba853469239979dd7a92a07) Co-authored-by: sadlerm4 --- anda/lib/scenefx/scenefx.spec | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/anda/lib/scenefx/scenefx.spec b/anda/lib/scenefx/scenefx.spec index a8622f3853..a1a8e75f50 100644 --- a/anda/lib/scenefx/scenefx.spec +++ b/anda/lib/scenefx/scenefx.spec @@ -6,7 +6,7 @@ Summary: A drop-in replacement for the wlroots scene API that allows wayl URL: https://github.com/wlrfx/scenefx License: MIT -Source0: %{url}/archive/refs/tags/%version.tar.gz +Source0: %{url}/archive/%{version}.tar.gz BuildRequires: cmake @@ -55,22 +55,19 @@ MESON_OPTIONS=( -Dexamples=false -Dwerror=false ) -%{meson} "${MESON_OPTIONS[@]}" -%{meson_build} +%meson "${MESON_OPTIONS[@]}" +%meson_build %install -%{meson_install} - -%check -%{meson_test} +%meson_install %files %license LICENSE %doc README.md -%{_libdir}/lib%{name}-%{version}.so +%{_libdir}/lib%{name}-0.2.so %files devel -%{_includedir}/scenefx -%{_libdir}/pkgconfig/%{name}.pc +%{_includedir}/%{name}-0.2/* +%{_libdir}/pkgconfig/%{name}-0.2.pc