mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 05:02:00 +01:00
[fix] 使用系统 openslide
This commit is contained in:
parent
52d7eab4a3
commit
7891d97a7d
2 changed files with 4 additions and 3 deletions
3
.SRCINFO
3
.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
|
||||
|
|
|
|||
4
PKGBUILD
4
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 下的截图支持')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue