This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2024-07-01 23:50:10 +03:00 committed by GitHub
parent 5eaa338230
commit acb929891e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

1
debian/control vendored
View File

@ -11,7 +11,6 @@ Build-Depends: debhelper-compat (= 13),
libzip-dev, libzip-dev,
librsvg2-dev, librsvg2-dev,
libtomlplusplus-dev, libtomlplusplus-dev,
libtoml11-dev,
libhyprlang-dev libhyprlang-dev
Rules-Requires-Root: no Rules-Requires-Root: no

View File

@ -7,6 +7,9 @@ set -e
apt-get update apt-get update
# Dead PikaOS 3 Workaround # Dead PikaOS 3 Workaround
wget http://archive.ubuntu.com/ubuntu/pool/universe/t/tomlplusplus/libtomlplusplus3t64_3.4.0+ds-0.2build1_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/t/tomlplusplus/libtomlplusplus-dev_3.4.0+ds-0.2build1_amd64.deb
apt-install -y ./*libtoml*.deb
apt-get install libglib2.0-0=2.78.0-2 libglib2.0-bin=2.78.0-2 libglib2.0-dev-bin=2.78.0-2 -y --allow-downgrades apt-get install libglib2.0-0=2.78.0-2 libglib2.0-bin=2.78.0-2 libglib2.0-dev-bin=2.78.0-2 -y --allow-downgrades
# Clone Upstream # Clone Upstream