Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
da167de937 | ||
|
648033e36d | ||
|
8bc6ad36fe | ||
|
ba5a3325bf |
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
||||
build:
|
||||
runs-on: self-hosted
|
||||
container:
|
||||
image: ubuntu:22.10
|
||||
image: debian:sid
|
||||
volumes:
|
||||
- /proc:/proc
|
||||
options: --privileged -it
|
||||
|
2
.github/workflows/release_i386.yml
vendored
2
.github/workflows/release_i386.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
||||
build:
|
||||
runs-on: self-hosted
|
||||
container:
|
||||
image: ubuntu:22.10
|
||||
image: debian:sid
|
||||
volumes:
|
||||
- /proc:/proc
|
||||
options: --privileged -it
|
||||
|
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,4 +1,4 @@
|
||||
mangohud (1:0.6.8-99pika5) kinetic; urgency=medium
|
||||
mangohud (1:0.6.8-99pika7) kinetic; urgency=medium
|
||||
|
||||
* Initial Push to PPA
|
||||
|
||||
|
11
debian/control
vendored
11
debian/control
vendored
@ -33,8 +33,7 @@ Package: mangohud
|
||||
Section: misc
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends: ${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Depends: libc6, libfmt9, libgcc-s1, libspdlog1.10-fmt9, libstdc++6
|
||||
Recommends: mangoctl,
|
||||
Suggests: libxnvctrl0,
|
||||
goverlay,
|
||||
@ -50,9 +49,7 @@ Package: mangoapp
|
||||
Section: misc
|
||||
Architecture: amd64 arm64
|
||||
Multi-Arch: no
|
||||
Depends: mangohud (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Depends: mangohud, libc6, libfmt9, libgcc-s1, libgl1, libglew2.2, libglfw3, libspdlog1.10-fmt9, libstdc++6, libx11-6
|
||||
Suggests: gamescope,
|
||||
Description: Application to render MangoHud with gamescope
|
||||
MangoHud is a highly customizable overlay for Vulkan and OpenGL application to
|
||||
@ -65,9 +62,7 @@ Package: mangohudctl
|
||||
Section: misc
|
||||
Architecture: amd64 arm64
|
||||
Multi-Arch: no
|
||||
Depends: mangohud (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Depends: mangohud, libc6
|
||||
Description: Application to control MangoHud
|
||||
MangoHud is a highly customizable overlay for Vulkan and OpenGL application to
|
||||
monitoring FPS, temperatures, CPU/GPU load and more.
|
||||
|
9
main.sh
9
main.sh
@ -1,9 +1,10 @@
|
||||
# Add dependent repositories
|
||||
wget -q -O - https://ppa.pika-os.com/key.gpg | sudo apt-key add -
|
||||
add-apt-repository https://ppa.pika-os.com
|
||||
add-apt-repository ppa:pikaos/pika
|
||||
add-apt-repository ppa:kubuntu-ppa/backports
|
||||
add-apt-repository ppa:pikaos/ppa-deps
|
||||
touch /etc/apt/sources.list.d/pika.list
|
||||
echo 'deb https://ppa.pika-os.com/ lunar main' > /etc/apt/sources.list.d/pika.list
|
||||
echo 'deb http://deb.debian.org/debian/ sid main contrib non-free non-free-firmware' > /etc/apt/sources.list
|
||||
echo 'deb-src http://deb.debian.org/debian/ sid main contrib non-free non-free-firmware' >> /etc/apt/sources.list
|
||||
apt update
|
||||
# Clone Upstream
|
||||
tar -xf mangohud_0.6.8.orig.tar.xz -C ./
|
||||
mv ./MangoHud-v0.6.8 ./mangohud
|
||||
|
@ -1,10 +1,11 @@
|
||||
# Add dependent repositories
|
||||
sudo dpkg --add-architecture i386
|
||||
wget -q -O - https://ppa.pika-os.com/key.gpg | sudo apt-key add -
|
||||
add-apt-repository https://ppa.pika-os.com
|
||||
add-apt-repository ppa:pikaos/pika
|
||||
add-apt-repository ppa:kubuntu-ppa/backports
|
||||
add-apt-repository ppa:pikaos/ppa-deps
|
||||
touch /etc/apt/sources.list.d/pika.list
|
||||
echo 'deb https://ppa.pika-os.com/ lunar main' > /etc/apt/sources.list.d/pika.list
|
||||
echo 'deb http://deb.debian.org/debian/ sid main contrib non-free non-free-firmware' > /etc/apt/sources.list
|
||||
echo 'deb-src http://deb.debian.org/debian/ sid main contrib non-free non-free-firmware' >> /etc/apt/sources.list
|
||||
apt update
|
||||
# Clone Upstream
|
||||
tar -xf mangohud_0.6.8.orig.tar.xz -C ./
|
||||
mv ./MangoHud-v0.6.8 ./mangohud
|
||||
|
Loading…
Reference in New Issue
Block a user