goverlay/goverlay.spec

49 lines
1.2 KiB
RPMSpec
Raw Permalink Normal View History

2022-07-30 13:43:55 +00:00
Summary: GUI to help manage Linux overlays
Name: goverlay
2024-03-28 16:53:19 +03:00
Version: 1.1.1
2022-07-30 13:43:55 +00:00
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
2024-03-28 16:53:19 +03:00
BuildRequires: qt6pas-devel
2022-07-30 13:43:55 +00:00
BuildRequires: pkgconfig(libglvnd)
Requires: hicolor-icon-theme
Requires: mangohud
2024-03-28 16:53:19 +03:00
Requires: qt6pas
2022-07-30 13:43:55 +00:00
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