upgpkg: 0.11.3-10: add qt5-imageformats dependency
This commit is contained in:
parent
a73ddf0576
commit
50c4aa85dd
2 changed files with 6 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,7 +1,7 @@
|
|||
pkgbase = nheko
|
||||
pkgdesc = Desktop client for the Matrix protocol
|
||||
pkgver = 0.11.3
|
||||
pkgrel = 9
|
||||
pkgrel = 10
|
||||
url = https://nheko.im/nheko-reborn/nheko
|
||||
arch = x86_64
|
||||
license = GPL-3.0-or-later
|
||||
|
@ -19,6 +19,7 @@ pkgbase = nheko
|
|||
depends = qt5-graphicaleffects
|
||||
depends = qt5-multimedia
|
||||
depends = qtkeychain-qt5
|
||||
depends = qt5-imageformats
|
||||
depends = coeurl
|
||||
depends = mtxclient
|
||||
depends = lmdb
|
||||
|
@ -47,6 +48,7 @@ pkgname = nheko
|
|||
depends = qt5-graphicaleffects
|
||||
depends = qt5-multimedia
|
||||
depends = qtkeychain-qt5
|
||||
depends = qt5-imageformats
|
||||
depends = coeurl
|
||||
depends = mtxclient
|
||||
depends = lmdb
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -5,14 +5,14 @@
|
|||
|
||||
pkgname=nheko
|
||||
pkgver=0.11.3
|
||||
pkgrel=9
|
||||
pkgrel=10
|
||||
pkgdesc="Desktop client for the Matrix protocol"
|
||||
arch=('x86_64')
|
||||
url="https://nheko.im/nheko-reborn/nheko"
|
||||
license=(GPL-3.0-or-later)
|
||||
depends=(qt5-svg qt5-quickcontrols2 qt5-graphicaleffects qt5-multimedia qtkeychain-qt5 \
|
||||
coeurl mtxclient lmdb cmark libolm hicolor-icon-theme gst-plugins-bad-libs\
|
||||
'org.freedesktop.secrets')
|
||||
qt5-imageformats coeurl mtxclient lmdb cmark libolm hicolor-icon-theme \
|
||||
gst-plugins-bad-libs 'org.freedesktop.secrets')
|
||||
optdepends=('qt-jdenticon: Auto-generated profile pictures (identicons)'
|
||||
'gst-plugins-base-libs: VoIP/Video calls'
|
||||
'gst-plugins-good: VoIP/Video calls'
|
||||
|
|
Loading…
Reference in a new issue