удаление нерабочего условия
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
name='protonup-qt'
|
name='protonup-qt'
|
||||||
version='2.9.2'
|
version='2.9.2'
|
||||||
release='1'
|
release='2'
|
||||||
desc='GUI for installing and updating Proton-GE for Steam and Wine-based compatibility tools like Wine-GE for Lutris. Partly based on protonup.'
|
desc='GUI for installing and updating Proton-GE for Steam and Wine-based compatibility tools like Wine-GE for Lutris. Partly based on protonup.'
|
||||||
homepage='https://github.com/DavidoTek/ProtonUp-Qt'
|
homepage='https://github.com/DavidoTek/ProtonUp-Qt'
|
||||||
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
||||||
@ -19,14 +19,6 @@ build_deps_rosa=('python3-build' 'python3-setuptools' 'python3-wheel' 'python3-p
|
|||||||
sources=("https://github.com/DavidoTek/ProtonUp-Qt/archive/refs/tags/v${version}.tar.gz")
|
sources=("https://github.com/DavidoTek/ProtonUp-Qt/archive/refs/tags/v${version}.tar.gz")
|
||||||
checksums=('SKIP')
|
checksums=('SKIP')
|
||||||
|
|
||||||
prepare() {
|
|
||||||
if [$distro==redos]; then
|
|
||||||
sudo pip3 install pyside6
|
|
||||||
elif [$distro==rosa]; then
|
|
||||||
sudo pip install pyside6 inputs steam vdf pyaml
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/ProtonUp-Qt-${version}"
|
cd "${srcdir}/ProtonUp-Qt-${version}"
|
||||||
python -m build --wheel --no-isolation
|
python -m build --wheel --no-isolation
|
||||||
|
Reference in New Issue
Block a user