new package: mangohud

This commit is contained in:
suvari
2024-01-02 22:05:22 +03:00
parent e81d72458d
commit f08d9bd93b
7 changed files with 171 additions and 4 deletions
+24
View File
@@ -0,0 +1,24 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import mesontools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
mesontools.configure("-Dwith_xnvctrl=disabled")
def build():
mesontools.build()
def check():
mesontools.build("test")
def install():
mesontools.install()
pisitools.dodoc("LICENSE", "README.md")
+64
View File
@@ -0,0 +1,64 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>mangohud</Name>
<Homepage>https://github.com/flightlessmango/MangoHud</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<Icon>mangohud</Icon>
<IsA>library</IsA>
<Summary>A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more.</Summary>
<Description>A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more.</Description>
<Archive sha1sum="88d622e64d4f3f2728e780b0b1e28e738b7e2541" type="tarxz">https://github.com/flightlessmango/MangoHud/releases/download/v0.7.0/MangoHud-v0.7.0-Source.tar.xz</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
<Dependency>gcc</Dependency>
<Dependency>ninja</Dependency>
<Dependency>meson</Dependency>
<Dependency>dbus-devel</Dependency>
<Dependency>python3-mako</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>cmocka-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>nlohmann-json</Dependency>
<Dependency>glslang-devel</Dependency>
<Dependency>libglvnd-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>mangohud</Name>
<RuntimeDependencies>
<Dependency>dbus</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>python3</Dependency>
<Dependency>libglvnd</Dependency>
<Dependency>nlohmann-json</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc/mangohud</Path>
<Path fileType="data">/usr/share/vulkan/implicit_layer.d/MangoHud.x86_64.json</Path>
<Path fileType="data">/usr/share/metainfo</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="library">/usr/lib/mangohud</Path>
<Path fileType="icons">/usr/share/icons</Path>
<Path fileType="library">/usr/lib/libmangohud</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2024-01-02</Date>
<Version>0.7.0</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>mangohud</Name>
<Summary xml:lang="tr">FPS'yi, sıcaklıkları, CPU/GPU yükünü ve daha fazlasını izlemek için bir Vulkan ve OpenGL katmanı.</Summary>
<Description xml:lang="tr">FPS'yi, sıcaklıkları, CPU/GPU yükünü ve daha fazlasını izlemek için bir Vulkan ve OpenGL katmanı.</Description>
</Source>
</PISI>