Page MenuHomeSolus

D9235.id22315.diff
No OneTemporary

D9235.id22315.diff

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 @@
+<PISI>
+ <Source>
+ <Name>goverlay</Name>
+ <Packager>
+ <Name>Jacek Jagosz</Name>
+ <Email>jacek.jagosz@outlook.com</Email>
+ </Packager>
+ <License>GPL-3.0-only</License>
+ <PartOf>system.utils</PartOf>
+ <Summary xml:lang="en">GUI for configuring Vulkan/OpenGL overlays - MangoHud and vkBasalt</Summary>
+ <Description xml:lang="en">GOverlay is an open source project aimed to create a Graphical UI to manage Vulkan/OpenGL overlays. It currently supports MangoHud and GOverlay.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>goverlay</Name>
+ <Summary xml:lang="en">GUI for configuring Vulkan/OpenGL overlays - MangoHud and vkBasalt</Summary>
+ <Description xml:lang="en">GOverlay is an open source project aimed to create a Graphical UI to manage Vulkan/OpenGL overlays. It currently supports MangoHud and GOverlay.
+</Description>
+ <PartOf>system.utils</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/goverlay</Path>
+ <Path fileType="data">/usr/share/applications/goverlay.desktop</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/128x128/apps/goverlay.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/256x256/apps/goverlay.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/512x512/apps/goverlay.png</Path>
+ <Path fileType="man">/usr/share/man/man1/goverlay.1</Path>
+ <Path fileType="data">/usr/share/metainfo/goverlay.metainfo.xml</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2020-07-14</Date>
+ <Version>0.3.5</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Jacek Jagosz</Name>
+ <Email>jacek.jagosz@outlook.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 9:27 PM (2 h, 54 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5810122
Default Alt Text
D9235.id22315.diff (4 KB)

Event Timeline