From 2ece28a6aa7436df12748601b82e2cc16ac6a907 Mon Sep 17 00:00:00 2001 From: metcya Date: Fri, 26 Dec 2025 21:51:40 -0600 Subject: [PATCH] add: vicinae --- anda/system/vicinae/anda.hcl | 5 ++++ anda/system/vicinae/update.rhai | 1 + anda/system/vicinae/vicinae.spec | 44 ++++++++++++++++++++++++++++++++ 3 files changed, 50 insertions(+) create mode 100644 anda/system/vicinae/anda.hcl create mode 100644 anda/system/vicinae/update.rhai create mode 100644 anda/system/vicinae/vicinae.spec diff --git a/anda/system/vicinae/anda.hcl b/anda/system/vicinae/anda.hcl new file mode 100644 index 0000000000..b362cfcfa4 --- /dev/null +++ b/anda/system/vicinae/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "vicinae.spec" + } +} diff --git a/anda/system/vicinae/update.rhai b/anda/system/vicinae/update.rhai new file mode 100644 index 0000000000..c731f04401 --- /dev/null +++ b/anda/system/vicinae/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("vicinaehq/vicinae")); diff --git a/anda/system/vicinae/vicinae.spec b/anda/system/vicinae/vicinae.spec new file mode 100644 index 0000000000..e45ab8b133 --- /dev/null +++ b/anda/system/vicinae/vicinae.spec @@ -0,0 +1,44 @@ +Name: vicinae +Version: 0.17.3 +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 +Packager: metcya + +BuildRequires: cmake +BuildRequires: gcc-c++ +BuildRequires: cmake(absl) +BuildRequires: openssl-devel +BuildRequires: cmark-gfm-devel +BuildRequires: cmake(glaze) +BuildRequires: cmake(Qt6) +BuildRequires: cmake(Qt6Svg) +BuildRequires: cmake(Qt6Keychain) +BuildRequires: cmake(LayerShellQt) +BuildRequires: pkgconfig(libqalculate) +BuildRequires: pkgconfig(protobuf) +BuildRequires: wayland-devel +BuildRequires: nodejs-npm + +%description +Vicinae (pronounced "vih-SIN-ay") is a high-performance, native launcher for +your desktop — built with C++ and Qt. + +%prep +%autosetup + +%build +%cmake -DNOSTRIP=ON +%cmake_build + +%install +%cmake_install + +%files +%{_bindir}/%{name} + +%changelog +* Fri Dec 26 2025 metcya - 0.17.3 +- Package vicinae