chore(ScopeBuddy): move sources to OpenGamingCollective repository instead of HikariKnight (#9679)

This commit is contained in:
Tulip Blossom
2026-02-06 03:34:52 -03:00
committed by GitHub
parent 013cdb2dd2
commit 8fb753bf28
+7 -6
View File
@@ -1,19 +1,17 @@
Name: ScopeBuddy
Version: 1.4.0
Release: 1%?dist
Release: 2%?dist
Summary: A manager script to make gamescope easier to use on desktop
License: Apache-2.0
URL: https://github.com/HikariKnight/ScopeBuddy
URL: https://github.com/OpenGamingCollective/ScopeBuddy
Source0: %url/archive/refs/tags/%version.tar.gz
BuildArch: noarch
Requires: bash
Requires: perl
Requires: (gamescope or terra-gamescope)
Suggests: (kscreen-doctor or gnome-randr)
Suggests: jq
Provides: scopebuddy
Provides: scb
@@ -26,16 +24,19 @@ A manager script to make gamescope easier to use on the desktop (or if you use i
%autosetup
%install
install -Dm 755 bin/scopebuddy %{buildroot}%{_bindir}/scopebuddy
install -Dpm0755 -t %{buildroot}%{_bindir}/ bin/scopebuddy bin/scb
%post
%{__ln_s} -f %{_bindir}/scopebuddy %{_bindir}/scb
%files
%doc README.md
%license LICENSE
%{_bindir}/scopebuddy
%{_bindir}/scb
%changelog
* Thu Feb 05 2025 Tulip Blossom <tulilirockz@outlook.com>
- Move sources to OpenGamingCollective repository instead of personal HikariKnight repo
* Tue Dec 16 2025 Owen Zimmerman <owen@fyralabs.com>
- Initial commit