From 46bcfbab4feee3f2d1702714a373ae970cf7ca54 Mon Sep 17 00:00:00 2001 From: Yidaozhan Ya Date: Sun, 1 Jan 2023 08:31:42 +0800 Subject: [PATCH] =?UTF-8?q?[opt]=20=E6=9B=B4=E6=94=B9=E7=AE=80=E4=BB=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .SRCINFO | 5 +++-- PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 177d3de39c74..017566dec14b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,5 +1,5 @@ pkgbase = linuxqq-nt-bwrap - pkgdesc = Tencent QQ NT for Linux with bubblewrap wrapper + pkgdesc = Tencent QQ NT for Linux with bubblewrap sandbox and some tweaks pkgver = 3.0.0_571 pkgrel = 1 url = https://im.qq.com/linuxqq/index.shtml @@ -15,11 +15,12 @@ pkgbase = linuxqq-nt-bwrap depends = gtk3 depends = libnotify depends = nss + depends = gnutls depends = bubblewrap depends = xdg-utils depends = xdg-user-dirs depends = snapd-xdg-open-git - optdepends = libappindicator-gtk3: 以最小化到托盘 + optdepends = libappindicator-gtk3: 以显示托盘图标 provides = qq-nt provides = linuxqq-nt conflicts = linuxqq-new diff --git a/PKGBUILD b/PKGBUILD index 2eaeea4d4937..1962cf70e635 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,13 +3,13 @@ _pkgname=linuxqq pkgname=linuxqq-nt-bwrap pkgver=3.0.0_571 pkgrel=1 -pkgdesc="Tencent QQ NT for Linux with bubblewrap wrapper" +pkgdesc="Tencent QQ NT for Linux 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' 'gjs' 'gtk3' 'libnotify' 'nss' 'bubblewrap' 'xdg-utils' 'xdg-user-dirs' 'snapd-xdg-open-git') +depends=('at-spi2-core' 'alsa-lib' 'desktop-file-utils' 'gjs' 'gtk3' 'libnotify' 'nss' 'gnutls' 'bubblewrap' 'xdg-utils' 'xdg-user-dirs' 'snapd-xdg-open-git') makedepends=('p7zip') -optdepends=('libappindicator-gtk3: 以最小化到托盘') +optdepends=('libappindicator-gtk3: 以显示托盘图标') provides=('qq-nt' 'linuxqq-nt') conflicts=('linuxqq-new' 'linuxqq') options=('!strip' '!emptydirs')