diff --git a/ _gpupdate/lure.sh b/ _gpupdate/lure.sh deleted file mode 100644 index b6fb4ea..0000000 --- a/ _gpupdate/lure.sh +++ /dev/null @@ -1,33 +0,0 @@ -name='gpupdate' -version='' -release='1' -desc='' -homepage='https://' -maintainer="Евгений Храмов " -architectures=('amd64') -license=('') -provides=('') -conflicts=('') -deps=('') -build_deps=('') - -sources=("") -checksums=('SKIP') - -sources_amd64=("") -checksums=('SKIP') - -sources_arm=("") -checksums=('SKIP') - -sources_386=("") -checksums=('SKIP') - -prepare() { - cd "${srcdir}" -} - -package() { - install -Dm755 ./${name}v${version}/ "${pkgdir}/usr/bin/" - install -Dm644 "${srcdir}/" "${pkgdir}/usr/lib/" -} diff --git a/_lqx-kernel/template.sh b/_lqx-kernel/template.sh deleted file mode 100644 index b9d8a05..0000000 --- a/_lqx-kernel/template.sh +++ /dev/null @@ -1,24 +0,0 @@ -name='' -version='' -release='1' -desc='' -homepage='https://' -maintainer="Евгений Храмов " -architectures=('amd64') -license=('') -provides=('') -conflicts=('') -deps=('') -build_deps=('') - -sources=("") -checksums=('SKIP') - -prepare() { - cd "${srcdir}" -} - -package() { - install -Dm755 ./${name}v${version}/ "${pkgdir}/usr/bin/" - install -Dm644 "${srcdir}/" "${pkgdir}/usr/lib/" -} diff --git a/_protonup-qt/lure.sh b/_protonup-qt/lure.sh deleted file mode 100755 index 865f7bb..0000000 --- a/_protonup-qt/lure.sh +++ /dev/null @@ -1,45 +0,0 @@ -name='protonup-qt' -version='2.7.4' -release='1' -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' -maintainer="Евгений Храмов " -architectures=('amd64') -licenses='GPLv3' -provides=('protonup-qt') -conflicts=('protonup-qt') - -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') -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") -checksums=('SKIP') - -prepare() { - cd "${srcdir}" - echo "#!/usr/bin/env bash" >>pupgui2.sh - echo "/usr/bin/python -m pupgui2 \"\$@\"" >>pupgui2.sh - - if [$distro==redos]; then - sudo pip install pyside6 inputs steam vdf pyaml - elif [$distro==rosa]; then - sudo pip install pyside6 inputs steam vdf pyaml - fi -} - -build() { - cd "ProtonUp-Qt-${version}" - #python -m build --wheel --no-isolation -} - -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}" -} diff --git a/_qt6-git/lure.sh b/_qt6-git/lure.sh deleted file mode 100755 index 98229e9..0000000 --- a/_qt6-git/lure.sh +++ /dev/null @@ -1,33 +0,0 @@ -name='_qt6-git' -version='6.5.0' -release='1' -desc='Qt is the complete software development framework' -homepage='https://www.qt.io/' -maintainer="Евгений Храмов " -architectures=('amd64') -license=('LGPLv3') -provides=('qt6') -conflicts=('qt6') -deps=('git' 'cmake' 'ninja' 'gcc' 'perl' 'python' 'libclang' 'libgl-devel' 'libegl-devel' 'libinput-dev' 'libfontconfig1-devel') - -sources=("git+https://code.qt.io/qt/qt5.git") -checksums=('SKIP') - -prepare() { - cd "${srcdir}" - mv ./qt5 ./qt6 - cd ./qt6 - git switch ${version} - perl init-repository - mkdir qt6-build - cd ./qt6-build - ../configure -} - -build() { - cmake --build . --parallel "${NCPU}" -} -package() { - # install -Dm755 ./${name}v${version}/ "${pkgdir}/usr/bin/" - # install -Dm644 "${srcdir}/" "${pkgdir}/usr/lib/" -} diff --git a/_zen-kernel/template.sh b/_zen-kernel/template.sh deleted file mode 100644 index b9d8a05..0000000 --- a/_zen-kernel/template.sh +++ /dev/null @@ -1,24 +0,0 @@ -name='' -version='' -release='1' -desc='' -homepage='https://' -maintainer="Евгений Храмов " -architectures=('amd64') -license=('') -provides=('') -conflicts=('') -deps=('') -build_deps=('') - -sources=("") -checksums=('SKIP') - -prepare() { - cd "${srcdir}" -} - -package() { - install -Dm755 ./${name}v${version}/ "${pkgdir}/usr/bin/" - install -Dm644 "${srcdir}/" "${pkgdir}/usr/lib/" -} diff --git a/template.sh b/template.sh deleted file mode 100755 index 5dc0052..0000000 --- a/template.sh +++ /dev/null @@ -1,33 +0,0 @@ -name='' -version='' -release='1' -desc='' -homepage='https://' -maintainer="Евгений Храмов " -architectures=('amd64') -license=('') -provides=('') -conflicts=('') -deps=('') -build_deps=('') - -sources=("") -checksums=('SKIP') - -sources_amd64=("") -checksums=('SKIP') - -sources_arm=("") -checksums=('SKIP') - -sources_386=("") -checksums=('SKIP') - -prepare() { - cd "${srcdir}" -} - -package() { - install -Dm755 ./${name}v${version}/ "${pkgdir}/usr/bin/" - install -Dm644 "${srcdir}/" "${pkgdir}/usr/lib/" -}