net/nheko: update to 0.10.1
see https://github.com/Nheko-Reborn/nheko/releases/tag/v0.10.1 & https://github.com/Nheko-Reborn/nheko/releases/tag/v0.10.0 ok abieber@
This commit is contained in:
parent
3b154b175b
commit
cea43cc5c3
@ -2,8 +2,7 @@ COMMENT = desktop client for Matrix using Qt and C++17
|
||||
|
||||
GH_ACCOUNT = Nheko-Reborn
|
||||
GH_PROJECT = nheko
|
||||
GH_TAGNAME = v0.9.3
|
||||
REVISION = 0
|
||||
GH_TAGNAME = v0.10.1
|
||||
|
||||
CATEGORIES= net
|
||||
|
||||
@ -24,6 +23,7 @@ MODULES = devel/cmake \
|
||||
COMPILER = base-clang ports-gcc
|
||||
|
||||
RUN_DEPENDS = devel/desktop-file-utils \
|
||||
x11/qt5/qtgraphicaleffects \
|
||||
x11/gtk+3,-guic
|
||||
|
||||
BUILD_DEPENDS = databases/lmdbxx \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (nheko-0.9.3.tar.gz) = ncfgCTZvltqdnxYyytljk6NwBzlJ5nvIEWIvNWcnT/s=
|
||||
SIZE (nheko-0.9.3.tar.gz) = 1455446
|
||||
SHA256 (nheko-0.10.1.tar.gz) = +dlOz/VBpJ843vkbqt91H5tB4xlHjxCqZsTIJ3J/tf0=
|
||||
SIZE (nheko-0.10.1.tar.gz) = 1608578
|
||||
|
@ -1,12 +0,0 @@
|
||||
Index: src/notifications/Manager.h
|
||||
--- src/notifications/Manager.h.orig
|
||||
+++ src/notifications/Manager.h
|
||||
@@ -12,7 +12,7 @@
|
||||
#include <mtx/responses/notifications.hpp>
|
||||
|
||||
// convenience definition
|
||||
-#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) || defined(Q_OS_HAIKU)
|
||||
+#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) || defined(Q_OS_HAIKU) || defined(Q_OS_OPENBSD)
|
||||
#define NHEKO_DBUS_SYS
|
||||
#endif
|
||||
|
@ -11,5 +11,6 @@ share/icons/hicolor/64x64/apps/nheko.png
|
||||
share/icons/hicolor/scalable/apps/nheko.svg
|
||||
share/metainfo/
|
||||
share/metainfo/nheko.appdata.xml
|
||||
share/zsh/site-functions/_nheko
|
||||
@tag update-desktop-database
|
||||
@tag gtk-update-icon-cache %D/share/icons/hicolor
|
||||
|
Loading…
x
Reference in New Issue
Block a user