Please add jsoncpp as a dep:
fluffychat: error while loading shared libraries: libjsoncpp.so.1: cannot open shared object file: No such file or directory
Search Criteria
Package Details: fluffychat-bin 1.22.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/fluffychat-bin.git (read-only, click to copy) |
---|---|
Package Base: | fluffychat-bin |
Description: | Open. Nonprofit. Cute. Easy to use (matrix) messenger. Secure and decentralized. |
Upstream URL: | https://fluffychat.im/ |
Keywords: | Chat Matrix |
Licenses: | AGPL3 |
Conflicts: | fluffychat |
Provides: | fluffychat |
Submitter: | garionion |
Maintainer: | garionion (WithTheBraid) |
Last Packager: | WithTheBraid |
Votes: | 12 |
Popularity: | 0.188323 |
First Submitted: | 2021-06-12 12:58 (UTC) |
Last Updated: | 2024-09-02 12:08 (UTC) |
Dependencies (6)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR)
- libolm (libolm-gitAUR)
- libsecret
- xdg-user-dirs
- zenity (qarma-gitAUR, zenity-gtk3AUR, zenity-gitAUR)
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4
jaap commented on 2021-07-26 11:53 (UTC) (edited on 2021-07-26 11:54 (UTC) by jaap)
kescherAUR commented on 2021-07-07 09:20 (UTC)
Please apply the following git diff (for Arch Linux ARM users):
diff --git a/.SRCINFO b/.SRCINFO
index 0331d18..810c364 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = fluffychat-bin
pkgrel = 1
url = https://fluffychat.im/
arch = x86_64
+ arch = aarch64
license = AGPL3
makedepends = unzip
depends = libolm
@@ -11,7 +12,9 @@ pkgbase = fluffychat-bin
depends = gtk3
provides = fluffychat
conflicts = fluffychat
- source = fluffychat-0.33.2.tar.gz::https://gitlab.com/api/v4/projects/16112282/packages/generic/fluffychat/0.33.2/fluffychat-linux-x86.tar.gz
- sha256sums = 119ce24fd8c73f199d08c596d5e362d16a27a8bb79639c4766acfce5263fb625
+ source_x86_64 = https://gitlab.com/api/v4/projects/16112282/packages/generic/fluffychat/0.33.2/fluffychat-linux-x86.tar.gz
+ sha256sums_x86_64 = 119ce24fd8c73f199d08c596d5e362d16a27a8bb79639c4766acfce5263fb625
+ source_aarch64 = https://gitlab.com/api/v4/projects/16112282/packages/generic/fluffychat/0.33.2/fluffychat-linux-arm64.tar.gz
+ sha256sums_aarch64 = d37ba2b8cf9b4cfb1d08cf3b25afcf00b2e8c9e35e2ad641d4cbbfeb104769d0
pkgname = fluffychat-bin
diff --git a/PKGBUILD b/PKGBUILD
index ee50873..802d592 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,16 +5,17 @@ _pkgname=fluffychat
pkgver=0.33.2
pkgrel=1
pkgdesc="Chat with your friends"
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
url="https://fluffychat.im/"
license=('AGPL3')
depends=('libolm' 'xdg-user-dirs' 'gtk3')
makedepends=('unzip')
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=(
- "fluffychat-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/16112282/packages/generic/fluffychat/${pkgver}/fluffychat-linux-x86.tar.gz")
-sha256sums=('119ce24fd8c73f199d08c596d5e362d16a27a8bb79639c4766acfce5263fb625')
+source_x86_64=("https://gitlab.com/api/v4/projects/16112282/packages/generic/fluffychat/${pkgver}/fluffychat-linux-x86.tar.gz")
+source_aarch64=("https://gitlab.com/api/v4/projects/16112282/packages/generic/fluffychat/${pkgver}/fluffychat-linux-arm64.tar.gz")
+sha256sums_x86_64=('119ce24fd8c73f199d08c596d5e362d16a27a8bb79639c4766acfce5263fb625')
+sha256sums_aarch64=('d37ba2b8cf9b4cfb1d08cf3b25afcf00b2e8c9e35e2ad641d4cbbfeb104769d0')
package() {
Pinned Comments