parent
748e422e1d
commit
eff750abdb
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -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
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue