Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11037111
D8365.id21622.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
4 KB
Referenced Files
None
Subscribers
None
D8365.id21622.diff
View Options
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,36 @@
+name : mangohud
+version : 0.3.5
+release : 1
+source :
+ - git|https://github.com/flightlessmango/MangoHud.git : v0.3.5
+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
+ - /usr/bin/mangohud.i686
+builddeps :
+ - pkgconfig32(gl)
+ - pkgconfig32(vulkan)
+ - 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
+ # Correct naming for 32 bits files
+ MANGOJSONDIR=$installdir/usr/share/vulkan/implicit_layer.d
+ if [ $EMUL32BUILD ]; then
+ mv $MANGOJSONDIR/MangoHud.x86.json $MANGOJSONDIR/MangoHud.i686.json
+ mv $installdir/usr/bin/mangohud.x86 $installdir/usr/bin/mangohud.i686
+ fi
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,55 @@
+<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.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="executable">/usr/bin/mangohud.i686</Path>
+ <Path fileType="library">/usr/lib32/mangohud/libMangoHud.so</Path>
+ <Path fileType="library">/usr/lib32/mangohud/libMangoHud_dlsym.so</Path>
+ <Path fileType="data">/usr/share/vulkan/implicit_layer.d/MangoHud.i686.json</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2020-06-03</Date>
+ <Version>0.3.5</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Tristan</Name>
+ <Email>freego008@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
File Metadata
Details
Attached
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
5850888
Default Alt Text
D8365.id21622.diff (4 KB)
Attached To
Mode
D8365: Inclusion of MangoHud
Attached
Detach File
Event Timeline
Log In to Comment