first commit

This commit is contained in:
2025-11-18 10:37:40 -07:00
parent 7112d8d401
commit 6d9f2866e5
11 changed files with 245 additions and 0 deletions

61
debian/changelog vendored Normal file
View File

@@ -0,0 +1,61 @@
goverlay (1.6.1-101rakuos1) UNRELEASED; urgency=medium
* First package for RakuOS
-- Tohur <tohur@Josh-PC> Tue, 18 Nov 2025 09:53:05 -0700
goverlay (1.6.0-101pika1) pika; urgency=medium
* New upstream release
-- Raven Bot <raven@pika-os.com> Sun, 16 Nov 2025 20:17:03 GMT
goverlay (1.5.2-101pika1) pika; urgency=medium
* New upstream release
-- Raven Bot <raven@pika-os.com> Wed, 08 Oct 2025 23:23:13 GMT
goverlay (1.5.0-101pika1) pika; urgency=medium
* New upstream release
-- Raven Bot <raven@pika-os.com> Tue, 07 Oct 2025 18:52:20 GMT
goverlay (2:1.3.3-101pika1) pika; urgency=medium
* New upstream release + Update to PikaOS 4
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 15 Oct 2022 18:58:00 +0300
goverlay (2:1.3.2-101pika1) pika; urgency=medium
* New upstream release + Update to PikaOS 4
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 15 Oct 2022 18:58:00 +0300
goverlay (2:1.1.1-101pika2) pika; urgency=medium
* New upstream release + Update to PikaOS 4
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 15 Oct 2022 18:58:00 +0300
goverlay (1:0.9.1-100pika1) pikauwu; urgency=medium
* Update to pikauwu
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 15 Oct 2022 18:58:00 +0300
goverlay (1:0.9.1-99pika1.lunar) lunar; urgency=medium
* Update to lunar
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 15 Oct 2022 18:58:00 +0300
goverlay (1:0.9.1-99pika1) kinetic; urgency=medium
* Initial Push to PPA
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 15 Oct 2022 18:58:00 +0300

27
debian/control vendored Normal file
View File

@@ -0,0 +1,27 @@
Source: goverlay
Section: games
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Stephan Lachnit <stephanlachnit@debian.org>
Build-Depends: debhelper-compat (= 13),
Rules-Requires-Root: no
Standards-Version: 4.6.1
Homepage: https://github.com/benjamimgois/goverlay
Package: goverlay
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
mangohud,
mesa-utils,
vulkan-tools,
libqt6pas6,
git,
Recommends: vkbasalt, mangohud:i386
Suggests: breeze,
adwaita-qt,
Description: Graphical UI to help manage Vulkan / OpenGL overlays
GOverlay can configure Vulkan / OpenGL overlays with a preview. Currently
supported are MangoHud, vkBasalt and ReplaySorcery.
It is recommended to set the Qt style to Breeze or Adwaita using the
environment variable QT_STYLE_OVERRIDE.

39
debian/copyright vendored Normal file
View File

