Search Criteria
Package Details: nheko-git 0.11.3.r704.g2245667f-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/nheko-git.git (read-only, click to copy) |
---|---|
Package Base: | nheko-git |
Description: | Desktop client for the Matrix protocol |
Upstream URL: | https://github.com/Nheko-Reborn/nheko |
Keywords: | chat matrix protocol qt |
Licenses: | GPL-3.0-or-later |
Conflicts: | nheko |
Provides: | nheko |
Submitter: | mujx |
Maintainer: | mujx (redsky17) |
Last Packager: | redsky17 |
Votes: | 34 |
Popularity: | 0.133495 |
First Submitted: | 2017-05-09 19:19 (UTC) |
Last Updated: | 2024-02-01 22:35 (UTC) |
Dependencies (33)
- cmark (cmark-gitAUR)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- gst-plugin-pipewire (gst-plugin-pipewire-gitAUR, gst-plugin-pipewire-full-gitAUR)
- gst-plugin-qml6
- gst-plugins-bad (gst-plugins-bad-gitAUR)
- gst-plugins-base (gst-plugins-base-gitAUR)
- gst-plugins-good (gst-plugins-good-gitAUR)
- gstreamer (gstreamer-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- kdsingleapplication
- libevent (libevent-gitAUR)
- libnice
- libolm (libolm-gitAUR)
- lmdb (lumosqlAUR, lmdb-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf)
- qt6-base (qt6-base-headlessAUR, qt6-base-gitAUR)
- qt6-declarative (qt6-declarative-gitAUR)
- qt6-multimedia
- qt6-svg
- qtkeychain-qt6
- re2 (re2-gitAUR)
- spdlog (spdlog-gitAUR)
- asciidoc (asciidoc-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- nlohmann-json (nlohmann-json-gitAUR) (make)
- qt6-tools (make)
- kimageformats (kimageformats-gitAUR) (optional)
- qt6-imageformats (optional)
- qt6-jdenticonAUR (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
J8-ET commented on 2021-12-28 21:04 (UTC) (edited on 2021-12-28 21:05 (UTC) by J8-ET)
@ISSOtm is correct, I also had to separately install
asciidoc
to build this package as it requires to have eitherasciidoc
orasciidoctor
to build.ISSOtm commented on 2021-12-23 08:25 (UTC)
@dujemiha A recompile is required, yes: https://wiki.archlinux.org/title/System_maintenance#Partial_upgrades_are_unsupported
ISSOtm commented on 2021-12-23 08:24 (UTC)
This seems to require
asciidoc
in themakedepends
now.redsky17 commented on 2021-12-21 20:51 (UTC)
@6543 I recommend making sure that your nheko-git directory is totally clean of anything that isn't part of the AUR package's files (run git status and check for any untracked files, for example). Delete those and try again.
6543 commented on 2021-12-02 15:59 (UTC)
does anybody else have the same issue / know how to fix it?
dujemiha commented on 2021-10-04 07:52 (UTC)
Updating some dependencies such as cmark breaks my nheko with error messages such as "nheko: error while loading shared libraries: libcmark.so.0.30.1: cannot open shared object file: No such file or directory" and requires a recompile to fix, could this be remedied in any way?
redsky17 commented on 2021-07-23 14:55 (UTC)
@Living
The only thing I can think of, is that
CMAKE_CURRENT_SOURCE_DIR
isn't set correctly when the mtxclient cmakelists.txt runs (and similarly for the nlohmann issue reported by @electricprism). (See here: https://github.com/Nheko-Reborn/mtxclient/blob/master/CMakeLists.txt#L251). I'm not a cmake expert by any means, so I'm not exactly sure why / how this would happen. If there's something we're doing incorrectly in the mtxclient CMakeLists.txt, I'd love to fix it!Living commented on 2021-07-23 14:50 (UTC)
I get a similar error like electricprism:
Any ideas how to fix that?
redsky17 commented on 2021-07-02 00:46 (UTC)
@SpacingBat3 - aarch64 is now in the architectures section. Thanks for verifying that for me =D. I had a feeling it worked since we do build for arm64 as part of our CI, but I never verified it for the arch build.
Also, for everyone's awareness, nheko (mtxclient, really) no longer depends on boost. Instead, Nico has created a wrapper library around curl (called coeurl). So the dependencies section has changed. You'll need libevent and curl dependencies to build / run now.
« First ‹ Previous 1 2 3 4 5 6 Next › Last »