upgpkg: 0.11.3-11: rebuild for libspdlog 1.14 soname bump
This commit is contained in:
parent
50c4aa85dd
commit
56b476cf7b
2 changed files with 5 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,13 +1,12 @@
|
||||||
pkgbase = nheko
|
pkgbase = nheko
|
||||||
pkgdesc = Desktop client for the Matrix protocol
|
pkgdesc = Desktop client for the Matrix protocol
|
||||||
pkgver = 0.11.3
|
pkgver = 0.11.3
|
||||||
pkgrel = 10
|
pkgrel = 11
|
||||||
url = https://nheko.im/nheko-reborn/nheko
|
url = https://nheko.im/nheko-reborn/nheko
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL-3.0-or-later
|
license = GPL-3.0-or-later
|
||||||
makedepends = cmake
|
makedepends = cmake
|
||||||
makedepends = ninja
|
makedepends = ninja
|
||||||
makedepends = boost
|
|
||||||
makedepends = qt5-tools
|
makedepends = qt5-tools
|
||||||
makedepends = fontconfig
|
makedepends = fontconfig
|
||||||
makedepends = nlohmann-json
|
makedepends = nlohmann-json
|
||||||
|
@ -29,6 +28,7 @@ pkgbase = nheko
|
||||||
depends = gst-plugins-bad-libs
|
depends = gst-plugins-bad-libs
|
||||||
depends = org.freedesktop.secrets
|
depends = org.freedesktop.secrets
|
||||||
optdepends = qt-jdenticon: Auto-generated profile pictures (identicons)
|
optdepends = qt-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-base-libs: VoIP/Video calls
|
||||||
optdepends = gst-plugins-good: VoIP/Video calls
|
optdepends = gst-plugins-good: VoIP/Video calls
|
||||||
optdepends = gst-plugins-bad: VoIP/Video calls
|
optdepends = gst-plugins-bad: VoIP/Video calls
|
||||||
|
|
5
PKGBUILD
5
PKGBUILD
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
pkgname=nheko
|
pkgname=nheko
|
||||||
pkgver=0.11.3
|
pkgver=0.11.3
|
||||||
pkgrel=10
|
pkgrel=11
|
||||||
pkgdesc="Desktop client for the Matrix protocol"
|
pkgdesc="Desktop client for the Matrix protocol"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://nheko.im/nheko-reborn/nheko"
|
url="https://nheko.im/nheko-reborn/nheko"
|
||||||
|
@ -14,13 +14,14 @@ depends=(qt5-svg qt5-quickcontrols2 qt5-graphicaleffects qt5-multimedia qtkeycha
|
||||||
qt5-imageformats coeurl mtxclient lmdb cmark libolm hicolor-icon-theme \
|
qt5-imageformats coeurl mtxclient lmdb cmark libolm hicolor-icon-theme \
|
||||||
gst-plugins-bad-libs 'org.freedesktop.secrets')
|
gst-plugins-bad-libs 'org.freedesktop.secrets')
|
||||||
optdepends=('qt-jdenticon: Auto-generated profile pictures (identicons)'
|
optdepends=('qt-jdenticon: Auto-generated profile pictures (identicons)'
|
||||||
|
'kimageformats: Extends the formats nheko supports for image attachments'
|
||||||
'gst-plugins-base-libs: VoIP/Video calls'
|
'gst-plugins-base-libs: VoIP/Video calls'
|
||||||
'gst-plugins-good: VoIP/Video calls'
|
'gst-plugins-good: VoIP/Video calls'
|
||||||
'gst-plugins-bad: VoIP/Video calls'
|
'gst-plugins-bad: VoIP/Video calls'
|
||||||
'libnice: VoIP/Video calls'
|
'libnice: VoIP/Video calls'
|
||||||
'gst-libav: Video messages'
|
'gst-libav: Video messages'
|
||||||
'gst-plugin-qmlgl: Video calls and Screen sharing')
|
'gst-plugin-qmlgl: Video calls and Screen sharing')
|
||||||
makedepends=(cmake ninja boost qt5-tools fontconfig nlohmann-json asciidoc lmdbxx spdlog)
|
makedepends=(cmake ninja qt5-tools fontconfig nlohmann-json asciidoc lmdbxx spdlog)
|
||||||
source=("$pkgname-$pkgver.tar.gz::https://nheko.im/nheko-reborn/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz"
|
source=("$pkgname-$pkgver.tar.gz::https://nheko.im/nheko-reborn/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz"
|
||||||
"$pkgname-$pkgver-fix-for-fmt-10.patch"
|
"$pkgname-$pkgver-fix-for-fmt-10.patch"
|
||||||
"$pkgname-$pkgver-fix-for-fmt-10.1.patch::https://nheko.im/nheko-reborn/nheko/-/commit/871e403f6799df48cfbbe08eba56d473a0c34216.patch")
|
"$pkgname-$pkgver-fix-for-fmt-10.1.patch::https://nheko.im/nheko-reborn/nheko/-/commit/871e403f6799df48cfbbe08eba56d473a0c34216.patch")
|
||||||
|
|
Loading…
Reference in a new issue