@@ -0,0 +1,39 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: GOverlay
Upstream-Contact: Benjamimg Gois <benjamim.gois@gmail.com>
Source: https://github.com/benjamimgois/goverlay
Files: *
Copyright: 2020-2021 Benjamimg Gois <benjamim.gois@gmail.com>
License: GPL-3.0-or-later
Files: data/io.github.benjamimgois.goverlay.metainfo.xml
Copyright: 2020-2021 Benjamimg Gois <benjamim.gois@gmail.com>
License: FSFAP
Files: debian/*
Copyright: 2020-2022 Stephan Lachnit <stephanlachnit@debian.org>
License: GPL-3.0-or-later
License: GPL-3.0-or-later
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
.
On Debian systems the full text of the GNU General Public License
version 3 can be found in the file
`/usr/share/common-licenses/GPL-3'.
License: FSFAP
Copying and distribution of this file, with or without modification, are
permitted in any medium without royalty provided the copyright notice and
this notice are preserved. This file is offered as-is, without any warranty.

1
debian/install vendored Normal file
View File

@@ -0,0 +1 @@
usr/* usr/

13
debian/rules vendored Executable file
View File

@@ -0,0 +1,13 @@
#!/usr/bin/make -f
%:
dh $@
override_dh_fixperms:
dh_fixperms
chmod 755 debian/goverlay/usr/libexec/goverlay
chmod u+x debian/goverlay/usr/libexec/goverlay
chmod 755 debian/goverlay/usr/games/goverlay
chmod u+x debian/goverlay/usr/games/goverlay
chmod 755 debian/goverlay/usr/share/applications/io.github.benjamimgois.goverlay.desktop
chmod u+x debian/goverlay/usr/share/applications/io.github.benjamimgois.goverlay.desktop

1
debian/source/format vendored Normal file
View File

@@ -0,0 +1 @@
3.0 (quilt)

10
usr/games/goverlay Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/sh
# This script will launch the compiled goverlay binary the correct way
#
# QT_QPA_PLATFORM=xcb will force the application to run in x11 mode, so it works on wayland desktops.
# mangohud --dlsym will force the mangohud display on the spinning cube on goverlay.
# Executing this script with --style <style> one can choose different themes.
#export QT_QPA_PLATFORM=xcb
#mangohud --dlsym /usr/libexec/goverlay $@
mangohud /usr/libexec/goverlay $@

44
usr/libexec/.gitignore vendored Executable file
View File

@@ -0,0 +1,44 @@
goverlay
start_goverlay.sh
data/goverlay.sh
lib/
backup/
goverlay.lps
goverlay_*.tar.xz
# Created by https://www.toptal.com/developers/gitignore/api/lazarus
# Edit at https://www.toptal.com/developers/gitignore?templates=lazarus
### Lazarus ###
# Lazarus compiler-generated binaries (safe to delete)
*.exe
*.dll
*.so
*.dylib
*.lrs
*.res
*.compiled
*.dbg
*.ppu
*.o
*.or
*.a
# Lazarus autogenerated files (duplicated info)
*.rst
*.rsj
*.lrt
# Lazarus local files (user-specific info)
*.lps
# Lazarus backups and unit output folders.
# These can be changed by user in Lazarus/project options.
backup/
*.bak
lib/
# Application bundle for Mac OS
*.app/
# End of https://www.toptal.com/developers/gitignore/api/lazarus

View File

@@ -0,0 +1,9 @@
[Desktop Entry]
Name=GOverlay
Comment=Graphical UI to help manage Vulkan / OpenGL overlays
Exec=goverlay
Icon=goverlay
Terminal=false
Type=Application
Categories=Game;
Keywords=MangoHud;vkBasalt;ReplaySorcery;msi;afterburner;

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>io.github.benjamimgois.goverlay</id>
<name>GOverlay</name>
<summary>Graphical UI to help manage Vulkan / OpenGL overlays</summary>
<launchable type="desktop-id">io.github.benjamimgois.goverlay.desktop</launchable>
<metadata_license>FSFAP</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<description>
<p>GOverlay can configure Vulkan / OpenGL overlays with a preview. Currently supported are MangoHud, vkBasalt</p>
</description>
<screenshots>
<screenshot type="default">
<caption>Options for MangoHud</caption>
<image>https://i.ibb.co/gdh0CcH/goverlay062-1c.jpg</image>
</screenshot>
<screenshot>
<caption>Options for vkBasalt</caption>
<image>https://i.ibb.co/T1wr33t/goverlay062-2b.jpg</image>
</screenshot>
<screenshot>
<caption>Options for ReplaySorcery</caption>
<image>https://i.ibb.co/4Z4RWng/goverlay062-3b.jpg</image>
</screenshot>
</screenshots>
<url type="homepage">https://github.com/benjamimgois/goverlay</url>
<url type="bugtracker">https://github.com/benjamimgois/goverlay/issues</url>
<content_rating type="oars-1.1" />
<categories>
<category>Utility</category>
<category>Game</category>
</categories>
</component>