add: gnome-shell-extension-vicinae (#8724) (#9962)

* add: gnome-shell-extension-vicinae

* oops

* make it noarch

* fix: autosetup



* fix path



* t



* make work and stuff



---------





(cherry picked from commit d65a795677)

Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
Signed-off-by: Owen-sz <owen@fyralabs.com>
Co-authored-by: metcya <134973769+metcya@users.noreply.github.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
Co-authored-by: Owen-sz <owen@fyralabs.com>
This commit is contained in:
Raboneko
2026-02-19 10:35:23 -08:00
committed by GitHub
parent 14aa08927b
commit 03b0979158
3 changed files with 48 additions and 0 deletions
@@ -0,0 +1,6 @@
project pkg {
rpm {
spec = "gnome-shell-extension-vicinae.spec"
}
arches = ["x86_64"]
}
@@ -0,0 +1,41 @@
%global uuid vicinae@dagimg-dot.netlify.app
Name: gnome-shell-extension-vicinae
Version: 1.5.3
Release: 1%{?dist}
License: MIT
URL: https://github.com/dagimg-dot/vicinae-gnome-extension
Source: %{url}/archive/refs/tags/v%{version}.tar.gz
Summary: Companion GNOME extension for Vicinae launcher
Packager: metcya <metcya@gmail.com>
BuildArch: noarch
BuildRequires: bun-bin glib2-devel
Requires: (gnome-shell >= 48~ with gnome-shell < 50~)
Requires: vicinae
Recommends: gnome-extensions-app
Provides: gnome-shell-extension-vicinae-gnome-extension
%description
Companion GNOME extension for Vicinae launcher with clipboard monitoring,
window management APIs, and paste-to-active-window capabilities.
%prep
%autosetup -n vicinae-gnome-extension-%{version}
%build
%{__bun} i && %{__bun} run build
%install
mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}
cp -a src/ %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/
%files
%license LICENSE
%doc README.md DEVELOPMENT.md
%{_datadir}/gnome-shell/extensions/%{uuid}/
%changelog
* Sat Dec 27 2025 metcya <metcya@gmail.com> - 1.5.3-1
- Package
@@ -0,0 +1 @@
rpm.version(gh("dagimg-dot/vicinae-gnome-extension"));