mirror of
https://abf.rosa.ru/djam/goverlay.git
synced 2025-02-24 02:02:52 +00:00
Automatic import for version 0.9-1
This commit is contained in:
commit
34c6f74e33
3 changed files with 62 additions and 0 deletions
2
.abf.yml
Normal file
2
.abf.yml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
sources:
|
||||||
|
"goverlay-0.9.tar.gz": bad1eb2199b614228c9a38680bac63173b5bd77a
|
12
goverlay-enable-debuginfo-generation.patch
Normal file
12
goverlay-enable-debuginfo-generation.patch
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
--- a/goverlay.lpi 2020-11-03 03:43:38.000000000 +0200
|
||||||
|
+++ b/goverlay.lpi 2020-11-03 10:51:07.449457330 +0200
|
||||||
|
@@ -35,7 +35,8 @@
|
||||||
|
</CodeGeneration>
|
||||||
|
<Linking>
|
||||||
|
<Debugging>
|
||||||
|
- <GenerateDebugInfo Value="False"/>
|
||||||
|
+ <GenerateDebugInfo Value="True"/>
|
||||||
|
+ <DebugInfoType Value="dsDwarf2"/>
|
||||||
|
<StripSymbols Value="True"/>
|
||||||
|
</Debugging>
|
||||||
|
<LinkSmart Value="True"/>
|
48
goverlay.spec
Normal file
48
goverlay.spec
Normal file
|
@ -0,0 +1,48 @@
|
||||||
|
Summary: GUI to help manage Linux overlays
|
||||||
|
Name: goverlay
|
||||||
|
Version: 0.9
|
||||||
|
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: qt5pas-devel
|
||||||
|
BuildRequires: pkgconfig(libglvnd)
|
||||||
|
Requires: hicolor-icon-theme
|
||||||
|
Requires: mangohud
|
||||||
|
Requires: qt5pas
|
||||||
|
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
|
Loading…
Add table
Reference in a new issue