upgpkg: 0.12.0-1: new upstream release

This commit is contained in:
Leonidas Spyropoulos 2024-06-12 00:13:57 +01:00
parent 56b476cf7b
commit 06e83997ce
No known key found for this signature in database
GPG key ID: 244740D17C7FD0EC
3 changed files with 30 additions and 120 deletions

View file

@ -4,15 +4,16 @@
# Contributor: Konstantinos Sideris <siderisk at auth dot gr>
pkgname=nheko
pkgver=0.11.3
pkgrel=11
pkgver=0.12.0
pkgrel=1
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 \
qt5-imageformats coeurl mtxclient lmdb cmark libolm hicolor-icon-theme \
gst-plugins-bad-libs 'org.freedesktop.secrets')
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)'
'kimageformats: Extends the formats nheko supports for image attachments'
'gst-plugins-base-libs: VoIP/Video calls'
@ -21,19 +22,9 @@ optdepends=('qt-jdenticon: Auto-generated profile pictures (identicons)'
'libnice: VoIP/Video calls'
'gst-libav: Video messages'
'gst-plugin-qmlgl: Video calls and Screen sharing')
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"
"$pkgname-$pkgver-fix-for-fmt-10.patch"
"$pkgname-$pkgver-fix-for-fmt-10.1.patch::https://nheko.im/nheko-reborn/nheko/-/commit/871e403f6799df48cfbbe08eba56d473a0c34216.patch")
sha512sums=('b305c1f9045469d8163ea9d851b74f524578cecfd4463e1c2f1a62206b7bf308e4cf537930e03f7f565edc1f72ef12ad9fc8d3950a73fdd11c35ae4fc62f8d2d'
'67c630939ed11611038a12f13270bb43f8d52f4ffbac35b94f7ffee145ae4d2387ac462cc8b63857d661e4d8a92d77f32ff29222bd47fd61546ca6f214d0f7f9'
'4c9b0e4f4521a398721c06eefb633c128bbadf5cf5e3480bfc0e1cdbf733f669c46ef7ebd372e66b3b45ddb9e66644af1bb3f81d7b616f3f7203e9c4bcc4628e')
prepare(){
cd "$pkgname-v$pkgver"
patch -Np1 < "../$pkgname-$pkgver-fix-for-fmt-10.patch"
patch -Np1 < "../$pkgname-$pkgver-fix-for-fmt-10.1.patch"
}
makedepends=(cmake ninja qt6-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")
sha512sums=('2b69fa093168c9af9c43b7791f4186d0409caed1f272ca72e0e932da03ffb9ceb5609a495d4d7978f8b5666340aa97f358f904c7c61c67b6bd7221093c3cb66c')
build() {
cmake \