From 0334768afef4b9d7a18ffc602883c851fa50ceb4 Mon Sep 17 00:00:00 2001 From: metcya Date: Sun, 28 Dec 2025 12:07:12 -0600 Subject: [PATCH] Revert "perhap" This reverts commit ba7bd9566a4d7b5a624fb3613759cdfdd7a0ff44. --- anda/system/vicinae/vicinae.spec | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/anda/system/vicinae/vicinae.spec b/anda/system/vicinae/vicinae.spec index ed2688bc5e..61cbe704f0 100644 --- a/anda/system/vicinae/vicinae.spec +++ b/anda/system/vicinae/vicinae.spec @@ -32,11 +32,26 @@ Requires: nodejs-npm Vicinae (pronounced "vih-SIN-ay") is a high-performance, native launcher for your desktop — built with C++ and Qt. +%package xdgpp +Summary: C++ library implementing various Freedesktop specifications for the Vicinae launcher +%pkg_libs_files -n %{name}-xdgpp + +%description xdgpp +C++ library implementing various Freedesktop specifications for the Vicinae launcher + +%package xdgpp-devel +Summary: Development files for %{name}-xdgpp +%pkg_devel_files -n %{name}-xdgpp-devel + +%description xdgpp-devel +Development files for %{name}-xdgpp + %prep %autosetup -p1 %build -%cmake +%cmake -DNOSTRIP=ON \ + -DXDGPP_INSTALL=ON %cmake_build %install