* Flatpak Runtime Detection Fix * PasCube/vkCube Testing Integration * Multi-GPU Configuration - Update to version 1.7.0 * Replaced Global Enable with an FGMod-based "Auto Enable" system. * Integrated FGMod * New Proton Tweaks Tab * OptiScaler Updates * Bug Fixes & UI Uppdates - Update to version 1.7.1 * Updated pascube to 1.7.0 * MangoHud UI updates * OptiScaler fixes * UI Improvements * Bug Fixes * Improved build workflow and versioning automation - Update to version 1.7.2 * Save As Functionality * OptiScaler Auto-Installation * Complete XDG Compliance * FGMOD Integration * Bug Fixes * FGMOD Script Execution * User Interface updates * Flatpak Compatibility OBS-URL: https://build.opensuse.org/package/show/games:tools/goverlay?expand=0&rev=42
77 lines
2.4 KiB
RPMSpec
77 lines
2.4 KiB
RPMSpec
#
|
|
# spec file for package goverlay
|
|
#
|
|
# Copyright (c) 2026 SUSE LLC and contributors
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: goverlay
|
|
Version: 1.7.2
|
|
Release: 0
|
|
Summary: Graphical UI to help manage overlays
|
|
License: GPL-3.0-or-later
|
|
URL: https://github.com/benjamimgois/goverlay
|
|
Source0: https://github.com/benjamimgois/goverlay/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
# PATCH-FIX-OPENSUSE goverlay-enable-debuginfo-generation.patch andythe_great@pm.me -- Enable generate debuginfo
|
|
Patch0: goverlay-enable-debuginfo-generation.patch
|
|
BuildRequires: appstream-glib
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: lazarus
|
|
BuildRequires: libQt6Pas-devel
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: update-desktop-files
|
|
BuildRequires: pkgconfig(gtk+-3.0)
|
|
ExclusiveArch: x86_64 aarch64
|
|
Requires: 7zip
|
|
Requires: mangohud
|
|
Requires: wget
|
|
Recommends: Mesa-demo
|
|
Recommends: vkbasalt
|
|
Recommends: vulkan-tools
|
|
%if 0%{?suse_version} > 1500
|
|
BuildRequires: lazarus-lcl-qt6
|
|
%endif
|
|
|
|
%description
|
|
GOverlay is a graphical UI to manage Vulkan/OpenGL overlays.
|
|
|
|
%prep
|
|
%autosetup -p1
|
|
chmod -x LICENSE README.md
|
|
|
|
%build
|
|
%{set_build_flags}
|
|
%make_build
|
|
|
|
%install
|
|
%make_install prefix=%{_prefix} libexecdir=/%{_lib}
|
|
%suse_update_desktop_file -r io.github.benjamimgois.%{name} Development Profiling
|
|
%{__strip} %{buildroot}/usr/lib64/goverlay
|
|
|
|
%check
|
|
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.xml
|
|
desktop-file-validate %{buildroot}%{_datadir}/applications/io.github.benjamimgois.%{name}.desktop
|
|
|
|
%files
|
|
%license LICENSE
|
|
%doc README.md
|
|
%{_bindir}/%{name}
|
|
%{_libdir}/%{name}
|
|
%{_datadir}/applications/*.desktop
|
|
%{_datadir}/icons/hicolor/*/apps/*%{name}.png
|
|
%{_mandir}/man1/%{name}.1%{?ext_man}
|
|
%{_datadir}/metainfo/io.github.benjamimgois.%{name}.metainfo.xml
|
|
|
|
%changelog
|