From ae0b3a0f1a8d3e077b7c021f89e06afe49c68416 Mon Sep 17 00:00:00 2001 From: Boris Yumankulov Date: Wed, 14 Jan 2026 18:08:32 +0500 Subject: [PATCH] chore(build): added qt6-svg Signed-off-by: Boris Yumankulov --- build-aux/PKGBUILD | 2 +- build-aux/PKGBUILD-git | 2 +- build-aux/fedora-git.spec | 1 + build-aux/fedora.spec | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build-aux/PKGBUILD b/build-aux/PKGBUILD index 57f27a7..8ba1850 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-requests' 'python-babel' 'python-evdev' 'python-pyudev' 'python-orjson' - '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') + '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' 'qt6-svg') 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 0617c4b..9567815 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-requests' 'python-babel' 'python-evdev' 'python-pyudev' 'python-orjson' - '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') + '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' 'qt6-svg') 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 73854ff..315be96 100644 --- a/build-aux/fedora-git.spec +++ b/build-aux/fedora-git.spec @@ -48,6 +48,7 @@ Requires: python3-rapidfuzz Requires: python3-libarchive-c Requires: perl-Image-ExifTool Requires: xdg-utils +Requires: qt6-qtsvg Requires: cabextract Requires: gzip Requires: unzip diff --git a/build-aux/fedora.spec b/build-aux/fedora.spec index c82ca15..dfde695 100644 --- a/build-aux/fedora.spec +++ b/build-aux/fedora.spec @@ -45,6 +45,7 @@ Requires: python3-rapidfuzz Requires: python3-libarchive-c Requires: perl-Image-ExifTool Requires: xdg-utils +Requires: qt6-qtsvg Requires: cabextract Requires: gzip Requires: unzip