mirror of
https://abf.rosa.ru/djam/goverlay.git
synced 2025-02-23 09:42:54 +00:00
48 lines
1.2 KiB
RPMSpec
48 lines
1.2 KiB
RPMSpec
Summary: GUI to help manage Linux overlays
|
|
Name: goverlay
|
|
Version: 1.1.1
|
|
Release: 1
|
|
License: GPLv3+
|
|
Group: Graphics
|
|
Url: https://github.com/benjamimgois/goverlay
|
|
Source0: https://github.com/benjamimgois/goverlay/archive/%{version}.tar.gz?/%{name}-%{version}.tar.gz
|
|
# From Fedora
|
|
Patch0: goverlay-enable-debuginfo-generation.patch
|
|
BuildRequires: lazarus
|
|
BuildRequires: qt6pas-devel
|
|
BuildRequires: pkgconfig(libglvnd)
|
|
Requires: hicolor-icon-theme
|
|
Requires: mangohud
|
|
Requires: qt6pas
|
|
Recommends: mesa-demos
|
|
Recommends: vkbasalt
|
|
|
|
%description
|
|
GOverlay is an open source project aimed to create a Graphical UI to manage
|
|
Vulkan/OpenGL overlays. It is still in early development, so it lacks a lot of
|
|
features.
|
|
|
|
This project was only possible thanks to the other maintainers and
|
|
contributors that have done the hard work. I am just a Network Engineer that
|
|
really likes Linux and Gaming.
|
|
|
|
%files
|
|
%doc README.md
|
|
%license LICENSE
|
|
%{_bindir}/%{name}
|
|
%{_datadir}/applications/*.desktop
|
|
%{_datadir}/icons/hicolor/*/*/*.png
|
|
%{_libexecdir}/%{name}
|
|
%{_mandir}/man1/*.1*
|
|
%{_metainfodir}/*.xml
|
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
%prep
|
|
%autosetup -p1
|
|
|
|
%build
|
|
%make
|
|
|
|
%install
|
|
%makeinstall_std prefix=/usr
|