forked from Plemya-x/alr-repo
@ -1,5 +1,5 @@
|
||||
name='alr-bin'
|
||||
version='0.0.11'
|
||||
version='0.0.10'
|
||||
release='1'
|
||||
desc='Any Linux Repository'
|
||||
homepage='https://gitverse.ru/sc/Xpamych/ALR'
|
||||
|
@ -1,8 +1,7 @@
|
||||
name='gitea'
|
||||
version='1.23.7'
|
||||
version='1.23.5'
|
||||
release='1'
|
||||
desc='Painless self-hosted Git service, community managed.'
|
||||
desc_ru='Простой в использовании самостоятельный сервис Git, управляемый сообществом.'
|
||||
homepage='https://gitea.io'
|
||||
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
||||
architectures=('amd64')
|
||||
@ -16,10 +15,9 @@ deps=(
|
||||
|
||||
build_deps=(
|
||||
'go'
|
||||
'make'
|
||||
'nodejs'
|
||||
'npm'
|
||||
'python3-poetry-core'
|
||||
'python3-poetry'
|
||||
'openssh'
|
||||
'pam-devel'
|
||||
)
|
||||
@ -56,7 +54,7 @@ build() {
|
||||
export EXTRA_GOFLAGS="-buildmode=pie -mod=readonly -modcacherw"
|
||||
export LDFLAGS="-linkmode=external -compressdwarf=false -X 'code.gitea.io/gitea/modules/setting.AppWorkPath=/var/lib/gitea/' -X 'code.gitea.io/gitea/modules/setting.CustomConf=/etc/gitea/app.ini'"
|
||||
export TAGS="bindata sqlite sqlite_unlock_notify pam"
|
||||
make -j $(($(nproc) - 1))
|
||||
make -j$(nproc)
|
||||
}
|
||||
|
||||
check() {
|
||||
|
@ -20,7 +20,7 @@ deps=(
|
||||
'python3-steam'
|
||||
'python3-vdf'
|
||||
'python3-pyxdg'
|
||||
'python3-pyyaml'
|
||||
'python3-pyaml'
|
||||
'qt6-qttools'
|
||||
)
|
||||
deps_arch=(
|
||||
@ -90,7 +90,7 @@ build() {
|
||||
|
||||
prepare() {
|
||||
sed -i 's|Exec=net.davidotek.pupgui2|Exec=/usr/bin/protonup-qt|' ${srcdir}/ProtonUp-Qt-${version}/share/applications/net.davidotek.pupgui2.desktop
|
||||
}
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/ProtonUp-Qt-${version}"
|
||||
|
@ -1,37 +0,0 @@
|
||||
name='python3-pyside6'
|
||||
version='6.9.0'
|
||||
release='1'
|
||||
desc='Python bindings for the Qt cross-platform application and UI framework.'
|
||||
homepage=''
|
||||
maintainer='Example <user@example.com>'
|
||||
architectures=('all')
|
||||
license=('LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only')
|
||||
provides=('pyside6')
|
||||
conflicts=('pyside6')
|
||||
|
||||
deps=("python3")
|
||||
deps_arch=("python")
|
||||
deps_alpine=("python3")
|
||||
|
||||
build_deps=("python3" "python3-pip")
|
||||
build_deps_arch=("python" "python-pip")
|
||||
build_deps_alpine=("python3" "py3-pip")
|
||||
|
||||
sources=("git+https://code.qt.io/pyside/pyside-setup#tag=v$version")
|
||||
checksums=('SKIP')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/pyside-setup"
|
||||
python -m build --wheel --no-isolation
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/pyside-setup"
|
||||
pip install --root="${pkgdir}/" . --no-deps --disable-pip-version-check
|
||||
}
|
||||
|
||||
#files() {
|
||||
# echo ./usr/local/bin/poetry
|
||||
# printf '"%s" ' ./usr/local/lib/python3.*/site-packages/poetry/**/*
|
||||
# printf '"%s" ' ./usr/local/lib/python3.*/site-packages/poetry-${version}.dist-info/*
|
||||
#}
|
@ -24,7 +24,7 @@ checksums=('blake2b-256:07402e233d49a86e2ba88325bcfdcad77fa56b05ba7ca61b58bc0212
|
||||
|
||||
build() {
|
||||
cd "$srcdir/pytest_regressions-${version}/"
|
||||
python -m build --wheel --no-isolation
|
||||
python3 -m build
|
||||
}
|
||||
|
||||
package() {
|
||||
|
@ -24,7 +24,7 @@ checksums=('blake2b-256:8a982d9906746cdc6a6ef809ae6338005b3f21bb568bea3165cfc6a2
|
||||
|
||||
build() {
|
||||
cd "$srcdir/wheel-${version}"
|
||||
python -m build --wheel --no-isolation
|
||||
python3 -m build
|
||||
}
|
||||
|
||||
package() {
|
||||
|
Reference in New Issue
Block a user