net-im/nheko: update to 0.9.2, latest upstream
Upstream has released a new mtxclient, and nheko chases that. New dependency during build is asciidoc for the manpage. Release notes are at: https://github.com/Nheko-Reborn/mtxclient/releases/tag/v0.7.0 https://github.com/Nheko-Reborn/nheko/releases/tag/v0.9.2 It's a handful of bugfixes in mtxclient, and some UI changes in nheko.
This commit is contained in:
parent
ddc19db244
commit
1a59a0d196
6 changed files with 15 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= mtxclient
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.6.2
|
||||
DISTVERSION= 0.7.0
|
||||
CATEGORIES= net-im
|
||||
|
||||
MAINTAINER= adridg@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1645744752
|
||||
SHA256 (Nheko-Reborn-mtxclient-v0.6.2_GH0.tar.gz) = 97e41340c3f03db8a7625dcd54f6c6a3c8726c7b7226630727fea7d2bb2213bf
|
||||
SIZE (Nheko-Reborn-mtxclient-v0.6.2_GH0.tar.gz) = 596675
|
||||
TIMESTAMP = 1647025359
|
||||
SHA256 (Nheko-Reborn-mtxclient-v0.7.0_GH0.tar.gz) = dd8ad5725c391b7c5b18564074e50bfc667fb3047e681561e5e42aec99c25b12
|
||||
SIZE (Nheko-Reborn-mtxclient-v0.7.0_GH0.tar.gz) = 601042
|
||||
|
|
|
@ -41,6 +41,7 @@ include/mtx/events/tombstone.hpp
|
|||
include/mtx/events/topic.hpp
|
||||
include/mtx/events/unknown.hpp
|
||||
include/mtx/events/voip.hpp
|
||||
include/mtx/events/widget.hpp
|
||||
include/mtx/events_impl.hpp
|
||||
include/mtx/identifiers.hpp
|
||||
include/mtx/lightweight_error.hpp
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= nheko
|
||||
DISTVERSIONPREFIX=v
|
||||
DISTVERSION= 0.9.1-1
|
||||
DISTVERSION= 0.9.2
|
||||
CATEGORIES= net-im
|
||||
|
||||
MAINTAINER= adridg@FreeBSD.org
|
||||
|
@ -9,7 +9,8 @@ COMMENT= Matrix IM client based on Qt technologies
|
|||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= nlohmann-json>=3:devel/nlohmann-json
|
||||
BUILD_DEPENDS= nlohmann-json>=3:devel/nlohmann-json \
|
||||
asciidoc>=10:textproc/asciidoc
|
||||
# All those boost-libs are pulled in through mtxclient, which
|
||||
# links to them but stage-qa still complains.
|
||||
LIB_DEPENDS= \
|
||||
|
@ -31,7 +32,9 @@ USE_QT= concurrent core dbus declarative gui multimedia network \
|
|||
|
||||
# There is one external dependency: lmdb++
|
||||
# - lmdb++ is a single header file, it just needs to be included
|
||||
CMAKE_ARGS= -DLMDBXX_INCLUDE_DIR=${WRKSRC}/deps/lmdb -DVOIP=OFF
|
||||
CMAKE_ARGS= -DLMDBXX_INCLUDE_DIR=${WRKSRC}/deps/lmdb \
|
||||
-DVOIP=OFF \
|
||||
-DCMAKE_INSTALL_MANDIR=share/man
|
||||
CFLAGS+= -DSPDLOG_FMT_EXTERNAL=1
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lfmt
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1645745179
|
||||
SHA256 (Nheko-Reborn-nheko-v0.9.1-1_GH0.tar.gz) = 4e3b5994afd66a89441a616b9a8ea380aa544645e3dd4d36925495a317fdb0c4
|
||||
SIZE (Nheko-Reborn-nheko-v0.9.1-1_GH0.tar.gz) = 1374773
|
||||
TIMESTAMP = 1647025359
|
||||
SHA256 (Nheko-Reborn-nheko-v0.9.2_GH0.tar.gz) = 207243e1c0d0e879066233488b766e30d1902a24fd8f848850567d88408ce8ce
|
||||
SIZE (Nheko-Reborn-nheko-v0.9.2_GH0.tar.gz) = 1418814
|
||||
SHA256 (hoytech-lmdbxx-029fb681213af3020f5e3a86045445552bd024c5_GH0.tar.gz) = f1d048d7ec720667a3ea091ed44f06eb79171e77d646a59dac45b9e5ff75f33b
|
||||
SIZE (hoytech-lmdbxx-029fb681213af3020f5e3a86045445552bd024c5_GH0.tar.gz) = 52468
|
||||
|
|
|
@ -8,4 +8,5 @@ share/icons/hicolor/48x48/apps/nheko.png
|
|||
share/icons/hicolor/512x512/apps/nheko.png
|
||||
share/icons/hicolor/64x64/apps/nheko.png
|
||||
share/icons/hicolor/scalable/apps/nheko.svg
|
||||
share/man/man1/nheko.1.gz
|
||||
share/metainfo/nheko.appdata.xml
|
||||
|
|
Loading…
Reference in a new issue