diff options
author | Bart Ribbers <bribbers@disroot.org> | 2020-01-12 12:57:13 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-12 14:45:33 +0100 |
commit | 8b8df7f799548401d6baaee2059c63b118f505be (patch) | |
tree | 6916eccbfd0338b7b8d08d51488514d7250d008b /testing | |
parent | 1b2f8692602ecb45f9869dcd35ca31ed4df4286c (diff) | |
download | aports-8b8df7f799548401d6baaee2059c63b118f505be.tar.bz2 aports-8b8df7f799548401d6baaee2059c63b118f505be.tar.xz |
testing/spectral: add missing runtime deps
Diffstat (limited to 'testing')
-rw-r--r-- | testing/spectral/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/spectral/APKBUILD b/testing/spectral/APKBUILD index f5cbef96b5..702592223d 100644 --- a/testing/spectral/APKBUILD +++ b/testing/spectral/APKBUILD @@ -3,7 +3,7 @@ pkgname=spectral pkgver=0.0.0.648 _pkgver=${pkgver##*.} -pkgrel=0 +pkgrel=1 _commit_libquotient="89e0cec42fe9538cbd170a9dc3fcf6dd18b5ac02" _commit_sortfilterproxymodel="35ffc48d7f516607832cd56f88be9a022f0ab2f9" # Blocked on armhf by qt5-qtdeclarative @@ -12,6 +12,7 @@ arch="all !armhf !s390x" url="https://gitlab.com/b0/spectral" pkgdesc="A glossy cross-platform Matrix client" license="GPL-3.0-or-later" +depends="olm font-noto-emoji" makedepends="qt5-qtbase-dev qt5-qtdeclarative-dev qt5-qtmultimedia-dev" source="$pkgname-$pkgver.tar.gz::https://gitlab.com/b0/spectral/-/archive/$_pkgver/spectral-$_pkgver.tar.gz libQuotient-$_commit_libquotient.tar.gz::https://github.com/quotient-im/libQuotient/archive/$_commit_libquotient.tar.gz |