diff --git a/build-aux/AppImageBuilder.yml b/build-aux/AppImageBuilder.yml index 0fd3503..3c87100 100644 --- a/build-aux/AppImageBuilder.yml +++ b/build-aux/AppImageBuilder.yml @@ -54,6 +54,11 @@ AppDir: - libxcb-cursor0 - libimage-exiftool-perl - xdg-utils + - cabextract + - curl + - 7zip + - unzip + - unrar exclude: - "*-doc" - "*-man" diff --git a/build-aux/PKGBUILD b/build-aux/PKGBUILD index b9167bc..58653fe 100644 --- a/build-aux/PKGBUILD +++ b/build-aux/PKGBUILD @@ -6,7 +6,7 @@ arch=('any') 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' 'python-beautifulsoup4' 'python-websocket-client') + 'python-psutil' 'python-tqdm' 'python-vdf' 'pyside6' 'icoextract' 'python-pillow' 'perl-image-exiftool' 'xdg-utils' 'python-beautifulsoup4' 'python-websocket-client' 'cabextract' 'unzip' 'curl' 'unrar') makedepends=('python-'{'build','installer','setuptools','wheel'}) source=("git+https://git.linux-gaming.ru/Boria138/PortProtonQt#tag=v$pkgver") sha256sums=('SKIP') diff --git a/build-aux/PKGBUILD-git b/build-aux/PKGBUILD-git index 4f2164b..c7b9df0 100644 --- a/build-aux/PKGBUILD-git +++ b/build-aux/PKGBUILD-git @@ -6,7 +6,7 @@ arch=('any') 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' 'python-beautifulsoup4' 'python-websocket-client') + 'python-psutil' 'python-tqdm' 'python-vdf' 'pyside6' 'icoextract' 'python-pillow' 'perl-image-exiftool' 'xdg-utils' 'python-beautifulsoup4' 'python-websocket-client' 'cabextract' 'unzip' 'curl' 'unrar') makedepends=('python-'{'build','installer','setuptools','wheel'}) source=("git+https://git.linux-gaming.ru/Boria138/PortProtonQt.git") sha256sums=('SKIP') diff --git a/build-aux/fedora-git.spec b/build-aux/fedora-git.spec index 4122766..0cb88d7 100644 --- a/build-aux/fedora-git.spec +++ b/build-aux/fedora-git.spec @@ -46,6 +46,11 @@ Requires: python3-pillow Requires: perl-Image-ExifTool Requires: xdg-utils Requires: python3-beautifulsoup4 +Requires: cabextract +Requires: gzip +Requires: unzip +Requires: curl +Requires: unrar %description -n python3-%{pypi_name}-git This application provides a sleek, intuitive graphical interface for managing and launching games from PortProton, Steam, and Epic Games Store. It consolidates your game libraries into a single, user-friendly hub for seamless navigation and organization. Its lightweight structure and cross-platform support deliver a cohesive gaming experience, eliminating the need for multiple launchers. Unique PortProton integration enhances Linux gaming, enabling effortless play of Windows-based titles with minimal setup. diff --git a/build-aux/fedora.spec b/build-aux/fedora.spec index 8085402..5392958 100644 --- a/build-aux/fedora.spec +++ b/build-aux/fedora.spec @@ -43,6 +43,11 @@ Requires: python3-pillow Requires: perl-Image-ExifTool Requires: xdg-utils Requires: python3-beautifulsoup4 +Requires: cabextract +Requires: gzip +Requires: unzip +Requires: curl +Requires: unrar %description -n python3-%{pypi_name} This application provides a sleek, intuitive graphical interface for managing and launching games from PortProton, Steam, and Epic Games Store. It consolidates your game libraries into a single, user-friendly hub for seamless navigation and organization. Its lightweight structure and cross-platform support deliver a cohesive gaming experience, eliminating the need for multiple launchers. Unique PortProton integration enhances Linux gaming, enabling effortless play of Windows-based titles with minimal setup.