diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,5 @@ +This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository. + +- Jacek Jagosz + - IRC: JacekJagosz + - Email: jacek.jagosz@outlook.com diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,13 @@ +libX11.so.6 +libatk-1.0.so.0 +libc.so.6 +libcairo.so.2 +libdl.so.2 +libgdk-x11-2.0.so.0 +libgdk_pixbuf-2.0.so.0 +libglib-2.0.so.0 +libgobject-2.0.so.0 +libgthread-2.0.so.0 +libgtk-x11-2.0.so.0 +libpango-1.0.so.0 +libpthread.so.0 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,22 @@ +name : goverlay +version : 0.3.5 +release : 1 +source : + - https://github.com/benjamimgois/goverlay/archive/0.3.5.tar.gz : f66d59713bf87234c8a18837499bbbea9225f16cbe8adc6d430ce9b728c47db7 +license : GPL-3.0-only +component : system.utils +summary : GUI for configuring Vulkan/OpenGL overlays - MangoHud and vkBasalt +description: | + GOverlay is an open source project aimed to create a Graphical UI to manage Vulkan/OpenGL overlays. It currently supports MangoHud and GOverlay. +builddeps : + - pkgconfig(gtk+-2.0) + - lazarus +rundeps : + - vulkan-tools + - mesa-demos + - vkbasalt + - mangohud +build : | + lazbuild --lazarusdir=/usr/share/lazarus goverlay.lpi +install : | + %make_install prefix=/usr diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,40 @@ + + + goverlay + + Jacek Jagosz + jacek.jagosz@outlook.com + + GPL-3.0-only + system.utils + GUI for configuring Vulkan/OpenGL overlays - MangoHud and vkBasalt + GOverlay is an open source project aimed to create a Graphical UI to manage Vulkan/OpenGL overlays. It currently supports MangoHud and GOverlay. + + https://getsol.us/sources/README.Solus + + + goverlay + GUI for configuring Vulkan/OpenGL overlays - MangoHud and vkBasalt + GOverlay is an open source project aimed to create a Graphical UI to manage Vulkan/OpenGL overlays. It currently supports MangoHud and GOverlay. + + system.utils + + /usr/bin/goverlay + /usr/share/applications/goverlay.desktop + /usr/share/icons/hicolor/128x128/apps/goverlay.png + /usr/share/icons/hicolor/256x256/apps/goverlay.png + /usr/share/icons/hicolor/512x512/apps/goverlay.png + /usr/share/man/man1/goverlay.1 + /usr/share/metainfo/goverlay.metainfo.xml + + + + + 2020-07-14 + 0.3.5 + Packaging update + Jacek Jagosz + jacek.jagosz@outlook.com + + + \ No newline at end of file