From 1b9595ca95e37b75fc1a1333a2d420cd32557b58 Mon Sep 17 00:00:00 2001 From: Boris Yumankulov Date: Thu, 1 Jan 2026 15:49:40 +0500 Subject: [PATCH] chore(build): added python-libarchive-c to dependency Signed-off-by: Boris Yumankulov --- build-aux/AppImage/get-dependencies.sh | 24 +----------------------- build-aux/PKGBUILD | 2 +- build-aux/PKGBUILD-git | 2 +- build-aux/fedora-git.spec | 1 + build-aux/fedora.spec | 1 + 5 files changed, 5 insertions(+), 25 deletions(-) diff --git a/build-aux/AppImage/get-dependencies.sh b/build-aux/AppImage/get-dependencies.sh index 6860a26..56f3d4a 100755 --- a/build-aux/AppImage/get-dependencies.sh +++ b/build-aux/AppImage/get-dependencies.sh @@ -25,29 +25,7 @@ fi echo "Installing dependencies..." echo "---------------------------------------------------------------" pacman-key --init -pacman -Syy --needed --noconfirm archlinux-keyring -pacman -Syu --needed --noconfirm \ - cabextract \ - curl \ - perl-image-exiftool \ - pyside6 \ - python-babel \ - python-beautifulsoup4 \ - python-evdev \ - python-numpy \ - python-orjson \ - python-pillow \ - python-psutil \ - python-pyudev \ - python-rapidfuzz \ - python-requests \ - python-tqdm \ - python-websocket-client \ - unrar \ - unzip \ - qt6-svg \ - qt6-wayland \ - xdg-utils +pacman -Syy --needed --noconfirm archlinux-keyring qt6-wayland echo "Installing debloated packages..." echo "---------------------------------------------------------------" diff --git a/build-aux/PKGBUILD b/build-aux/PKGBUILD index deada35..5fd7d3f 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' 'python-rapidfuzz' 'icoextract' 'python-pillow' 'perl-image-exiftool' 'xdg-utils' 'python-beautifulsoup4' 'python-websocket-client' 'cabextract' 'unzip' 'curl' 'unrar') + 'python-psutil' 'python-tqdm' 'python-vdf' 'python-libarchive-c' 'pyside6' 'python-rapidfuzz' '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 501a42b..54384af 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' 'python-rapidfuzz' 'perl-image-exiftool' 'xdg-utils' 'python-beautifulsoup4' 'python-websocket-client' 'cabextract' 'unzip' 'curl' 'unrar') + 'python-psutil' 'python-tqdm' 'python-vdf' 'python-libarchive-c' 'pyside6' 'icoextract' 'python-pillow' 'python-rapidfuzz' '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 fc97d7d..4911e90 100644 --- a/build-aux/fedora-git.spec +++ b/build-aux/fedora-git.spec @@ -46,6 +46,7 @@ Requires: python3-pefile Requires: python3-pillow Requires: python3-beautifulsoup4 Requires: python3-rapidfuzz +Requires: python3-libarchive-c Requires: perl-Image-ExifTool Requires: xdg-utils Requires: cabextract diff --git a/build-aux/fedora.spec b/build-aux/fedora.spec index 3211950..aee81d7 100644 --- a/build-aux/fedora.spec +++ b/build-aux/fedora.spec @@ -43,6 +43,7 @@ Requires: python3-pefile Requires: python3-pillow Requires: python3-beautifulsoup4 Requires: python3-rapidfuzz +Requires: python3-libarchive-c Requires: perl-Image-ExifTool Requires: xdg-utils Requires: cabextract