From 0966232dededc3e47f15df7b9cee65fbe7f95022 Mon Sep 17 00:00:00 2001 From: xpamych Date: Tue, 8 Nov 2022 11:00:45 +0300 Subject: [PATCH] add rosa scripts --- protonup-qt/lure.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/protonup-qt/lure.sh b/protonup-qt/lure.sh index bd13795..462f5dc 100644 --- a/protonup-qt/lure.sh +++ b/protonup-qt/lure.sh @@ -12,6 +12,8 @@ deps_arch=('pyside6' 'python-inputs' 'python-psutil' 'python-requests' 'python-s build_deps_arch=('python3-build' 'python-setuptools' 'python-wheel') deps_redos=('python3-psutil' 'python3-requests' 'python3-setproctitle' 'python3-pyxdg' 'qt6-tools') build_deps_redos=('python3-build' 'python3-setuptools' 'python3-wheel' 'python3-pip') +deps_rosa=('python3-psutil' 'python3-requests' 'python3-setproctitle' 'python3-pyxdg' 'qt6-tools') +build_deps_rosa=('python3-build' 'python3-setuptools' 'python3-wheel' 'python3-pip') #deps=('') sources=("https://github.com/DavidoTek/ProtonUp-Qt/archive/refs/tags/v2.7.4.tar.gz") @@ -25,6 +27,8 @@ echo "/usr/bin/python -m pupgui2 \"\$@\"" >>pupgui2.sh if [$distro==redos]; then sudo pip install pyside6 inputs steam vdf pyaml +elif [$distro==rosa]; +sudo pip install pyside6 inputs steam vdf pyaml fi } @@ -34,6 +38,7 @@ cd "ProtonUp-Qt-${version}" } package() { +cd "ProtonUp-Qt-${version}" #python -m installer --destdir="${pkgdir}" dist/*.whl cp -r share "${pkgdir}/usr/" install -Dm755 "${srcdir}/pupgui2.sh" "${pkgdir}/usr/bin/${name}"