Page MenuHomeSolus

D8365.id21877.diff
No OneTemporary

D8365.id21877.diff

Index: MAINTAINERS.md
===================================================================
--- /dev/null
+++ MAINTAINERS.md
@@ -0,0 +1,4 @@
+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.
+
+- Tristan Bouillon
+ - Email: freego008@gmail.com
Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_used_libs
===================================================================
--- /dev/null
+++ abi_used_libs
@@ -0,0 +1,6 @@
+libc.so.6
+libdl.so.2
+libgcc_s.so.1
+libm.so.6
+libpthread.so.0
+libstdc++.so.6
Index: abi_used_libs32
===================================================================
--- /dev/null
+++ abi_used_libs32
@@ -0,0 +1,6 @@
+libc.so.6
+libdl.so.2
+libgcc_s.so.1
+libm.so.6
+libpthread.so.0
+libstdc++.so.6
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,37 @@
+name : mangohud
+version : 0.4.1
+release : 1
+source :
+ - git|https://github.com/flightlessmango/MangoHud.git : v0.4.1
+license : MIT
+component : xorg.display
+summary : Vulkan overlay layer for monitoring FPS, temperatures, CPU/GPU load and more
+description: |
+ A modification of the Mesa Vulkan overlay. Including GUI improvements, temperature reporting, and logging capabilities.
+emul32 : yes
+libsplit : no
+patterns :
+ - 32bit:
+ - /usr/share/vulkan/implicit_layer.d/mangohud.i686.json
+builddeps :
+ - pkgconfig32(gl)
+ - pkgconfig32(vulkan)
+ - pkgconfig32(x11)
+ - glslang-devel
+ - mako
+ - vulkan-headers
+setup : |
+ %meson_configure -Duse_system_vulkan=enabled -Dwith_xnvctrl=disabled
+build : |
+ %ninja_build
+install : |
+ %ninja_install
+ # Install default configuration file
+ install -Dm00644 $workdir/bin/MangoHud.conf -t $installdir/usr/share/mangohud
+ # Handle multiple json files for multilib
+ MANGOJSONDIR=$installdir/usr/share/vulkan/implicit_layer.d
+ if [ $EMUL32BUILD ]; then
+ mv $MANGOJSONDIR/MangoHud.x86.json $MANGOJSONDIR/MangoHud.i686.json
+ # mangohud.x86 bin is not needed on Solus, but compilation still creates /usr/bin/mangohud.x86
+ rm $installdir/usr/bin/mangohud.x86
+ fi
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,54 @@
+<PISI>
+ <Source>
+ <Name>mangohud</Name>
+ <Packager>
+ <Name>Tristan</Name>
+ <Email>freego008@gmail.com</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>xorg.display</PartOf>
+ <Summary xml:lang="en">Vulkan overlay layer for monitoring FPS, temperatures, CPU/GPU load and more</Summary>
+ <Description xml:lang="en">A modification of the Mesa Vulkan overlay. Including GUI improvements, temperature reporting, and logging capabilities.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>mangohud</Name>
+ <Summary xml:lang="en">Vulkan overlay layer for monitoring FPS, temperatures, CPU/GPU load and more</Summary>
+ <Description xml:lang="en">A modification of the Mesa Vulkan overlay. Including GUI improvements, temperature reporting, and logging capabilities.
+</Description>
+ <PartOf>xorg.display</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/mangohud</Path>
+ <Path fileType="library">/usr/lib64/mangohud/libMangoHud.so</Path>
+ <Path fileType="library">/usr/lib64/mangohud/libMangoHud_dlsym.so</Path>
+ <Path fileType="doc">/usr/share/doc/mangohud/MangoHud.conf.example</Path>
+ <Path fileType="man">/usr/share/mangohud/MangoHud.conf</Path>
+ <Path fileType="data">/usr/share/vulkan/implicit_layer.d/MangoHud.i686.json</Path>
+ <Path fileType="data">/usr/share/vulkan/implicit_layer.d/MangoHud.x86_64.json</Path>
+ </Files>
+ </Package>
+ <Package>
+ <Name>mangohud-32bit</Name>
+ <Summary xml:lang="en">32-bit libraries for mangohud</Summary>
+ <Description xml:lang="en">A modification of the Mesa Vulkan overlay. Including GUI improvements, temperature reporting, and logging capabilities.
+</Description>
+ <PartOf>emul32</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="1">mangohud</Dependency>
+ </RuntimeDependencies>
+ <Files>
+ <Path fileType="library">/usr/lib32/mangohud/libMangoHud.so</Path>
+ <Path fileType="library">/usr/lib32/mangohud/libMangoHud_dlsym.so</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2020-06-17</Date>
+ <Version>0.4.1</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Tristan</Name>
+ <Email>freego008@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 8:06 PM (1 d, 4 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5815627
Default Alt Text
D8365.id21877.diff (5 KB)

Event Timeline