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

* add: gnome-shell-extension-vicinae

* oops

* make it noarch

* fix: autosetup

Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>

* fix path

Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>

* t

Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>

* make work and stuff

Signed-off-by: Owen-sz <owen@fyralabs.com>

---------

Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
Signed-off-by: Owen-sz <owen@fyralabs.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:
metcya
2026-02-19 12:17:43 -06:00
committed by GitHub
parent 720e2c1a75
commit d65a795677
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"));