From 1eb2814fe0e3158f9c40c1765142d4337a4fc65c Mon Sep 17 00:00:00 2001 From: Joseph Donofry Date: Thu, 18 Nov 2021 18:15:24 -0500 Subject: [PATCH] Jdenticon update --- includes/jdenticoninterface.h | 2 +- io.github.NhekoReborn.Nheko.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/jdenticoninterface.h b/includes/jdenticoninterface.h index 2108a726..532f8dba 100644 --- a/includes/jdenticoninterface.h +++ b/includes/jdenticoninterface.h @@ -10,7 +10,7 @@ public: virtual QString generate(const QString &message, uint16_t size) = 0; }; -#define JdenticonInterface_iid "redsky17.Qt.JdenticonInterface" +#define JdenticonInterface_iid "im.nheko.JdenticonInterface" Q_DECLARE_INTERFACE(JdenticonInterface, JdenticonInterface_iid) diff --git a/io.github.NhekoReborn.Nheko.yaml b/io.github.NhekoReborn.Nheko.yaml index a252da7a..a2258b5e 100644 --- a/io.github.NhekoReborn.Nheko.yaml +++ b/io.github.NhekoReborn.Nheko.yaml @@ -166,8 +166,8 @@ modules: - mkdir -p /app/bin/ - cp libqtjdenticon.so /app/bin/ sources: - - commit: e58c14369dfbf008c63f43a4556b2e52232e0265 - tag: v0.1.0 + - commit: 1f92fd655510414f7828bc3aa97bdd04ccb28fcb + tag: v0.2.0 type: git url: https://github.com/Nheko-Reborn/qt-jdenticon.git - buildsystem: meson