Compare commits

...

4 Commits

Author SHA1 Message Date
Ward Nakchbandi (Cosmic Fusion)
da167de937
Update changelog 2023-05-02 18:10:53 +03:00
Ward Nakchbandi (Cosmic Fusion)
648033e36d
Update control 2023-05-02 18:10:43 +03:00
Ward Nakchbandi (Cosmic Fusion)
8bc6ad36fe
2023-05-02 12:14:21 +03:00
Ward Nakchbandi (Cosmic Fusion)
ba5a3325bf
2023-05-02 12:11:35 +03:00
6 changed files with 16 additions and 19 deletions

View File

@ -7,7 +7,7 @@ jobs:
build: build:
runs-on: self-hosted runs-on: self-hosted
container: container:
image: ubuntu:22.10 image: debian:sid
volumes: volumes:
- /proc:/proc - /proc:/proc
options: --privileged -it options: --privileged -it

View File

@ -7,7 +7,7 @@ jobs:
build: build:
runs-on: self-hosted runs-on: self-hosted
container: container:
image: ubuntu:22.10 image: debian:sid
volumes: volumes:
- /proc:/proc - /proc:/proc
options: --privileged -it options: --privileged -it

2
debian/changelog vendored
View File

@ -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 * Initial Push to PPA

11
debian/control vendored
View File

@ -33,8 +33,7 @@ Package: mangohud
Section: misc Section: misc
Architecture: any Architecture: any
Multi-Arch: same Multi-Arch: same
Depends: ${misc:Depends}, Depends: libc6, libfmt9, libgcc-s1, libspdlog1.10-fmt9, libstdc++6
${shlibs:Depends},
Recommends: mangoctl, Recommends: mangoctl,
Suggests: libxnvctrl0, Suggests: libxnvctrl0,
goverlay, goverlay,
@ -50,9 +49,7 @@ Package: mangoapp
Section: misc Section: misc
Architecture: amd64 arm64 Architecture: amd64 arm64
Multi-Arch: no Multi-Arch: no
Depends: mangohud (= ${binary:Version}), Depends: mangohud, libc6, libfmt9, libgcc-s1, libgl1, libglew2.2, libglfw3, libspdlog1.10-fmt9, libstdc++6, libx11-6
${misc:Depends},
${shlibs:Depends},
Suggests: gamescope, Suggests: gamescope,
Description: Application to render MangoHud with gamescope Description: Application to render MangoHud with gamescope
MangoHud is a highly customizable overlay for Vulkan and OpenGL application to MangoHud is a highly customizable overlay for Vulkan and OpenGL application to
@ -65,9 +62,7 @@ Package: mangohudctl
Section: misc Section: misc
Architecture: amd64 arm64 Architecture: amd64 arm64
Multi-Arch: no Multi-Arch: no
Depends: mangohud (= ${binary:Version}), Depends: mangohud, libc6
${misc:Depends},
${shlibs:Depends},
Description: Application to control MangoHud Description: Application to control MangoHud
MangoHud is a highly customizable overlay for Vulkan and OpenGL application to MangoHud is a highly customizable overlay for Vulkan and OpenGL application to
monitoring FPS, temperatures, CPU/GPU load and more. monitoring FPS, temperatures, CPU/GPU load and more.

View File

@ -1,9 +1,10 @@
# Add dependent repositories # Add dependent repositories
wget -q -O - https://ppa.pika-os.com/key.gpg | sudo apt-key add - wget -q -O - https://ppa.pika-os.com/key.gpg | sudo apt-key add -
add-apt-repository https://ppa.pika-os.com touch /etc/apt/sources.list.d/pika.list
add-apt-repository ppa:pikaos/pika echo 'deb https://ppa.pika-os.com/ lunar main' > /etc/apt/sources.list.d/pika.list
add-apt-repository ppa:kubuntu-ppa/backports echo 'deb http://deb.debian.org/debian/ sid main contrib non-free non-free-firmware' > /etc/apt/sources.list
add-apt-repository ppa:pikaos/ppa-deps echo 'deb-src http://deb.debian.org/debian/ sid main contrib non-free non-free-firmware' >> /etc/apt/sources.list
apt update
# Clone Upstream # Clone Upstream
tar -xf mangohud_0.6.8.orig.tar.xz -C ./ tar -xf mangohud_0.6.8.orig.tar.xz -C ./
mv ./MangoHud-v0.6.8 ./mangohud mv ./MangoHud-v0.6.8 ./mangohud

View File

@ -1,10 +1,11 @@
# Add dependent repositories # Add dependent repositories
sudo dpkg --add-architecture i386 sudo dpkg --add-architecture i386
wget -q -O - https://ppa.pika-os.com/key.gpg | sudo apt-key add - wget -q -O - https://ppa.pika-os.com/key.gpg | sudo apt-key add -
add-apt-repository https://ppa.pika-os.com touch /etc/apt/sources.list.d/pika.list
add-apt-repository ppa:pikaos/pika echo 'deb https://ppa.pika-os.com/ lunar main' > /etc/apt/sources.list.d/pika.list
add-apt-repository ppa:kubuntu-ppa/backports echo 'deb http://deb.debian.org/debian/ sid main contrib non-free non-free-firmware' > /etc/apt/sources.list
add-apt-repository ppa:pikaos/ppa-deps echo 'deb-src http://deb.debian.org/debian/ sid main contrib non-free non-free-firmware' >> /etc/apt/sources.list
apt update
# Clone Upstream # Clone Upstream
tar -xf mangohud_0.6.8.orig.tar.xz -C ./ tar -xf mangohud_0.6.8.orig.tar.xz -C ./
mv ./MangoHud-v0.6.8 ./mangohud mv ./MangoHud-v0.6.8 ./mangohud