From 71c1d9cf5ebfa63e64afc78bd496c29b63279564 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Wed, 18 Feb 2026 19:11:47 -0800 Subject: [PATCH] port to f43 (#9945) (#9947) (cherry picked from commit 4ea9d72f9b01e9cfb46abb2b93b061abd19349cb) Co-authored-by: nothingneko --- anda/system/vicinae/vicinae.spec | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/anda/system/vicinae/vicinae.spec b/anda/system/vicinae/vicinae.spec index a947ec48f9..5765f692cc 100644 --- a/anda/system/vicinae/vicinae.spec +++ b/anda/system/vicinae/vicinae.spec @@ -4,7 +4,7 @@ Release: 1%?dist License: GPL-3.0 URL: https://docs.vicinae.com Source: https://github.com/vicinaehq/%{name}/archive/refs/tags/v%{version}.tar.gz -Summary: a high-performance, native launcher for Linux +Summary: A high-performance, native launcher for Linux Packager: metcya BuildRequires: cmake @@ -24,6 +24,11 @@ BuildRequires: pkgconfig(icu-uc) BuildRequires: wayland-devel BuildRequires: nodejs-npm BuildRequires: systemd-rpm-macros +BuildRequires: anda-srpm-macros +BuildRequires: ninja-build +BuildRequires: qt6-qtbase-devel +BuildRequires: qt6-qtbase-private-devel +BuildRequires: desktop-file-utils Requires: nodejs-npm @@ -35,13 +40,17 @@ your desktop — built with C++ and Qt. %autosetup %build -%cmake -DNOSTRIP=ON +%cmake -G Ninja -DCMAKE_BUILD_TYPE=None -DBUILD_SHARED_LIBS=OFF -DNOSTRIP=ON %cmake_build %install %cmake_install install -Dm 644 extra/%{name}.desktop -t %{buildroot}%{_appsdir} install -Dm 644 extra/%{name}-url-handler.desktop -t %{buildroot}%{_appsdir} +%desktop_file_edit -k StartupWMClass -v vicinae-server -f %{buildroot}%{_appsdir}/%{name}.desktop + +%check +%desktop_file_validate -f %{buildroot}%{_appsdir}/%{name}.desktop %post %systemd_user_post %{name}.service @@ -61,7 +70,17 @@ install -Dm 644 extra/%{name}-url-handler.desktop -t %{buildroot}%{_appsdir} %{_appsdir}/%{name}.desktop %{_appsdir}/%{name}-url-handler.desktop %{_hicolordir}/512x512/apps/%{name}.png +%{_sysconfdir}/chromium/native-messaging-hosts/com.vicinae.vicinae.json +%{_prefix}/lib/mozilla/native-messaging-hosts/com.vicinae.vicinae.json +%{_datadir}/%{name}/native-messaging-hosts/com.vicinae.vicinae.chromium.json.in +%{_datadir}/%{name}/native-messaging-hosts/com.vicinae.vicinae.firefox.json.in +%{_libexecdir}/%{name}/vicinae-browser-link +%{_libexecdir}/%{name}/vicinae-data-control-server +%{_libexecdir}/%{name}/vicinae-server +%{_libexecdir}/%{name}/vicinae-snippet-server %changelog +* Wed Feb 18 2026 Jaiden Riordan - 0.19.8 +- Fixup desktop file and xdgpp * Fri Dec 26 2025 metcya - 0.17.3 -- Package vicinae +- Package vicinae \ No newline at end of file