[opt] 更改简介

This commit is contained in:
Yidaozhan Ya 2023-01-01 08:31:42 +08:00
parent 67b0fc842d
commit 46bcfbab4f
2 changed files with 6 additions and 5 deletions

View file

@ -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

View file

@ -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')