chore: replace github to git.linux-gaming.ru

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-06-01 18:26:10 +05:00
parent 2a5ce6c36f
commit 6f211c66c2
9 changed files with 22 additions and 28 deletions

View File

@ -3,12 +3,12 @@ pkgver=0.1.1
pkgrel=1
pkgdesc="A modern GUI for PortProton project."
arch=('any')
url="https://github.com/Boria138/PortProtonQt"
license=('MIT')
url="https://git.linux-gaming.ru/Boria138/PortProtonQt"
license=('GPL-3.0')
depends=('python-numpy' 'python-requests' 'python-babel' 'python-evdev' 'python-pyudev' 'python-orjson'
'python-psutil' 'python-tqdm' 'python-vdf' 'pyside6' 'icoextract' 'python-pillow' 'perl-image-exiftool' 'xdg-utils')
makedepends=('python-'{'build','installer','setuptools','wheel'})
source=("git+https://github.com/Boria138/PortProtonQt.git#tag=$pkgver")
source=("git+https://git.linux-gaming.ru/Boria138/PortProtonQt#tag=$pkgver")
sha256sums=('SKIP')
build() {

View File

@ -3,12 +3,12 @@ pkgver=.
pkgrel=1
pkgdesc="A modern GUI for PortProton project.(developerment build)"
arch=('any')
url="https://github.com/Boria138/PortProtonQt"
license=('MIT')
url="https://git.linux-gaming.ru/Boria138/PortProtonQt"
license=('GPL-3.0')
depends=('python-numpy' 'python-requests' 'python-babel' 'python-evdev' 'python-pyudev' 'python-orjson'
'python-psutil' 'python-tqdm' 'python-vdf' 'pyside6' 'icoextract' 'python-pillow' 'perl-image-exiftool' 'xdg-utils')
makedepends=('python-'{'build','installer','setuptools','wheel'})
source=("git+https://github.com/Boria138/PortProtonQt")
source=("git+https://git.linux-gaming.ru/Boria138/PortProtonQt.git")
sha256sums=('SKIP')
pkgver() {

View File

@ -10,8 +10,8 @@ Version: %{pypi_version}
Release: %{rel_build}
Summary: A modern GUI for PortProton project (devel build)
License: MIT
URL: https://github.com/Boria138/PortProtonQt
License: GPL-3.0
URL: https://git.linux-gaming.ru/Boria138/PortProtonQt
BuildArch: noarch
BuildRequires: python3-devel
@ -49,7 +49,7 @@ PortProtonQt is a modern graphical user interface for the PortProton project,
designed to simplify the management and launching of games using Wine and Proton.
%prep
git clone https://github.com/Boria138/PortProtonQt
git clone https://git.linux-gaming.ru/Boria138/PortProtonQt.git
%build
cd %{oname}

View File

@ -7,8 +7,8 @@ Version: %{pypi_version}
Release: 1%{?dist}
Summary: A modern GUI for PortProton project
License: MIT
URL: https://github.com/Boria138/PortProtonQt
License: GPL-3.0
URL: https://git.linux-gaming.ru/Boria138/PortProtonQt
BuildArch: noarch
BuildRequires: python3-devel
@ -46,7 +46,7 @@ PortProtonQt is a modern graphical user interface for the PortProton project,
designed to simplify the management and launching of games using Wine and Proton.
%prep
git clone https://github.com/Boria138/PortProtonQt
git clone https://git.linux-gaming.ru/Boria138/PortProtonQt
cd %{oname}
git checkout %{pypi_version}