upgpkg: 0.12.0-2: upgrade optional dependency to qt6

Closes: #1
This commit is contained in:
Leonidas Spyropoulos 2024-06-17 09:05:33 +01:00
parent 748e422e1d
commit eff750abdb
No known key found for this signature in database
GPG key ID: 244740D17C7FD0EC
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
pkgbase = nheko
pkgdesc = Desktop client for the Matrix protocol
pkgver = 0.12.0
pkgrel = 1
pkgrel = 2
url = https://nheko.im/nheko-reborn/nheko
arch = x86_64
license = GPL-3.0-or-later
@ -29,7 +29,7 @@ pkgbase = nheko
depends = kdsingleapplication
depends = gst-plugins-bad-libs
depends = org.freedesktop.secrets
optdepends = qt-jdenticon: Auto-generated profile pictures (identicons)
optdepends = qt6-jdenticon: Auto-generated profile pictures (identicons)
optdepends = kimageformats: Extends the formats nheko supports for image attachments
optdepends = gst-plugins-base-libs: VoIP/Video calls
optdepends = gst-plugins-good: VoIP/Video calls

View file

@ -5,7 +5,7 @@
pkgname=nheko
pkgver=0.12.0
pkgrel=1
pkgrel=2
pkgdesc="Desktop client for the Matrix protocol"
arch=('x86_64')
url="https://nheko.im/nheko-reborn/nheko"
@ -14,7 +14,7 @@ depends=(qt6-base qt6-svg qt6-quickcontrols2 qt6-multimedia qtkeychain-qt6 \
qt6-declarative qt6-imageformats coeurl mtxclient lmdb cmark libolm hicolor-icon-theme \
kdsingleapplication gst-plugins-bad-libs 'org.freedesktop.secrets')
makedepends=("git" "cmake" "gcc" "fontconfig" "qt6-tools" "nlohmann-json" "asciidoc")
optdepends=('qt-jdenticon: Auto-generated profile pictures (identicons)'
optdepends=('qt6-jdenticon: Auto-generated profile pictures (identicons)'
'kimageformats: Extends the formats nheko supports for image attachments'
'gst-plugins-base-libs: VoIP/Video calls'
'gst-plugins-good: VoIP/Video calls'