From b81f66be16f99a4ed479facfc3d6ee8d26a935f0 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Thu, 5 Feb 2026 22:36:16 -0800 Subject: [PATCH] chore(ScopeBuddy): move sources to OpenGamingCollective repository instead of HikariKnight (#9679) (#9693) --- anda/games/ScopeBuddy/ScopeBuddy.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/anda/games/ScopeBuddy/ScopeBuddy.spec b/anda/games/ScopeBuddy/ScopeBuddy.spec index d1a1abbbf8..f8483abe3c 100644 --- a/anda/games/ScopeBuddy/ScopeBuddy.spec +++ b/anda/games/ScopeBuddy/ScopeBuddy.spec @@ -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 +- Move sources to OpenGamingCollective repository instead of personal HikariKnight repo + * Tue Dec 16 2025 Owen Zimmerman - Initial commit