добавление зависимостей redos
This commit is contained in:
parent
8c2b8d7ecd
commit
db562d0efd
@ -10,13 +10,19 @@ conflicts='protonup-qt'
|
|||||||
|
|
||||||
deps_arch=('pyside6' 'python-inputs' 'python-psutil' 'python-requests' 'python-setproctitle' 'python-steam' 'python-vdf' 'python-pyxdg' 'python-pyaml' 'qt6-tools')
|
deps_arch=('pyside6' 'python-inputs' 'python-psutil' 'python-requests' 'python-setproctitle' 'python-steam' 'python-vdf' 'python-pyxdg' 'python-pyaml' 'qt6-tools')
|
||||||
build_deps_arch=('python3-build' 'python-setuptools' 'python-wheel')
|
build_deps_arch=('python3-build' 'python-setuptools' 'python-wheel')
|
||||||
deps_rosa=('')
|
deps_redos=('python3-psutil' 'python3-requests' 'python3-setproctitle' 'python3-pyxdg' 'qt6-tools')
|
||||||
|
build_deps_redos=('python3-build' 'python3-setuptools' 'python3-wheel' 'python3-pip')
|
||||||
|
#deps=('')
|
||||||
|
|
||||||
sources=("https://github.com/DavidoTek/ProtonUp-Qt/archive/refs/tags/v2.7.4.tar.gz")
|
sources=("https://github.com/DavidoTek/ProtonUp-Qt/archive/refs/tags/v2.7.4.tar.gz")
|
||||||
checksums=('SKIP')
|
checksums=('SKIP')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "${srcdir}"
|
cd "${srcdir}"
|
||||||
|
if [distro=redos]
|
||||||
|
then
|
||||||
|
sudo pip install pyside6 inputs steam vdf pyaml
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
Loading…
Reference in New Issue
Block a user