From 7891d97a7d7431ea2bf7ffc4691d08e06d1e10cb Mon Sep 17 00:00:00 2001 From: Yidaozhan Ya Date: Sun, 19 Mar 2023 09:11:52 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20=E4=BD=BF=E7=94=A8=E7=B3=BB=E7=BB=9F=20?= =?UTF-8?q?openslide?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .SRCINFO | 3 ++- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 1aba7e65c2ed..afab9830bbc2 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = linuxqq-nt-bwrap pkgdesc = New Linux QQ based on Electron, with bubblewrap sandbox and some tweaks pkgver = 3.1.0_9572 - pkgrel = 3 + pkgrel = 4 url = https://im.qq.com/linuxqq/index.shtml install = linuxqq-nt-bwrap.install arch = x86_64 @@ -21,6 +21,7 @@ pkgbase = linuxqq-nt-bwrap depends = flatpak-xdg-utils depends = snapd-xdg-open-git depends = libvips + depends = openslide optdepends = libappindicator-gtk3: 以显示托盘图标 optdepends = gjs: 提供 GNOME Wayland 下的截图支持 provides = qq diff --git a/PKGBUILD b/PKGBUILD index e9113cc7954d..d67fee2ca8ae 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,12 +2,12 @@ _pkgname=linuxqq pkgname=linuxqq-nt-bwrap pkgver=3.1.0_9572 -pkgrel=3 +pkgrel=4 pkgdesc="New Linux QQ based on Electron, with bubblewrap sandbox and some tweaks" arch=('x86_64' 'aarch64') url='https://im.qq.com/linuxqq/index.shtml' license=('custom') -depends=('at-spi2-core' 'alsa-lib' 'desktop-file-utils' 'gtk3' 'gtk-update-icon-cache' 'libnotify' 'nss' 'gnutls' 'bubblewrap' 'xdg-user-dirs' 'flatpak-xdg-utils' 'snapd-xdg-open-git' 'libvips') +depends=('at-spi2-core' 'alsa-lib' 'desktop-file-utils' 'gtk3' 'gtk-update-icon-cache' 'libnotify' 'nss' 'gnutls' 'bubblewrap' 'xdg-user-dirs' 'flatpak-xdg-utils' 'snapd-xdg-open-git' 'libvips' 'openslide') makedepends=('p7zip') optdepends=('libappindicator-gtk3: 以显示托盘图标' 'gjs: 提供 GNOME Wayland 下的截图支持')